#CC6D24
A medium, vivid orange closely aligning with Chocolate.
About #CC6D24
The precise color #CC6D24 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(204, 109, 36).
When sending designs containing this color to a printer, the CMYK values come into play. 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.
From a UX and accessibility standpoint, contrast is paramount. 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#CC6D24
RGB204, 109, 36
HSL26.1°, 70.0%, 47.1%
CMYK0%, 47%, 82%, 20%
HSV26.1°, 82.4%, 80.0%
LAB56.0, 32.7, 54.1
XYZ30.7, 23.9, 4.7
Decimal13397284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.78:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6D24;
}
.text-color {
color: #CC6D24;
}
.border-color {
border: 2px solid #CC6D24;
}