#CCA824
A medium, vivid yellow closely aligning with Goldenrod.
About #CCA824
When working with digital screens, the color #CCA824 is rendered by mixing light. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(204, 168, 36).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 18% magenta, 82% yellow, and 20% black. The HSL representation is 47.1° hue, 70.0% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCA824
RGB204, 168, 36
HSL47.1°, 70.0%, 47.1%
CMYK0%, 18%, 82%, 20%
HSV47.1°, 82.4%, 80.0%
LAB70.2, 0.9, 66.5
XYZ39.2, 41.0, 7.5
Decimal13412388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.19:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA824;
}
.text-color {
color: #CCA824;
}
.border-color {
border: 2px solid #CCA824;
}