Shades of Dark Goldenrod #9D8100
Tints of Dark Goldenrod #9D8100
RGB
CMYK
RGB Variations
Color information
#9D8100 (or 0x9D8100) is known color: Dark Goldenrod. HEX triplet: 9D, 81 and 00. RGB value is (157,129,0). Sum of RGB (Red+Green+Blue) = 157+129+0=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8100 is #627EFF. Grayscale: #7B7B7B. Windows color (decimal): -6455040 or 33181. OLE color: 33181.
HSL color Cylindrical-coordinate representation of color #9D8100: hue angle of 49.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D8100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.38 |
| HSL | 49.3º | 1% | 0.31% | - |
| HSV(B) | 49.3º | 1% | 0.62% | - |
| XYZ | 21.75 | 22.87 | 3.27 | - |
| YUV | 122.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 0 | 0 | 0.18 | 1 | 0.38 | 49.3 | 1 | 0.31 |
| Hex | 9D | 81 | 0 | 0 | 12 | 64 | 26 | 31 | 64 | 1F |
| Octal | 235 | 201 | 0 | 0 | 22 | 144 | 46 | 61 | 144 | 37 |
| Binary | 10011101 | 10000001 | 0 | 0 | 10010 | 1100100 | 100110 | 110001 | 1100100 | 11111 |
Color Harmonies of #9D8100
Complementary color
Monochromatic Colors of #9D8100
Black with #9D8100
Text Example
Text Example
White with #9D8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8100; }
p { color: rgb(157,129,0); }
H1.HeaderClassName
{
color: #9D8100;
}
.AnyTagClassName
{
color: #9D8100;
}
</style>
background-color css
<style>
a { background-color: #9D8100; }
a { background-color: rgb(157,129,0); }
div.DivClassName
{
background-color: #9D8100;
}
.BgClassName
{
background-color: #9D8100;
}
</style>
border-color css
<style>
span { border-color: #9D8100; }
span { border-color: rgb(157,129,0); }
td.TdClassName
{
border-color: #9D8100;
}
.TagClassName
{
border-color: #9D8100;
}
</style>