#DBCCAF
A light, moderate orange closely aligning with Wheat.
About #DBCCAF
Visually, #DBCCAF is defined as a moderate orange. It is closely associated with the named CSS color Wheat. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 204, and 175.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 7% magenta, 20% yellow, and 14% black. With a hue angle of 39.5 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBCCAF
RGB219, 204, 175
HSL39.5°, 37.9%, 77.3%
CMYK0%, 7%, 20%, 14%
HSV39.5°, 20.1%, 85.9%
LAB82.6, 0.6, 16.3
XYZ58.5, 61.3, 49.3
Decimal14404783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.27:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCCAF;
}
.text-color {
color: #DBCCAF;
}
.border-color {
border: 2px solid #DBCCAF;
}