Shades of Dark Goldenrod #9F8501
Tints of Dark Goldenrod #9F8501
RGB
CMYK
RGB Variations
Color information
#9F8501 (or 0x9F8501) is known color: Dark Goldenrod. HEX triplet: 9F, 85 and 01. RGB value is (159,133,1). Sum of RGB (Red+Green+Blue) = 159+133+1=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8501 is #607AFE. Grayscale: #7E7E7E. Windows color (decimal): -6322943 or 99743. OLE color: 99743.
HSL color Cylindrical-coordinate representation of color #9F8501: hue angle of 50.13º 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 #9F8501 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.38 |
| HSL | 50.13º | 0.99% | 0.31% | - |
| HSV(B) | 50.13º | 0.99% | 0.62% | - |
| XYZ | 22.69 | 24.15 | 3.49 | - |
| YUV | 125.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 1 | 0 | 0.16 | 0.99 | 0.38 | 50.13 | 0.99 | 0.31 |
| Hex | 9F | 85 | 1 | 0 | 10 | 63 | 26 | 32 | 63 | 1F |
| Octal | 237 | 205 | 1 | 0 | 20 | 143 | 46 | 62 | 143 | 37 |
| Binary | 10011111 | 10000101 | 1 | 0 | 10000 | 1100011 | 100110 | 110010 | 1100011 | 11111 |
Color Harmonies of #9F8501
Complementary color
Monochromatic Colors of #9F8501
Black with #9F8501
Text Example
Text Example
White with #9F8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8501; }
p { color: rgb(159,133,1); }
H1.HeaderClassName
{
color: #9F8501;
}
.AnyTagClassName
{
color: #9F8501;
}
</style>
background-color css
<style>
a { background-color: #9F8501; }
a { background-color: rgb(159,133,1); }
div.DivClassName
{
background-color: #9F8501;
}
.BgClassName
{
background-color: #9F8501;
}
</style>
border-color css
<style>
span { border-color: #9F8501; }
span { border-color: rgb(159,133,1); }
td.TdClassName
{
border-color: #9F8501;
}
.TagClassName
{
border-color: #9F8501;
}
</style>