#CC9924
A medium, vivid orange closely aligning with Goldenrod.
About #CC9924
When working with digital screens, the color #CC9924 is rendered by mixing light. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(204, 153, 36).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 25% M, 82% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC9924
RGB204, 153, 36
HSL41.8°, 70.0%, 47.1%
CMYK0%, 25%, 82%, 20%
HSV41.8°, 82.4%, 80.0%
LAB66.3, 8.9, 63.2
XYZ36.6, 35.7, 6.6
Decimal13408548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC9924;
}
.text-color {
color: #CC9924;
}
.border-color {
border: 2px solid #CC9924;
}