#CC7C16
A medium, vivid orange closely aligning with Chocolate.
About #CC7C16
At its core, #CC7C16 is a medium and vivid hue. Designers often compare it to the standard color Chocolate. In the RGB color space, it consists of 204 red, 124 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 39% magenta, 89% yellow, and 20% black. With a hue angle of 33.6 degrees, it sits comfortably in the orange spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC7C16
RGB204, 124, 22
HSL33.6°, 80.5%, 44.3%
CMYK0%, 39%, 89%, 20%
HSV33.6°, 89.2%, 80.0%
LAB59.3, 24.4, 61.5
XYZ32.3, 27.3, 4.3
Decimal13401110
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7C16;
}
.text-color {
color: #CC7C16;
}
.border-color {
border: 2px solid #CC7C16;
}