Explore the base color
Review HEX, RGB, HSL, and HSV for gold, then browse shades, tints, tones, and hues.
Gold color codes for #FFD700 — HEX, RGB, HSL, HSV, shades, named golds, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for gold, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named gold shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleGold reads as premium and festive—use for badges, highlights, and brand accents rather than large body text.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--gold: #ffd700;
--gold-deep: #daa520;
--gold-ink: #b8860b;
}
.banner {
background-color: var(--gold);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| gold | #FFD700 | 255, 215, 0 | Base keyword |
| goldenrod | #DAA520 | 218, 165, 32 | Named shade |
| darkgoldenrod | #B8860B | 184, 134, 11 | Dark shade |
| khaki | #F0E68C | 240, 230, 140 | Named shade |
| yellow | #FFFF00 | 255, 255, 0 | Named shade |
| orange | #FFA500 | 255, 165, 0 | Named shade |
| palegoldenrod | #EEE8AA | 238, 232, 170 | Light tint |
| darkkhaki | #BDB76B | 189, 183, 107 | Dark shade |
| lemonchiffon | #FFFACD | 255, 250, 205 | Light tint |
| lightgoldenrodyellow | #FAFAD2 | 250, 250, 210 | Light tint |
| lightyellow | #FFFFE0 | 255, 255, 224 | Light tint |
| moccasin | #FFE4B5 | 255, 228, 181 | Named shade |
Key distinctions behind the tool.
The CSS named color gold is #FFD700, equal to rgb(255, 215, 0) and hsl(51°, 100%, 50%).
Gold is bright and metallic. Goldenrod is duller and more earthy.
Navy, black, and cream make gold feel luxury. Avoid neon green pairings. Always check text contrast.
Gold on white can be weak for small text—darken toward darkgoldenrod or use gold as a background accent with dark type.
Use color: gold;, color: #FFD700;, or color: rgb(255, 215, 0); on any property that accepts a <color> value, including background-color and border-color.