#DBD31D
A medium, vivid yellow closely aligning with Gold.
About #DBD31D
When working with digital screens, the color #DBD31D is rendered by mixing light. It is closely associated with the named CSS color Gold. In the RGB color space, it consists of 219 red, 211 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 4% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBD31D
RGB219, 211, 29
HSL57.5°, 76.6%, 48.6%
CMYK0%, 4%, 87%, 14%
HSV57.5°, 86.8%, 85.9%
LAB82.8, -14.9, 79.2
XYZ52.7, 61.7, 10.3
Decimal14406429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.35:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD31D;
}
.text-color {
color: #DBD31D;
}
.border-color {
border: 2px solid #DBD31D;
}