#CC6D16
A medium, vivid orange closely aligning with Chocolate.
About #CC6D16
At its core, #CC6D16 is a medium and vivid hue. It is closely associated with the named CSS color Chocolate. Its digital footprint relies on 204 parts red, 109 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC6D16
RGB204, 109, 22
HSL28.7°, 80.5%, 44.3%
CMYK0%, 47%, 89%, 20%
HSV28.7°, 89.2%, 80.0%
LAB55.9, 32.4, 58.9
XYZ30.5, 23.8, 3.8
Decimal13397270
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.77:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6D16;
}
.text-color {
color: #CC6D16;
}
.border-color {
border: 2px solid #CC6D16;
}