#CC9207
A medium, vivid orange closely aligning with Goldenrod.
About #CC9207
At its core, #CC9207 is a medium and vivid hue. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(204, 146, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 28% magenta, 97% yellow, and 20% black. The HSL representation is 42.3° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC9207
RGB204, 146, 7
HSL42.3°, 93.4%, 41.4%
CMYK0%, 28%, 97%, 20%
HSV42.3°, 96.6%, 80.0%
LAB64.5, 12.2, 68.2
XYZ35.2, 33.4, 4.8
Decimal13406727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.68:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC9207;
}
.text-color {
color: #CC9207;
}
.border-color {
border: 2px solid #CC9207;
}