#D3BD1D
A medium, vivid yellow closely aligning with Goldenrod.
About #D3BD1D
Visually, #D3BD1D is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 189, and 29.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. With a hue angle of 52.7 degrees, it sits comfortably in the yellow spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3BD1D
RGB211, 189, 29
HSL52.7°, 75.8%, 47.1%
CMYK0%, 10%, 86%, 17%
HSV52.7°, 86.3%, 82.7%
LAB76.3, -7.2, 73.6
XYZ45.3, 50.3, 8.5
Decimal13876509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BD1D;
}
.text-color {
color: #D3BD1D;
}
.border-color {
border: 2px solid #D3BD1D;
}