#D3D31D
A medium, vivid yellow closely aligning with Gold.
About #D3D31D
At its core, #D3D31D is a medium and vivid hue. Its closest recognized web color is Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 211, and 29.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 0% magenta, 86% yellow, and 17% black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3D31D
RGB211, 211, 29
HSL60.0°, 75.8%, 47.1%
CMYK0%, 0%, 86%, 17%
HSV60.0°, 86.3%, 82.7%
LAB82.1, -18.3, 78.4
XYZ50.4, 60.5, 10.2
Decimal13882141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.11:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D31D;
}
.text-color {
color: #D3D31D;
}
.border-color {
border: 2px solid #D3D31D;
}