Shades of Anzac #C79D40
Tints of Anzac #C79D40
RGB
CMYK
RGB Variations
Color information
#C79D40 (or 0xC79D40) is known color: Anzac. HEX triplet: C7, 9D and 40. RGB value is (199,157,64). Sum of RGB (Red+Green+Blue) = 199+157+64=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D40 is #3862BF. Grayscale: #9F9F9F. Windows color (decimal): -3695296 or 4234695. OLE color: 4234695.
HSL color Cylindrical-coordinate representation of color #C79D40: hue angle of 41.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C79D40 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 64 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.22 |
| HSL | 41.33º | 0.55% | 0.52% | - |
| HSV(B) | 41.33º | 0.68% | 0.78% | - |
| XYZ | 36.54 | 36.63 | 9.99 | - |
| YUV | 158.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 64 | 0 | 0.21 | 0.68 | 0.22 | 41.33 | 0.55 | 0.52 |
| Hex | C7 | 9D | 40 | 0 | 15 | 44 | 16 | 29 | 37 | 34 |
| Octal | 307 | 235 | 100 | 0 | 25 | 104 | 26 | 51 | 67 | 64 |
| Binary | 11000111 | 10011101 | 1000000 | 0 | 10101 | 1000100 | 10110 | 101001 | 110111 | 110100 |
Color Harmonies of #C79D40
Complementary color
Monochromatic Colors of #C79D40
Black with #C79D40
Text Example
Text Example
White with #C79D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D40; }
p { color: rgb(199,157,64); }
H1.HeaderClassName
{
color: #C79D40;
}
.AnyTagClassName
{
color: #C79D40;
}
</style>
background-color css
<style>
a { background-color: #C79D40; }
a { background-color: rgb(199,157,64); }
div.DivClassName
{
background-color: #C79D40;
}
.BgClassName
{
background-color: #C79D40;
}
</style>
border-color css
<style>
span { border-color: #C79D40; }
span { border-color: rgb(199,157,64); }
td.TdClassName
{
border-color: #C79D40;
}
.TagClassName
{
border-color: #C79D40;
}
</style>