#DBCC99
A light, moderate yellow closely aligning with Wheat.
About #DBCC99
Visually, #DBCC99 is defined as a moderate yellow. Its closest recognized web color is Wheat. In the RGB color space, it consists of 219 red, 204 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 7% M, 30% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBCC99
RGB219, 204, 153
HSL46.4°, 47.8%, 72.9%
CMYK0%, 7%, 30%, 14%
HSV46.4°, 30.1%, 85.9%
LAB82.1, -2.4, 27.4
XYZ56.6, 60.5, 38.8
Decimal14404761
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.11:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC99;
}
.text-color {
color: #DBCC99;
}
.border-color {
border: 2px solid #DBCC99;
}