#CC992C
A medium, moderate orange closely aligning with Darkgoldenrod.
About #CC992C
Visually, #CC992C is defined as a moderate orange. It is closely associated with the named CSS color Darkgoldenrod. Its digital footprint relies on 204 parts red, 153 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 25% magenta, 78% yellow, and 20% black. With a hue angle of 40.9 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC992C
RGB204, 153, 44
HSL40.9°, 64.5%, 48.6%
CMYK0%, 25%, 78%, 20%
HSV40.9°, 78.4%, 80.0%
LAB66.4, 9.2, 60.6
XYZ36.7, 35.8, 7.4
Decimal13408556
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.16:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC992C;
}
.text-color {
color: #CC992C;
}
.border-color {
border: 2px solid #CC992C;
}