#CC661D
A medium, vivid orange closely aligning with Chocolate.
About #CC661D
The hex code #CC661D represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(204, 102, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 50% Magenta, 86% Yellow, and 20% Black. 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC661D
RGB204, 102, 29
HSL25.0°, 75.1%, 45.7%
CMYK0%, 50%, 86%, 20%
HSV25.0°, 85.8%, 80.0%
LAB54.5, 36.2, 55.5
XYZ29.9, 22.4, 3.9
Decimal13395485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC661D;
}
.text-color {
color: #CC661D;
}
.border-color {
border: 2px solid #CC661D;
}