Shades of Dark Goldenrod #9F7C03
Tints of Dark Goldenrod #9F7C03
RGB
CMYK
RGB Variations
Color information
#9F7C03 (or 0x9F7C03) is known color: Dark Goldenrod. HEX triplet: 9F, 7C and 03. RGB value is (159,124,3). Sum of RGB (Red+Green+Blue) = 159+124+3=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7C03 is #6083FC. Grayscale: #797979. Windows color (decimal): -6325245 or 228511. OLE color: 228511.
HSL color Cylindrical-coordinate representation of color #9F7C03: hue angle of 46.54º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F7C03 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 124 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.38 |
| HSL | 46.54º | 0.96% | 0.32% | - |
| HSV(B) | 46.54º | 0.98% | 0.62% | - |
| XYZ | 21.52 | 21.79 | 3.16 | - |
| YUV | 120.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 3 | 0 | 0.22 | 0.98 | 0.38 | 46.54 | 0.96 | 0.32 |
| Hex | 9F | 7C | 3 | 0 | 16 | 62 | 26 | 2F | 60 | 20 |
| Octal | 237 | 174 | 3 | 0 | 26 | 142 | 46 | 57 | 140 | 40 |
| Binary | 10011111 | 1111100 | 11 | 0 | 10110 | 1100010 | 100110 | 101111 | 1100000 | 100000 |
Color Harmonies of #9F7C03
Complementary color
Monochromatic Colors of #9F7C03
Black with #9F7C03
Text Example
Text Example
White with #9F7C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7C03; }
p { color: rgb(159,124,3); }
H1.HeaderClassName
{
color: #9F7C03;
}
.AnyTagClassName
{
color: #9F7C03;
}
</style>
background-color css
<style>
a { background-color: #9F7C03; }
a { background-color: rgb(159,124,3); }
div.DivClassName
{
background-color: #9F7C03;
}
.BgClassName
{
background-color: #9F7C03;
}
</style>
border-color css
<style>
span { border-color: #9F7C03; }
span { border-color: rgb(159,124,3); }
td.TdClassName
{
border-color: #9F7C03;
}
.TagClassName
{
border-color: #9F7C03;
}
</style>