Shades of Dark Goldenrod #9F7A03
Tints of Dark Goldenrod #9F7A03
RGB
CMYK
RGB Variations
Color information
#9F7A03 (or 0x9F7A03) is known color: Dark Goldenrod. HEX triplet: 9F, 7A and 03. RGB value is (159,122,3). Sum of RGB (Red+Green+Blue) = 159+122+3=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7A03 is #6085FC. Grayscale: #787878. Windows color (decimal): -6325757 or 227999. OLE color: 227999.
HSL color Cylindrical-coordinate representation of color #9F7A03: hue angle of 45.77º 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 #9F7A03 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.38 |
| HSL | 45.77º | 0.96% | 0.32% | - |
| HSV(B) | 45.77º | 0.98% | 0.62% | - |
| XYZ | 21.27 | 21.3 | 3.08 | - |
| YUV | 119.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 3 | 0 | 0.23 | 0.98 | 0.38 | 45.77 | 0.96 | 0.32 |
| Hex | 9F | 7A | 3 | 0 | 17 | 62 | 26 | 2E | 60 | 20 |
| Octal | 237 | 172 | 3 | 0 | 27 | 142 | 46 | 56 | 140 | 40 |
| Binary | 10011111 | 1111010 | 11 | 0 | 10111 | 1100010 | 100110 | 101110 | 1100000 | 100000 |
Color Harmonies of #9F7A03
Complementary color
Monochromatic Colors of #9F7A03
Black with #9F7A03
Text Example
Text Example
White with #9F7A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A03; }
p { color: rgb(159,122,3); }
H1.HeaderClassName
{
color: #9F7A03;
}
.AnyTagClassName
{
color: #9F7A03;
}
</style>
background-color css
<style>
a { background-color: #9F7A03; }
a { background-color: rgb(159,122,3); }
div.DivClassName
{
background-color: #9F7A03;
}
.BgClassName
{
background-color: #9F7A03;
}
</style>
border-color css
<style>
span { border-color: #9F7A03; }
span { border-color: rgb(159,122,3); }
td.TdClassName
{
border-color: #9F7A03;
}
.TagClassName
{
border-color: #9F7A03;
}
</style>