#DAA520
goldenrod
#DAA520 is a orange colour. In RGB it is 218 red, 165 green and 32 blue, which converts to a hue of 43 degrees, 74% saturation and 49% lightness. It is one of the named CSS colours, written as goldenrod in stylesheets.
Color values
| HEX | #DAA520 |
|---|---|
| RGB | rgb(218, 165, 32) |
| HSL | hsl(43, 74%, 49%) |
| HSV | hsv(43, 85%, 85%) |
| CMYK | cmyk(0%, 24%, 85%, 15%) |
Contrast and accessibility
Against white the contrast ratio is 2.24:1, and against black it is 9.38:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.24:1 | Fail | Fail |
| Black | 9.38:1 | AAA | AAA |
Tints and shades
Lighter tints move #DAA520 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #DAA520; |
|---|---|
| CSS rgb() | color: rgb(218 165 32); |
| Tailwind | bg-[#daa520] |
| SwiftUI | Color(red: 0.855, green: 0.647, blue: 0.125) |
| Android | Color.parseColor("#DAA520") |