Shades of Hacienda #9D870F
Tints of Hacienda #9D870F
RGB
CMYK
RGB Variations
Color information
#9D870F (or 0x9D870F) is known color: Hacienda. HEX triplet: 9D, 87 and 0F. RGB value is (157,135,15). Sum of RGB (Red+Green+Blue) = 157+135+15=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D870F is #6278F0. Grayscale: #808080. Windows color (decimal): -6453489 or 1017757. OLE color: 1017757.
HSL color Cylindrical-coordinate representation of color #9D870F: hue angle of 50.7º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D870F is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 15 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.38 |
| HSL | 50.7º | 0.83% | 0.34% | - |
| HSV(B) | 50.7º | 0.9% | 0.62% | - |
| XYZ | 22.65 | 24.53 | 3.99 | - |
| YUV | 127.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 15 | 0 | 0.14 | 0.90 | 0.38 | 50.7 | 0.83 | 0.34 |
| Hex | 9D | 87 | F | 0 | E | 5A | 26 | 33 | 53 | 22 |
| Octal | 235 | 207 | 17 | 0 | 16 | 132 | 46 | 63 | 123 | 42 |
| Binary | 10011101 | 10000111 | 1111 | 0 | 1110 | 1011010 | 100110 | 110011 | 1010011 | 100010 |
Color Harmonies of #9D870F
Complementary color
Monochromatic Colors of #9D870F
Black with #9D870F
Text Example
Text Example
White with #9D870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D870F; }
p { color: rgb(157,135,15); }
H1.HeaderClassName
{
color: #9D870F;
}
.AnyTagClassName
{
color: #9D870F;
}
</style>
background-color css
<style>
a { background-color: #9D870F; }
a { background-color: rgb(157,135,15); }
div.DivClassName
{
background-color: #9D870F;
}
.BgClassName
{
background-color: #9D870F;
}
</style>
border-color css
<style>
span { border-color: #9D870F; }
span { border-color: rgb(157,135,15); }
td.TdClassName
{
border-color: #9D870F;
}
.TagClassName
{
border-color: #9D870F;
}
</style>