#CCB699
A light, moderate orange closely aligning with Tan.
About #CCB699
Visually, #CCB699 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Tan. This translates to an RGB value of rgb(204, 182, 153).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 11% M, 25% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCB699
RGB204, 182, 153
HSL34.1°, 33.3%, 70.0%
CMYK0%, 11%, 25%, 20%
HSV34.1°, 25.0%, 80.0%
LAB75.2, 3.4, 17.6
XYZ47.4, 48.6, 37.0
Decimal13416089
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.72:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB699;
}
.text-color {
color: #CCB699;
}
.border-color {
border: 2px solid #CCB699;
}