Shades of Dark Goldenrod #9F8808
Tints of Dark Goldenrod #9F8808
RGB
CMYK
RGB Variations
Color information
#9F8808 (or 0x9F8808) is known color: Dark Goldenrod. HEX triplet: 9F, 88 and 08. RGB value is (159,136,8). Sum of RGB (Red+Green+Blue) = 159+136+8=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8808 is #6077F7. Grayscale: #808080. Windows color (decimal): -6322168 or 559263. OLE color: 559263.
HSL color Cylindrical-coordinate representation of color #9F8808: hue angle of 50.86º 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 #9F8808 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 8 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.38 |
| HSL | 50.86º | 0.9% | 0.33% | - |
| HSV(B) | 50.86º | 0.95% | 0.62% | - |
| XYZ | 23.15 | 25 | 3.83 | - |
| YUV | 128.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 8 | 0 | 0.14 | 0.95 | 0.38 | 50.86 | 0.9 | 0.33 |
| Hex | 9F | 88 | 8 | 0 | E | 5F | 26 | 33 | 5A | 21 |
| Octal | 237 | 210 | 10 | 0 | 16 | 137 | 46 | 63 | 132 | 41 |
| Binary | 10011111 | 10001000 | 1000 | 0 | 1110 | 1011111 | 100110 | 110011 | 1011010 | 100001 |
Color Harmonies of #9F8808
Complementary color
Monochromatic Colors of #9F8808
Black with #9F8808
Text Example
Text Example
White with #9F8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8808; }
p { color: rgb(159,136,8); }
H1.HeaderClassName
{
color: #9F8808;
}
.AnyTagClassName
{
color: #9F8808;
}
</style>
background-color css
<style>
a { background-color: #9F8808; }
a { background-color: rgb(159,136,8); }
div.DivClassName
{
background-color: #9F8808;
}
.BgClassName
{
background-color: #9F8808;
}
</style>
border-color css
<style>
span { border-color: #9F8808; }
span { border-color: rgb(159,136,8); }
td.TdClassName
{
border-color: #9F8808;
}
.TagClassName
{
border-color: #9F8808;
}
</style>