Shades of Anzac #CD9040
Tints of Anzac #CD9040
RGB
CMYK
RGB Variations
Color information
#CD9040 (or 0xCD9040) is known color: Anzac. HEX triplet: CD, 90 and 40. RGB value is (205,144,64). Sum of RGB (Red+Green+Blue) = 205+144+64=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9040 is #326FBF. Grayscale: #999999. Windows color (decimal): -3305408 or 4231373. OLE color: 4231373.
HSL color Cylindrical-coordinate representation of color #CD9040: hue angle of 34.04º 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 #CD9040 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 64 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.20 |
| HSL | 34.04º | 0.59% | 0.53% | - |
| HSV(B) | 34.04º | 0.69% | 0.8% | - |
| XYZ | 36.08 | 33.3 | 9.38 | - |
| YUV | 153.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 64 | 0 | 0.30 | 0.69 | 0.20 | 34.04 | 0.59 | 0.53 |
| Hex | CD | 90 | 40 | 0 | 1E | 45 | 14 | 22 | 3B | 35 |
| Octal | 315 | 220 | 100 | 0 | 36 | 105 | 24 | 42 | 73 | 65 |
| Binary | 11001101 | 10010000 | 1000000 | 0 | 11110 | 1000101 | 10100 | 100010 | 111011 | 110101 |
Color Harmonies of #CD9040
Complementary color
Monochromatic Colors of #CD9040
Black with #CD9040
Text Example
Text Example
White with #CD9040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9040; }
p { color: rgb(205,144,64); }
H1.HeaderClassName
{
color: #CD9040;
}
.AnyTagClassName
{
color: #CD9040;
}
</style>
background-color css
<style>
a { background-color: #CD9040; }
a { background-color: rgb(205,144,64); }
div.DivClassName
{
background-color: #CD9040;
}
.BgClassName
{
background-color: #CD9040;
}
</style>
border-color css
<style>
span { border-color: #CD9040; }
span { border-color: rgb(205,144,64); }
td.TdClassName
{
border-color: #CD9040;
}
.TagClassName
{
border-color: #CD9040;
}
</style>