Shades of Anzac #CD934A
Tints of Anzac #CD934A
RGB
CMYK
RGB Variations
Color information
#CD934A (or 0xCD934A) is known color: Anzac. HEX triplet: CD, 93 and 4A. RGB value is (205,147,74). Sum of RGB (Red+Green+Blue) = 205+147+74=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD934A is #326CB5. Grayscale: #9C9C9C. Windows color (decimal): -3304630 or 4887501. OLE color: 4887501.
HSL color Cylindrical-coordinate representation of color #CD934A: hue angle of 33.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD934A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 74 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.20 |
| HSL | 33.44º | 0.57% | 0.55% | - |
| HSV(B) | 33.44º | 0.64% | 0.8% | - |
| XYZ | 36.85 | 34.34 | 11.17 | - |
| YUV | 156.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 74 | 0 | 0.28 | 0.64 | 0.20 | 33.44 | 0.57 | 0.55 |
| Hex | CD | 93 | 4A | 0 | 1C | 40 | 14 | 21 | 39 | 37 |
| Octal | 315 | 223 | 112 | 0 | 34 | 100 | 24 | 41 | 71 | 67 |
| Binary | 11001101 | 10010011 | 1001010 | 0 | 11100 | 1000000 | 10100 | 100001 | 111001 | 110111 |
Color Harmonies of #CD934A
Complementary color
Monochromatic Colors of #CD934A
Black with #CD934A
Text Example
Text Example
White with #CD934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD934A; }
p { color: rgb(205,147,74); }
H1.HeaderClassName
{
color: #CD934A;
}
.AnyTagClassName
{
color: #CD934A;
}
</style>
background-color css
<style>
a { background-color: #CD934A; }
a { background-color: rgb(205,147,74); }
div.DivClassName
{
background-color: #CD934A;
}
.BgClassName
{
background-color: #CD934A;
}
</style>
border-color css
<style>
span { border-color: #CD934A; }
span { border-color: rgb(205,147,74); }
td.TdClassName
{
border-color: #CD934A;
}
.TagClassName
{
border-color: #CD934A;
}
</style>