#CC7516
A medium, vivid orange closely aligning with Chocolate.
About #CC7516
When working with digital screens, the color #CC7516 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Chocolate. Its digital footprint relies on 204 parts red, 117 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 43% M, 89% Y, and 20% K. With a hue angle of 31.3 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC7516
RGB204, 117, 22
HSL31.3°, 80.5%, 44.3%
CMYK0%, 43%, 89%, 20%
HSV31.3°, 89.2%, 80.0%
LAB57.7, 28.1, 60.3
XYZ31.4, 25.6, 4.0
Decimal13399318
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.12:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7516;
}
.text-color {
color: #CC7516;
}
.border-color {
border: 2px solid #CC7516;
}