Goldenrod Hex Code — #DAA520
RGB, HSL, and CMYK values for Goldenrod.
Goldenrod Color Values
| Format | Value |
|---|---|
| HEX | #DAA520 |
| RGB | rgb(218, 165, 32) |
| HSL | hsl(43, 74%, 49%) |
| CMYK | cmyk(0%, 24%, 85%, 15%) |
Want to explore more shades? Use our Color Converter
About Goldenrod
Color psychology: Tradition, warmth.
Goldenrod (#DAA520) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where tradition, warmth are desired associations.
How to Use Goldenrod in CSS
/* Using HEX */ color: #DAA520; background-color: #DAA520; /* Using RGB */ color: rgb(218, 165, 32); /* Using HSL */ color: hsl(43, 74%, 49%);