#CC6D07
A medium, vivid orange closely aligning with Chocolate.
About #CC6D07
Visually, #CC6D07 is defined as a vivid orange. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(204, 109, 7).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 47% magenta, 97% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC6D07
RGB204, 109, 7
HSL31.1°, 93.4%, 41.4%
CMYK0%, 47%, 97%, 20%
HSV31.1°, 96.6%, 80.0%
LAB55.9, 32.2, 62.3
XYZ30.4, 23.8, 3.2
Decimal13397255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.76: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: #CC6D07;
}
.text-color {
color: #CC6D07;
}
.border-color {
border: 2px solid #CC6D07;
}