Shades of Dark Goldenrod #9D8704
Tints of Dark Goldenrod #9D8704
RGB
CMYK
RGB Variations
Color information
#9D8704 (or 0x9D8704) is known color: Dark Goldenrod. HEX triplet: 9D, 87 and 04. RGB value is (157,135,4). Sum of RGB (Red+Green+Blue) = 157+135+4=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8704 is #6278FB. Grayscale: #7F7F7F. Windows color (decimal): -6453500 or 296861. OLE color: 296861.
HSL color Cylindrical-coordinate representation of color #9D8704: hue angle of 51.37º degrees, saturation: 0.95, 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 #9D8704 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 4 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.38 |
| HSL | 51.37º | 0.95% | 0.32% | - |
| HSV(B) | 51.37º | 0.97% | 0.62% | - |
| XYZ | 22.59 | 24.5 | 3.65 | - |
| YUV | 126.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 4 | 0 | 0.14 | 0.97 | 0.38 | 51.37 | 0.95 | 0.32 |
| Hex | 9D | 87 | 4 | 0 | E | 61 | 26 | 33 | 5F | 20 |
| Octal | 235 | 207 | 4 | 0 | 16 | 141 | 46 | 63 | 137 | 40 |
| Binary | 10011101 | 10000111 | 100 | 0 | 1110 | 1100001 | 100110 | 110011 | 1011111 | 100000 |
Color Harmonies of #9D8704
Complementary color
Monochromatic Colors of #9D8704
Black with #9D8704
Text Example
Text Example
White with #9D8704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8704; }
p { color: rgb(157,135,4); }
H1.HeaderClassName
{
color: #9D8704;
}
.AnyTagClassName
{
color: #9D8704;
}
</style>
background-color css
<style>
a { background-color: #9D8704; }
a { background-color: rgb(157,135,4); }
div.DivClassName
{
background-color: #9D8704;
}
.BgClassName
{
background-color: #9D8704;
}
</style>
border-color css
<style>
span { border-color: #9D8704; }
span { border-color: rgb(157,135,4); }
td.TdClassName
{
border-color: #9D8704;
}
.TagClassName
{
border-color: #9D8704;
}
</style>