Shades of Tussock #C79D44
Tints of Tussock #C79D44
RGB
CMYK
RGB Variations
Color information
#C79D44 (or 0xC79D44) is known color: Tussock. HEX triplet: C7, 9D and 44. RGB value is (199,157,68). Sum of RGB (Red+Green+Blue) = 199+157+68=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D44 is #3862BB. Grayscale: #9F9F9F. Windows color (decimal): -3695292 or 4496839. OLE color: 4496839.
HSL color Cylindrical-coordinate representation of color #C79D44: hue angle of 40.76º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C79D44 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 68 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.22 |
| HSL | 40.76º | 0.54% | 0.52% | - |
| HSV(B) | 40.76º | 0.66% | 0.78% | - |
| XYZ | 36.65 | 36.67 | 10.62 | - |
| YUV | 159.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 68 | 0 | 0.21 | 0.66 | 0.22 | 40.76 | 0.54 | 0.52 |
| Hex | C7 | 9D | 44 | 0 | 15 | 42 | 16 | 29 | 36 | 34 |
| Octal | 307 | 235 | 104 | 0 | 25 | 102 | 26 | 51 | 66 | 64 |
| Binary | 11000111 | 10011101 | 1000100 | 0 | 10101 | 1000010 | 10110 | 101001 | 110110 | 110100 |
Color Harmonies of #C79D44
Complementary color
Monochromatic Colors of #C79D44
Black with #C79D44
Text Example
Text Example
White with #C79D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D44; }
p { color: rgb(199,157,68); }
H1.HeaderClassName
{
color: #C79D44;
}
.AnyTagClassName
{
color: #C79D44;
}
</style>
background-color css
<style>
a { background-color: #C79D44; }
a { background-color: rgb(199,157,68); }
div.DivClassName
{
background-color: #C79D44;
}
.BgClassName
{
background-color: #C79D44;
}
</style>
border-color css
<style>
span { border-color: #C79D44; }
span { border-color: rgb(199,157,68); }
td.TdClassName
{
border-color: #C79D44;
}
.TagClassName
{
border-color: #C79D44;
}
</style>