#CC6D00
A medium, vivid orange closely aligning with Chocolate.
About #CC6D00
Visually, #CC6D00 is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. Its digital footprint relies on 204 parts red, 109 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. With a hue angle of 32.1 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC6D00
RGB204, 109, 0
HSL32.1°, 100.0%, 40.0%
CMYK0%, 47%, 100%, 20%
HSV32.1°, 100.0%, 80.0%
LAB55.9, 32.1, 63.6
XYZ30.4, 23.8, 3.0
Decimal13397248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6D00;
}
.text-color {
color: #CC6D00;
}
.border-color {
border: 2px solid #CC6D00;
}