Shades of Dark Goldenrod #9F8405
Tints of Dark Goldenrod #9F8405
RGB
CMYK
RGB Variations
Color information
#9F8405 (or 0x9F8405) is known color: Dark Goldenrod. HEX triplet: 9F, 84 and 05. RGB value is (159,132,5). Sum of RGB (Red+Green+Blue) = 159+132+5=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8405 is #607BFA. Grayscale: #7E7E7E. Windows color (decimal): -6323195 or 361631. OLE color: 361631.
HSL color Cylindrical-coordinate representation of color #9F8405: hue angle of 49.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F8405 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 5 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.38 |
| HSL | 49.48º | 0.94% | 0.32% | - |
| HSV(B) | 49.48º | 0.97% | 0.62% | - |
| XYZ | 22.58 | 23.88 | 3.56 | - |
| YUV | 125.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 5 | 0 | 0.17 | 0.97 | 0.38 | 49.48 | 0.94 | 0.32 |
| Hex | 9F | 84 | 5 | 0 | 11 | 61 | 26 | 31 | 5E | 20 |
| Octal | 237 | 204 | 5 | 0 | 21 | 141 | 46 | 61 | 136 | 40 |
| Binary | 10011111 | 10000100 | 101 | 0 | 10001 | 1100001 | 100110 | 110001 | 1011110 | 100000 |
Color Harmonies of #9F8405
Complementary color
Monochromatic Colors of #9F8405
Black with #9F8405
Text Example
Text Example
White with #9F8405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8405; }
p { color: rgb(159,132,5); }
H1.HeaderClassName
{
color: #9F8405;
}
.AnyTagClassName
{
color: #9F8405;
}
</style>
background-color css
<style>
a { background-color: #9F8405; }
a { background-color: rgb(159,132,5); }
div.DivClassName
{
background-color: #9F8405;
}
.BgClassName
{
background-color: #9F8405;
}
</style>
border-color css
<style>
span { border-color: #9F8405; }
span { border-color: rgb(159,132,5); }
td.TdClassName
{
border-color: #9F8405;
}
.TagClassName
{
border-color: #9F8405;
}
</style>