#D3DB49
A medium, moderate yellow closely aligning with Yellowgreen.
About #D3DB49
The hex code #D3DB49 represents a beautifully specific shade of yellow. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(211, 219, 73).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 4% cyan, 0% magenta, 67% yellow, and 14% black. The HSL representation is 63.3° hue, 67.0% saturation, and 57.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3DB49
RGB211, 219, 73
HSL63.3°, 67.0%, 57.3%
CMYK4%, 0%, 67%, 14%
HSV63.3°, 66.7%, 85.9%
LAB84.5, -20.5, 67.6
XYZ53.4, 65.0, 16.0
Decimal13884233
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.00:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3DB49;
}
.text-color {
color: #D3DB49;
}
.border-color {
border: 2px solid #D3DB49;
}