Gold Hex Code — #FFD700
RGB, HSL, and CMYK values for Gold.
Gold Color Values
| Format | Value |
|---|---|
| HEX | #FFD700 |
| RGB | rgb(255, 215, 0) |
| HSL | hsl(51, 100%, 50%) |
| CMYK | cmyk(0%, 16%, 100%, 0%) |
Want to explore more shades? Use our Color Converter
About Gold
Color psychology: Wealth, prestige.
Gold (#FFD700) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where wealth, prestige are desired associations.
How to Use Gold in CSS
/* Using HEX */ color: #FFD700; background-color: #FFD700; /* Using RGB */ color: rgb(255, 215, 0); /* Using HSL */ color: hsl(51, 100%, 50%);