Shades of Hacienda #99800D
Tints of Hacienda #99800D
RGB
CMYK
RGB Variations
Color information
#99800D (or 0x99800D) is known color: Hacienda. HEX triplet: 99, 80 and 0D. RGB value is (153,128,13). Sum of RGB (Red+Green+Blue) = 153+128+13=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99800D is #667FF2. Grayscale: #7A7A7A. Windows color (decimal): -6717427 or 884889. OLE color: 884889.
HSL color Cylindrical-coordinate representation of color #99800D: hue angle of 49.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99800D is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 13 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.4 |
| HSL | 49.29º | 0.84% | 0.33% | - |
| HSV(B) | 49.29º | 0.92% | 0.6% | - |
| XYZ | 20.93 | 22.24 | 3.57 | - |
| YUV | 122.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 13 | 0 | 0.16 | 0.92 | 0.4 | 49.29 | 0.84 | 0.33 |
| Hex | 99 | 80 | D | 0 | 10 | 5C | 28 | 31 | 54 | 21 |
| Octal | 231 | 200 | 15 | 0 | 20 | 134 | 50 | 61 | 124 | 41 |
| Binary | 10011001 | 10000000 | 1101 | 0 | 10000 | 1011100 | 101000 | 110001 | 1010100 | 100001 |
Color Harmonies of #99800D
Complementary color
Monochromatic Colors of #99800D
Black with #99800D
Text Example
Text Example
White with #99800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99800D; }
p { color: rgb(153,128,13); }
H1.HeaderClassName
{
color: #99800D;
}
.AnyTagClassName
{
color: #99800D;
}
</style>
background-color css
<style>
a { background-color: #99800D; }
a { background-color: rgb(153,128,13); }
div.DivClassName
{
background-color: #99800D;
}
.BgClassName
{
background-color: #99800D;
}
</style>
border-color css
<style>
span { border-color: #99800D; }
span { border-color: rgb(153,128,13); }
td.TdClassName
{
border-color: #99800D;
}
.TagClassName
{
border-color: #99800D;
}
</style>