#CC8A33
A medium, moderate orange closely aligning with Peru.
About #CC8A33
Visually, #CC8A33 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Peru. In the RGB color space, it consists of 204 red, 138 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 32% magenta, 75% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#CC8A33
RGB204, 138, 51
HSL34.1°, 60.0%, 50.0%
CMYK0%, 32%, 75%, 20%
HSV34.1°, 75.0%, 80.0%
LAB62.7, 17.7, 54.3
XYZ34.6, 31.3, 7.3
Decimal13404723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.25:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC8A33;
}
.text-color {
color: #CC8A33;
}
.border-color {
border: 2px solid #CC8A33;
}