#997C0F
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #997C0F
The precise color #997C0F is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 153 red, 124 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 19% M, 90% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#997C0F
RGB153, 124, 15
HSL47.4°, 82.1%, 32.9%
CMYK0%, 19%, 90%, 40%
HSV47.4°, 90.2%, 60.0%
LAB53.2, 1.3, 55.9
XYZ20.4, 21.2, 3.5
Decimal10058767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #997C0F;
}
.text-color {
color: #997C0F;
}
.border-color {
border: 2px solid #997C0F;
}