#D3D30F
A medium, vivid yellow closely aligning with Gold.
About #D3D30F
When working with digital screens, the color #D3D30F is rendered by mixing light. Its closest recognized web color is Gold. This translates to an RGB value of rgb(211, 211, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 0% Magenta, 93% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3D30F
RGB211, 211, 15
HSL60.0°, 86.7%, 44.3%
CMYK0%, 0%, 93%, 17%
HSV60.0°, 92.9%, 82.7%
LAB82.1, -18.5, 80.5
XYZ50.2, 60.5, 9.5
Decimal13882127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.09:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D30F;
}
.text-color {
color: #D3D30F;
}
.border-color {
border: 2px solid #D3D30F;
}