Shades of Dark Goldenrod #9D8002
Tints of Dark Goldenrod #9D8002
RGB
CMYK
RGB Variations
Color information
#9D8002 (or 0x9D8002) is known color: Dark Goldenrod. HEX triplet: 9D, 80 and 02. RGB value is (157,128,2). Sum of RGB (Red+Green+Blue) = 157+128+2=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8002 is #627FFD. Grayscale: #7A7A7A. Windows color (decimal): -6455294 or 163997. OLE color: 163997.
HSL color Cylindrical-coordinate representation of color #9D8002: hue angle of 48.77º degrees, saturation: 0.97, 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 #9D8002 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.38 |
| HSL | 48.77º | 0.97% | 0.31% | - |
| HSV(B) | 48.77º | 0.99% | 0.62% | - |
| XYZ | 21.63 | 22.61 | 3.28 | - |
| YUV | 122.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 2 | 0 | 0.18 | 0.99 | 0.38 | 48.77 | 0.97 | 0.31 |
| Hex | 9D | 80 | 2 | 0 | 12 | 63 | 26 | 31 | 61 | 1F |
| Octal | 235 | 200 | 2 | 0 | 22 | 143 | 46 | 61 | 141 | 37 |
| Binary | 10011101 | 10000000 | 10 | 0 | 10010 | 1100011 | 100110 | 110001 | 1100001 | 11111 |
Color Harmonies of #9D8002
Complementary color
Monochromatic Colors of #9D8002
Black with #9D8002
Text Example
Text Example
White with #9D8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8002; }
p { color: rgb(157,128,2); }
H1.HeaderClassName
{
color: #9D8002;
}
.AnyTagClassName
{
color: #9D8002;
}
</style>
background-color css
<style>
a { background-color: #9D8002; }
a { background-color: rgb(157,128,2); }
div.DivClassName
{
background-color: #9D8002;
}
.BgClassName
{
background-color: #9D8002;
}
</style>
border-color css
<style>
span { border-color: #9D8002; }
span { border-color: rgb(157,128,2); }
td.TdClassName
{
border-color: #9D8002;
}
.TagClassName
{
border-color: #9D8002;
}
</style>