Shades of Hacienda #987D21
Tints of Hacienda #987D21
RGB
CMYK
RGB Variations
Color information
#987D21 (or 0x987D21) is known color: Hacienda. HEX triplet: 98, 7D and 21. RGB value is (152,125,33). Sum of RGB (Red+Green+Blue) = 152+125+33=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #987D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D21 is #6782DE. Grayscale: #7A7A7A. Windows color (decimal): -6783711 or 2194840. OLE color: 2194840.
HSL color Cylindrical-coordinate representation of color #987D21: hue angle of 46.39º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #987D21 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 33 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.40 |
| HSL | 46.39º | 0.64% | 0.36% | - |
| HSV(B) | 46.39º | 0.78% | 0.6% | - |
| XYZ | 20.56 | 21.45 | 4.5 | - |
| YUV | 122.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 33 | 0 | 0.18 | 0.78 | 0.40 | 46.39 | 0.64 | 0.36 |
| Hex | 98 | 7D | 21 | 0 | 12 | 4E | 28 | 2E | 40 | 24 |
| Octal | 230 | 175 | 41 | 0 | 22 | 116 | 50 | 56 | 100 | 44 |
| Binary | 10011000 | 1111101 | 100001 | 0 | 10010 | 1001110 | 101000 | 101110 | 1000000 | 100100 |
Color Harmonies of #987D21
Complementary color
Monochromatic Colors of #987D21
Black with #987D21
Text Example
Text Example
White with #987D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D21; }
p { color: rgb(152,125,33); }
H1.HeaderClassName
{
color: #987D21;
}
.AnyTagClassName
{
color: #987D21;
}
</style>
background-color css
<style>
a { background-color: #987D21; }
a { background-color: rgb(152,125,33); }
div.DivClassName
{
background-color: #987D21;
}
.BgClassName
{
background-color: #987D21;
}
</style>
border-color css
<style>
span { border-color: #987D21; }
span { border-color: rgb(152,125,33); }
td.TdClassName
{
border-color: #987D21;
}
.TagClassName
{
border-color: #987D21;
}
</style>