Shades of Anzac #CD9E40
Tints of Anzac #CD9E40
RGB
CMYK
RGB Variations
Color information
#CD9E40 (or 0xCD9E40) is known color: Anzac. HEX triplet: CD, 9E and 40. RGB value is (205,158,64). Sum of RGB (Red+Green+Blue) = 205+158+64=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E40 is #3261BF. Grayscale: #A1A1A1. Windows color (decimal): -3301824 or 4234957. OLE color: 4234957.
HSL color Cylindrical-coordinate representation of color #CD9E40: hue angle of 40º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD9E40 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 64 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.20 |
| HSL | 40º | 0.59% | 0.53% | - |
| HSV(B) | 40º | 0.69% | 0.8% | - |
| XYZ | 38.33 | 37.8 | 10.13 | - |
| YUV | 161.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 64 | 0 | 0.23 | 0.69 | 0.20 | 40 | 0.59 | 0.53 |
| Hex | CD | 9E | 40 | 0 | 17 | 45 | 14 | 28 | 3B | 35 |
| Octal | 315 | 236 | 100 | 0 | 27 | 105 | 24 | 50 | 73 | 65 |
| Binary | 11001101 | 10011110 | 1000000 | 0 | 10111 | 1000101 | 10100 | 101000 | 111011 | 110101 |
Color Harmonies of #CD9E40
Complementary color
Monochromatic Colors of #CD9E40
Black with #CD9E40
Text Example
Text Example
White with #CD9E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E40; }
p { color: rgb(205,158,64); }
H1.HeaderClassName
{
color: #CD9E40;
}
.AnyTagClassName
{
color: #CD9E40;
}
</style>
background-color css
<style>
a { background-color: #CD9E40; }
a { background-color: rgb(205,158,64); }
div.DivClassName
{
background-color: #CD9E40;
}
.BgClassName
{
background-color: #CD9E40;
}
</style>
border-color css
<style>
span { border-color: #CD9E40; }
span { border-color: rgb(205,158,64); }
td.TdClassName
{
border-color: #CD9E40;
}
.TagClassName
{
border-color: #CD9E40;
}
</style>