#CC833A
A medium, moderate orange closely aligning with Peru.
About #CC833A
When working with digital screens, the color #CC833A is rendered by mixing light. Its closest recognized web color is Peru. This translates to an RGB value of rgb(204, 131, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 36% magenta inks. The HSL representation is 30.0° hue, 58.9% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC833A
RGB204, 131, 58
HSL30.0°, 58.9%, 51.4%
CMYK0%, 36%, 72%, 20%
HSV30.0°, 71.6%, 80.0%
LAB61.1, 21.8, 49.6
XYZ33.8, 29.4, 7.9
Decimal13402938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.88:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC833A;
}
.text-color {
color: #CC833A;
}
.border-color {
border: 2px solid #CC833A;
}