#D3DB42
A medium, moderate yellow closely aligning with Yellowgreen.
About #D3DB42
At its core, #D3DB42 is a medium and moderate hue. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 211 parts red, 219 parts green, and 66 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 4% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3DB42
RGB211, 219, 66
HSL63.1°, 68.0%, 55.9%
CMYK4%, 0%, 70%, 14%
HSV63.1°, 69.9%, 85.9%
LAB84.4, -20.9, 70.1
XYZ53.2, 64.9, 14.9
Decimal13884226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.98:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3DB42;
}
.text-color {
color: #D3DB42;
}
.border-color {
border: 2px solid #D3DB42;
}