#D3DB00
A medium, vivid yellow closely aligning with Yellow.
About #D3DB00
When working with digital screens, the color #D3DB00 is rendered by mixing light. Its closest recognized web color is Yellow. Its digital footprint relies on 211 parts red, 219 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 4% Cyan, 0% Magenta, 100% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3DB00
RGB211, 219, 0
HSL62.2°, 100.0%, 42.9%
CMYK4%, 0%, 100%, 14%
HSV62.2°, 100.0%, 85.9%
LAB84.2, -22.6, 83.5
XYZ52.2, 64.5, 9.7
Decimal13884160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.90:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3DB00;
}
.text-color {
color: #D3DB00;
}
.border-color {
border: 2px solid #D3DB00;
}