Shades of Hacienda #998221
Tints of Hacienda #998221
RGB
CMYK
RGB Variations
Color information
#998221 (or 0x998221) is known color: Hacienda. HEX triplet: 99, 82 and 21. RGB value is (153,130,33). Sum of RGB (Red+Green+Blue) = 153+130+33=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #998221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998221 is #667DDE. Grayscale: #7E7E7E. Windows color (decimal): -6716895 or 2196121. OLE color: 2196121.
HSL color Cylindrical-coordinate representation of color #998221: hue angle of 48.5º degrees, saturation: 0.65, 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 #998221 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 33 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.4 |
| HSL | 48.5º | 0.65% | 0.36% | - |
| HSV(B) | 48.5º | 0.78% | 0.6% | - |
| XYZ | 21.39 | 22.85 | 4.72 | - |
| YUV | 125.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 33 | 0 | 0.15 | 0.78 | 0.4 | 48.5 | 0.65 | 0.36 |
| Hex | 99 | 82 | 21 | 0 | F | 4E | 28 | 30 | 41 | 24 |
| Octal | 231 | 202 | 41 | 0 | 17 | 116 | 50 | 60 | 101 | 44 |
| Binary | 10011001 | 10000010 | 100001 | 0 | 1111 | 1001110 | 101000 | 110000 | 1000001 | 100100 |
Color Harmonies of #998221
Complementary color
Monochromatic Colors of #998221
Black with #998221
Text Example
Text Example
White with #998221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998221; }
p { color: rgb(153,130,33); }
H1.HeaderClassName
{
color: #998221;
}
.AnyTagClassName
{
color: #998221;
}
</style>
background-color css
<style>
a { background-color: #998221; }
a { background-color: rgb(153,130,33); }
div.DivClassName
{
background-color: #998221;
}
.BgClassName
{
background-color: #998221;
}
</style>
border-color css
<style>
span { border-color: #998221; }
span { border-color: rgb(153,130,33); }
td.TdClassName
{
border-color: #998221;
}
.TagClassName
{
border-color: #998221;
}
</style>