Shades of Hacienda #997D05
Tints of Hacienda #997D05
RGB
CMYK
RGB Variations
Color information
#997D05 (or 0x997D05) is known color: Hacienda. HEX triplet: 99, 7D and 05. RGB value is (153,125,5). Sum of RGB (Red+Green+Blue) = 153+125+5=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #997D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D05 is #6682FA. Grayscale: #787878. Windows color (decimal): -6718203 or 359833. OLE color: 359833.
HSL color Cylindrical-coordinate representation of color #997D05: hue angle of 48.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #997D05 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 5 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.4 |
| HSL | 48.65º | 0.94% | 0.31% | - |
| HSV(B) | 48.65º | 0.97% | 0.6% | - |
| XYZ | 20.5 | 21.45 | 3.2 | - |
| YUV | 119.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 5 | 0 | 0.18 | 0.97 | 0.4 | 48.65 | 0.94 | 0.31 |
| Hex | 99 | 7D | 5 | 0 | 12 | 61 | 28 | 31 | 5E | 1F |
| Octal | 231 | 175 | 5 | 0 | 22 | 141 | 50 | 61 | 136 | 37 |
| Binary | 10011001 | 1111101 | 101 | 0 | 10010 | 1100001 | 101000 | 110001 | 1011110 | 11111 |
Color Harmonies of #997D05
Complementary color
Monochromatic Colors of #997D05
Black with #997D05
Text Example
Text Example
White with #997D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D05; }
p { color: rgb(153,125,5); }
H1.HeaderClassName
{
color: #997D05;
}
.AnyTagClassName
{
color: #997D05;
}
</style>
background-color css
<style>
a { background-color: #997D05; }
a { background-color: rgb(153,125,5); }
div.DivClassName
{
background-color: #997D05;
}
.BgClassName
{
background-color: #997D05;
}
</style>
border-color css
<style>
span { border-color: #997D05; }
span { border-color: rgb(153,125,5); }
td.TdClassName
{
border-color: #997D05;
}
.TagClassName
{
border-color: #997D05;
}
</style>