Shades of Dark Goldenrod #9D8001
Tints of Dark Goldenrod #9D8001
RGB
CMYK
RGB Variations
Color information
#9D8001 (or 0x9D8001) is known color: Dark Goldenrod. HEX triplet: 9D, 80 and 01. RGB value is (157,128,1). Sum of RGB (Red+Green+Blue) = 157+128+1=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8001 is #627FFE. Grayscale: #7A7A7A. Windows color (decimal): -6455295 or 98461. OLE color: 98461.
HSL color Cylindrical-coordinate representation of color #9D8001: hue angle of 48.85º 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 #9D8001 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.38 |
| HSL | 48.85º | 0.99% | 0.31% | - |
| HSV(B) | 48.85º | 0.99% | 0.62% | - |
| XYZ | 21.63 | 22.61 | 3.25 | - |
| YUV | 122.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 1 | 0 | 0.18 | 0.99 | 0.38 | 48.85 | 0.99 | 0.31 |
| Hex | 9D | 80 | 1 | 0 | 12 | 63 | 26 | 31 | 63 | 1F |
| Octal | 235 | 200 | 1 | 0 | 22 | 143 | 46 | 61 | 143 | 37 |
| Binary | 10011101 | 10000000 | 1 | 0 | 10010 | 1100011 | 100110 | 110001 | 1100011 | 11111 |
Color Harmonies of #9D8001
Complementary color
Monochromatic Colors of #9D8001
Black with #9D8001
Text Example
Text Example
White with #9D8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8001; }
p { color: rgb(157,128,1); }
H1.HeaderClassName
{
color: #9D8001;
}
.AnyTagClassName
{
color: #9D8001;
}
</style>
background-color css
<style>
a { background-color: #9D8001; }
a { background-color: rgb(157,128,1); }
div.DivClassName
{
background-color: #9D8001;
}
.BgClassName
{
background-color: #9D8001;
}
</style>
border-color css
<style>
span { border-color: #9D8001; }
span { border-color: rgb(157,128,1); }
td.TdClassName
{
border-color: #9D8001;
}
.TagClassName
{
border-color: #9D8001;
}
</style>