Shades of Dark Goldenrod #9D8401
Tints of Dark Goldenrod #9D8401
RGB
CMYK
RGB Variations
Color information
#9D8401 (or 0x9D8401) is known color: Dark Goldenrod. HEX triplet: 9D, 84 and 01. RGB value is (157,132,1). Sum of RGB (Red+Green+Blue) = 157+132+1=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8401 is #627BFE. Grayscale: #7D7D7D. Windows color (decimal): -6454271 or 99485. OLE color: 99485.
HSL color Cylindrical-coordinate representation of color #9D8401: hue angle of 50.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D8401 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.38 |
| HSL | 50.38º | 0.99% | 0.31% | - |
| HSV(B) | 50.38º | 0.99% | 0.62% | - |
| XYZ | 22.16 | 23.67 | 3.43 | - |
| YUV | 124.54 | 58.28 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 1 | 0 | 0.16 | 0.99 | 0.38 | 50.38 | 0.99 | 0.31 |
| Hex | 9D | 84 | 1 | 0 | 10 | 63 | 26 | 32 | 63 | 1F |
| Octal | 235 | 204 | 1 | 0 | 20 | 143 | 46 | 62 | 143 | 37 |
| Binary | 10011101 | 10000100 | 1 | 0 | 10000 | 1100011 | 100110 | 110010 | 1100011 | 11111 |
Color Harmonies of #9D8401
Complementary color
Monochromatic Colors of #9D8401
Black with #9D8401
Text Example
Text Example
White with #9D8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8401; }
p { color: rgb(157,132,1); }
H1.HeaderClassName
{
color: #9D8401;
}
.AnyTagClassName
{
color: #9D8401;
}
</style>
background-color css
<style>
a { background-color: #9D8401; }
a { background-color: rgb(157,132,1); }
div.DivClassName
{
background-color: #9D8401;
}
.BgClassName
{
background-color: #9D8401;
}
</style>
border-color css
<style>
span { border-color: #9D8401; }
span { border-color: rgb(157,132,1); }
td.TdClassName
{
border-color: #9D8401;
}
.TagClassName
{
border-color: #9D8401;
}
</style>