Shades of Dark Goldenrod #9F8708
Tints of Dark Goldenrod #9F8708
RGB
CMYK
RGB Variations
Color information
#9F8708 (or 0x9F8708) is known color: Dark Goldenrod. HEX triplet: 9F, 87 and 08. RGB value is (159,135,8). Sum of RGB (Red+Green+Blue) = 159+135+8=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8708 is #6078F7. Grayscale: #808080. Windows color (decimal): -6322424 or 559007. OLE color: 559007.
HSL color Cylindrical-coordinate representation of color #9F8708: hue angle of 50.46º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F8708 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.38 |
| HSL | 50.46º | 0.9% | 0.33% | - |
| HSV(B) | 50.46º | 0.95% | 0.62% | - |
| XYZ | 23.01 | 24.72 | 3.79 | - |
| YUV | 127.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 8 | 0 | 0.15 | 0.95 | 0.38 | 50.46 | 0.9 | 0.33 |
| Hex | 9F | 87 | 8 | 0 | F | 5F | 26 | 32 | 5A | 21 |
| Octal | 237 | 207 | 10 | 0 | 17 | 137 | 46 | 62 | 132 | 41 |
| Binary | 10011111 | 10000111 | 1000 | 0 | 1111 | 1011111 | 100110 | 110010 | 1011010 | 100001 |
Color Harmonies of #9F8708
Complementary color
Monochromatic Colors of #9F8708
Black with #9F8708
Text Example
Text Example
White with #9F8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8708; }
p { color: rgb(159,135,8); }
H1.HeaderClassName
{
color: #9F8708;
}
.AnyTagClassName
{
color: #9F8708;
}
</style>
background-color css
<style>
a { background-color: #9F8708; }
a { background-color: rgb(159,135,8); }
div.DivClassName
{
background-color: #9F8708;
}
.BgClassName
{
background-color: #9F8708;
}
</style>
border-color css
<style>
span { border-color: #9F8708; }
span { border-color: rgb(159,135,8); }
td.TdClassName
{
border-color: #9F8708;
}
.TagClassName
{
border-color: #9F8708;
}
</style>