Shades of Dark Goldenrod #9F8507
Tints of Dark Goldenrod #9F8507
RGB
CMYK
RGB Variations
Color information
#9F8507 (or 0x9F8507) is known color: Dark Goldenrod. HEX triplet: 9F, 85 and 07. RGB value is (159,133,7). Sum of RGB (Red+Green+Blue) = 159+133+7=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8507 is #607AF8. Grayscale: #7E7E7E. Windows color (decimal): -6322937 or 492959. OLE color: 492959.
HSL color Cylindrical-coordinate representation of color #9F8507: hue angle of 49.74º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F8507 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 7 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.38 |
| HSL | 49.74º | 0.92% | 0.33% | - |
| HSV(B) | 49.74º | 0.96% | 0.62% | - |
| XYZ | 22.72 | 24.16 | 3.67 | - |
| YUV | 126.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 7 | 0 | 0.16 | 0.96 | 0.38 | 49.74 | 0.92 | 0.33 |
| Hex | 9F | 85 | 7 | 0 | 10 | 60 | 26 | 32 | 5C | 21 |
| Octal | 237 | 205 | 7 | 0 | 20 | 140 | 46 | 62 | 134 | 41 |
| Binary | 10011111 | 10000101 | 111 | 0 | 10000 | 1100000 | 100110 | 110010 | 1011100 | 100001 |
Color Harmonies of #9F8507
Complementary color
Monochromatic Colors of #9F8507
Black with #9F8507
Text Example
Text Example
White with #9F8507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8507; }
p { color: rgb(159,133,7); }
H1.HeaderClassName
{
color: #9F8507;
}
.AnyTagClassName
{
color: #9F8507;
}
</style>
background-color css
<style>
a { background-color: #9F8507; }
a { background-color: rgb(159,133,7); }
div.DivClassName
{
background-color: #9F8507;
}
.BgClassName
{
background-color: #9F8507;
}
</style>
border-color css
<style>
span { border-color: #9F8507; }
span { border-color: rgb(159,133,7); }
td.TdClassName
{
border-color: #9F8507;
}
.TagClassName
{
border-color: #9F8507;
}
</style>