Shades of Dark Goldenrod #9F8201
Tints of Dark Goldenrod #9F8201
RGB
CMYK
RGB Variations
Color information
#9F8201 (or 0x9F8201) is known color: Dark Goldenrod. HEX triplet: 9F, 82 and 01. RGB value is (159,130,1). Sum of RGB (Red+Green+Blue) = 159+130+1=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8201 is #607DFE. Grayscale: #7C7C7C. Windows color (decimal): -6323711 or 98975. OLE color: 98975.
HSL color Cylindrical-coordinate representation of color #9F8201: hue angle of 48.99º 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 #9F8201 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.38 |
| HSL | 48.99º | 0.99% | 0.31% | - |
| HSV(B) | 48.99º | 0.99% | 0.62% | - |
| XYZ | 22.29 | 23.34 | 3.36 | - |
| YUV | 123.97 | 58.61 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 1 | 0 | 0.18 | 0.99 | 0.38 | 48.99 | 0.99 | 0.31 |
| Hex | 9F | 82 | 1 | 0 | 12 | 63 | 26 | 31 | 63 | 1F |
| Octal | 237 | 202 | 1 | 0 | 22 | 143 | 46 | 61 | 143 | 37 |
| Binary | 10011111 | 10000010 | 1 | 0 | 10010 | 1100011 | 100110 | 110001 | 1100011 | 11111 |
Color Harmonies of #9F8201
Complementary color
Monochromatic Colors of #9F8201
Black with #9F8201
Text Example
Text Example
White with #9F8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8201; }
p { color: rgb(159,130,1); }
H1.HeaderClassName
{
color: #9F8201;
}
.AnyTagClassName
{
color: #9F8201;
}
</style>
background-color css
<style>
a { background-color: #9F8201; }
a { background-color: rgb(159,130,1); }
div.DivClassName
{
background-color: #9F8201;
}
.BgClassName
{
background-color: #9F8201;
}
</style>
border-color css
<style>
span { border-color: #9F8201; }
span { border-color: rgb(159,130,1); }
td.TdClassName
{
border-color: #9F8201;
}
.TagClassName
{
border-color: #9F8201;
}
</style>