Shades of Anzac #CF9D44
Tints of Anzac #CF9D44
RGB
CMYK
RGB Variations
Color information
#CF9D44 (or 0xCF9D44) is known color: Anzac. HEX triplet: CF, 9D and 44. RGB value is (207,157,68). Sum of RGB (Red+Green+Blue) = 207+157+68=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D44 is #3062BB. Grayscale: #A2A2A2. Windows color (decimal): -3171004 or 4496847. OLE color: 4496847.
HSL color Cylindrical-coordinate representation of color #CF9D44: hue angle of 38.42º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF9D44 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 68 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.19 |
| HSL | 38.42º | 0.59% | 0.54% | - |
| HSV(B) | 38.42º | 0.67% | 0.81% | - |
| XYZ | 38.83 | 37.8 | 10.72 | - |
| YUV | 161.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 68 | 0 | 0.24 | 0.67 | 0.19 | 38.42 | 0.59 | 0.54 |
| Hex | CF | 9D | 44 | 0 | 18 | 43 | 13 | 26 | 3B | 36 |
| Octal | 317 | 235 | 104 | 0 | 30 | 103 | 23 | 46 | 73 | 66 |
| Binary | 11001111 | 10011101 | 1000100 | 0 | 11000 | 1000011 | 10011 | 100110 | 111011 | 110110 |
Color Harmonies of #CF9D44
Complementary color
Monochromatic Colors of #CF9D44
Black with #CF9D44
Text Example
Text Example
White with #CF9D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D44; }
p { color: rgb(207,157,68); }
H1.HeaderClassName
{
color: #CF9D44;
}
.AnyTagClassName
{
color: #CF9D44;
}
</style>
background-color css
<style>
a { background-color: #CF9D44; }
a { background-color: rgb(207,157,68); }
div.DivClassName
{
background-color: #CF9D44;
}
.BgClassName
{
background-color: #CF9D44;
}
</style>
border-color css
<style>
span { border-color: #CF9D44; }
span { border-color: rgb(207,157,68); }
td.TdClassName
{
border-color: #CF9D44;
}
.TagClassName
{
border-color: #CF9D44;
}
</style>