#CC6607
A medium, vivid orange closely aligning with Chocolate.
About #CC6607
When working with digital screens, the color #CC6607 is rendered by mixing light. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 204 red, 102 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 50% Magenta, 97% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC6607
RGB204, 102, 7
HSL28.9°, 93.4%, 41.4%
CMYK0%, 50%, 97%, 20%
HSV28.9°, 96.6%, 80.0%
LAB54.4, 35.8, 61.3
XYZ29.7, 22.4, 3.0
Decimal13395463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6607;
}
.text-color {
color: #CC6607;
}
.border-color {
border: 2px solid #CC6607;
}