#DBD3A0
A light, moderate yellow closely aligning with Palegoldenrod.
About #DBD3A0
Visually, #DBD3A0 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 211, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 4% Magenta, 27% Yellow, and 14% Black. The HSL representation is 51.9° hue, 45.0% saturation, and 74.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#DBD3A0
RGB219, 211, 160
HSL51.9°, 45.0%, 74.3%
CMYK0%, 4%, 27%, 14%
HSV51.9°, 26.9%, 85.9%
LAB84.1, -5.1, 26.3
XYZ58.9, 64.2, 42.5
Decimal14406560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.84:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD3A0;
}
.text-color {
color: #DBD3A0;
}
.border-color {
border: 2px solid #DBD3A0;
}