Shades of Dark Goldenrod #9F8006
Tints of Dark Goldenrod #9F8006
RGB
CMYK
RGB Variations
Color information
#9F8006 (or 0x9F8006) is known color: Dark Goldenrod. HEX triplet: 9F, 80 and 06. RGB value is (159,128,6). Sum of RGB (Red+Green+Blue) = 159+128+6=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8006 is #607FF9. Grayscale: #7B7B7B. Windows color (decimal): -6324218 or 426143. OLE color: 426143.
HSL color Cylindrical-coordinate representation of color #9F8006: hue angle of 47.84º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F8006 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 6 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.38 |
| HSL | 47.84º | 0.93% | 0.32% | - |
| HSV(B) | 47.84º | 0.96% | 0.62% | - |
| XYZ | 22.05 | 22.82 | 3.42 | - |
| YUV | 123.36 | 61.77 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 6 | 0 | 0.19 | 0.96 | 0.38 | 47.84 | 0.93 | 0.32 |
| Hex | 9F | 80 | 6 | 0 | 13 | 60 | 26 | 30 | 5D | 20 |
| Octal | 237 | 200 | 6 | 0 | 23 | 140 | 46 | 60 | 135 | 40 |
| Binary | 10011111 | 10000000 | 110 | 0 | 10011 | 1100000 | 100110 | 110000 | 1011101 | 100000 |
Color Harmonies of #9F8006
Complementary color
Monochromatic Colors of #9F8006
Black with #9F8006
Text Example
Text Example
White with #9F8006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8006; }
p { color: rgb(159,128,6); }
H1.HeaderClassName
{
color: #9F8006;
}
.AnyTagClassName
{
color: #9F8006;
}
</style>
background-color css
<style>
a { background-color: #9F8006; }
a { background-color: rgb(159,128,6); }
div.DivClassName
{
background-color: #9F8006;
}
.BgClassName
{
background-color: #9F8006;
}
</style>
border-color css
<style>
span { border-color: #9F8006; }
span { border-color: rgb(159,128,6); }
td.TdClassName
{
border-color: #9F8006;
}
.TagClassName
{
border-color: #9F8006;
}
</style>