Shades of Hacienda #997D08
Tints of Hacienda #997D08
RGB
CMYK
RGB Variations
Color information
#997D08 (or 0x997D08) is known color: Hacienda. HEX triplet: 99, 7D and 08. RGB value is (153,125,8). Sum of RGB (Red+Green+Blue) = 153+125+8=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D08 is #6682F7. Grayscale: #787878. Windows color (decimal): -6718200 or 556441. OLE color: 556441.
HSL color Cylindrical-coordinate representation of color #997D08: hue angle of 48.41º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997D08 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 8 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.4 |
| HSL | 48.41º | 0.9% | 0.32% | - |
| HSV(B) | 48.41º | 0.95% | 0.6% | - |
| XYZ | 20.51 | 21.46 | 3.29 | - |
| YUV | 120.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 8 | 0 | 0.18 | 0.95 | 0.4 | 48.41 | 0.9 | 0.32 |
| Hex | 99 | 7D | 8 | 0 | 12 | 5F | 28 | 30 | 5A | 20 |
| Octal | 231 | 175 | 10 | 0 | 22 | 137 | 50 | 60 | 132 | 40 |
| Binary | 10011001 | 1111101 | 1000 | 0 | 10010 | 1011111 | 101000 | 110000 | 1011010 | 100000 |
Color Harmonies of #997D08
Complementary color
Monochromatic Colors of #997D08
Black with #997D08
Text Example
Text Example
White with #997D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D08; }
p { color: rgb(153,125,8); }
H1.HeaderClassName
{
color: #997D08;
}
.AnyTagClassName
{
color: #997D08;
}
</style>
background-color css
<style>
a { background-color: #997D08; }
a { background-color: rgb(153,125,8); }
div.DivClassName
{
background-color: #997D08;
}
.BgClassName
{
background-color: #997D08;
}
</style>
border-color css
<style>
span { border-color: #997D08; }
span { border-color: rgb(153,125,8); }
td.TdClassName
{
border-color: #997D08;
}
.TagClassName
{
border-color: #997D08;
}
</style>