Shades of Dark Goldenrod #9F8701
Tints of Dark Goldenrod #9F8701
RGB
CMYK
RGB Variations
Color information
#9F8701 (or 0x9F8701) is known color: Dark Goldenrod. HEX triplet: 9F, 87 and 01. RGB value is (159,135,1). Sum of RGB (Red+Green+Blue) = 159+135+1=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8701 is #6078FE. Grayscale: #7F7F7F. Windows color (decimal): -6322431 or 100255. OLE color: 100255.
HSL color Cylindrical-coordinate representation of color #9F8701: hue angle of 50.89º 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 #9F8701 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.38 |
| HSL | 50.89º | 0.99% | 0.31% | - |
| HSV(B) | 50.89º | 0.99% | 0.62% | - |
| XYZ | 22.97 | 24.7 | 3.59 | - |
| YUV | 126.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 1 | 0 | 0.15 | 0.99 | 0.38 | 50.89 | 0.99 | 0.31 |
| Hex | 9F | 87 | 1 | 0 | F | 63 | 26 | 33 | 63 | 1F |
| Octal | 237 | 207 | 1 | 0 | 17 | 143 | 46 | 63 | 143 | 37 |
| Binary | 10011111 | 10000111 | 1 | 0 | 1111 | 1100011 | 100110 | 110011 | 1100011 | 11111 |
Color Harmonies of #9F8701
Complementary color
Monochromatic Colors of #9F8701
Black with #9F8701
Text Example
Text Example
White with #9F8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8701; }
p { color: rgb(159,135,1); }
H1.HeaderClassName
{
color: #9F8701;
}
.AnyTagClassName
{
color: #9F8701;
}
</style>
background-color css
<style>
a { background-color: #9F8701; }
a { background-color: rgb(159,135,1); }
div.DivClassName
{
background-color: #9F8701;
}
.BgClassName
{
background-color: #9F8701;
}
</style>
border-color css
<style>
span { border-color: #9F8701; }
span { border-color: rgb(159,135,1); }
td.TdClassName
{
border-color: #9F8701;
}
.TagClassName
{
border-color: #9F8701;
}
</style>