#DBC5A8
A light, moderate orange closely aligning with Tan.
About #DBC5A8
Visually, #DBC5A8 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(219, 197, 168).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. The HSL representation is 34.1° hue, 41.5% saturation, and 75.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBC5A8
RGB219, 197, 168
HSL34.1°, 41.5%, 75.9%
CMYK0%, 10%, 23%, 14%
HSV34.1°, 23.3%, 85.9%
LAB80.6, 3.2, 17.4
XYZ56.2, 57.8, 45.2
Decimal14402984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBC5A8;
}
.text-color {
color: #DBC5A8;
}
.border-color {
border: 2px solid #DBC5A8;
}