Shades of Hacienda #9D8708
Tints of Hacienda #9D8708
RGB
CMYK
RGB Variations
Color information
#9D8708 (or 0x9D8708) is known color: Hacienda. HEX triplet: 9D, 87 and 08. RGB value is (157,135,8). Sum of RGB (Red+Green+Blue) = 157+135+8=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8708 is #6278F7. Grayscale: #7F7F7F. Windows color (decimal): -6453496 or 559005. OLE color: 559005.
HSL color Cylindrical-coordinate representation of color #9D8708: hue angle of 51.14º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D8708 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 8 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.38 |
| HSL | 51.14º | 0.9% | 0.32% | - |
| HSV(B) | 51.14º | 0.95% | 0.62% | - |
| XYZ | 22.61 | 24.51 | 3.77 | - |
| YUV | 127.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 8 | 0 | 0.14 | 0.95 | 0.38 | 51.14 | 0.9 | 0.32 |
| Hex | 9D | 87 | 8 | 0 | E | 5F | 26 | 33 | 5A | 20 |
| Octal | 235 | 207 | 10 | 0 | 16 | 137 | 46 | 63 | 132 | 40 |
| Binary | 10011101 | 10000111 | 1000 | 0 | 1110 | 1011111 | 100110 | 110011 | 1011010 | 100000 |
Color Harmonies of #9D8708
Complementary color
Monochromatic Colors of #9D8708
Black with #9D8708
Text Example
Text Example
White with #9D8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8708; }
p { color: rgb(157,135,8); }
H1.HeaderClassName
{
color: #9D8708;
}
.AnyTagClassName
{
color: #9D8708;
}
</style>
background-color css
<style>
a { background-color: #9D8708; }
a { background-color: rgb(157,135,8); }
div.DivClassName
{
background-color: #9D8708;
}
.BgClassName
{
background-color: #9D8708;
}
</style>
border-color css
<style>
span { border-color: #9D8708; }
span { border-color: rgb(157,135,8); }
td.TdClassName
{
border-color: #9D8708;
}
.TagClassName
{
border-color: #9D8708;
}
</style>