Shades of Hacienda #9D8908
Tints of Hacienda #9D8908
RGB
CMYK
RGB Variations
Color information
#9D8908 (or 0x9D8908) is known color: Hacienda. HEX triplet: 9D, 89 and 08. RGB value is (157,137,8). Sum of RGB (Red+Green+Blue) = 157+137+8=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8908 is #6276F7. Grayscale: #808080. Windows color (decimal): -6452984 or 559517. OLE color: 559517.
HSL color Cylindrical-coordinate representation of color #9D8908: hue angle of 51.95º 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 #9D8908 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 8 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.38 |
| HSL | 51.95º | 0.9% | 0.32% | - |
| HSV(B) | 51.95º | 0.95% | 0.62% | - |
| XYZ | 22.89 | 25.08 | 3.86 | - |
| YUV | 128.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 8 | 0 | 0.13 | 0.95 | 0.38 | 51.95 | 0.9 | 0.32 |
| Hex | 9D | 89 | 8 | 0 | D | 5F | 26 | 34 | 5A | 20 |
| Octal | 235 | 211 | 10 | 0 | 15 | 137 | 46 | 64 | 132 | 40 |
| Binary | 10011101 | 10001001 | 1000 | 0 | 1101 | 1011111 | 100110 | 110100 | 1011010 | 100000 |
Color Harmonies of #9D8908
Complementary color
Monochromatic Colors of #9D8908
Black with #9D8908
Text Example
Text Example
White with #9D8908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8908; }
p { color: rgb(157,137,8); }
H1.HeaderClassName
{
color: #9D8908;
}
.AnyTagClassName
{
color: #9D8908;
}
</style>
background-color css
<style>
a { background-color: #9D8908; }
a { background-color: rgb(157,137,8); }
div.DivClassName
{
background-color: #9D8908;
}
.BgClassName
{
background-color: #9D8908;
}
</style>
border-color css
<style>
span { border-color: #9D8908; }
span { border-color: rgb(157,137,8); }
td.TdClassName
{
border-color: #9D8908;
}
.TagClassName
{
border-color: #9D8908;
}
</style>