Shades of Dark Goldenrod #9F7900
Tints of Dark Goldenrod #9F7900
RGB
CMYK
RGB Variations
Color information
#9F7900 (or 0x9F7900) is known color: Dark Goldenrod. HEX triplet: 9F, 79 and 00. RGB value is (159,121,0). Sum of RGB (Red+Green+Blue) = 159+121+0=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7900 is #6086FF. Grayscale: #777777. Windows color (decimal): -6326016 or 31135. OLE color: 31135.
HSL color Cylindrical-coordinate representation of color #9F7900: hue angle of 45.66º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F7900 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.38 |
| HSL | 45.66º | 1% | 0.31% | - |
| HSV(B) | 45.66º | 1% | 0.62% | - |
| XYZ | 21.14 | 21.05 | 2.95 | - |
| YUV | 118.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 0 | 0 | 0.24 | 1 | 0.38 | 45.66 | 1 | 0.31 |
| Hex | 9F | 79 | 0 | 0 | 18 | 64 | 26 | 2E | 64 | 1F |
| Octal | 237 | 171 | 0 | 0 | 30 | 144 | 46 | 56 | 144 | 37 |
| Binary | 10011111 | 1111001 | 0 | 0 | 11000 | 1100100 | 100110 | 101110 | 1100100 | 11111 |
Color Harmonies of #9F7900
Complementary color
Monochromatic Colors of #9F7900
Black with #9F7900
Text Example
Text Example
White with #9F7900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7900; }
p { color: rgb(159,121,0); }
H1.HeaderClassName
{
color: #9F7900;
}
.AnyTagClassName
{
color: #9F7900;
}
</style>
background-color css
<style>
a { background-color: #9F7900; }
a { background-color: rgb(159,121,0); }
div.DivClassName
{
background-color: #9F7900;
}
.BgClassName
{
background-color: #9F7900;
}
</style>
border-color css
<style>
span { border-color: #9F7900; }
span { border-color: rgb(159,121,0); }
td.TdClassName
{
border-color: #9F7900;
}
.TagClassName
{
border-color: #9F7900;
}
</style>