Shades of Anzac #CD903B
Tints of Anzac #CD903B
RGB
CMYK
RGB Variations
Color information
#CD903B (or 0xCD903B) is known color: Anzac. HEX triplet: CD, 90 and 3B. RGB value is (205,144,59). Sum of RGB (Red+Green+Blue) = 205+144+59=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD903B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD903B is #326FC4. Grayscale: #989898. Windows color (decimal): -3305413 or 3903693. OLE color: 3903693.
HSL color Cylindrical-coordinate representation of color #CD903B: hue angle of 34.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD903B is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 59 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.20 |
| HSL | 34.93º | 0.59% | 0.52% | - |
| HSV(B) | 34.93º | 0.71% | 0.8% | - |
| XYZ | 35.94 | 33.24 | 8.66 | - |
| YUV | 152.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 59 | 0 | 0.30 | 0.71 | 0.20 | 34.93 | 0.59 | 0.52 |
| Hex | CD | 90 | 3B | 0 | 1E | 47 | 14 | 23 | 3B | 34 |
| Octal | 315 | 220 | 73 | 0 | 36 | 107 | 24 | 43 | 73 | 64 |
| Binary | 11001101 | 10010000 | 111011 | 0 | 11110 | 1000111 | 10100 | 100011 | 111011 | 110100 |
Color Harmonies of #CD903B
Complementary color
Monochromatic Colors of #CD903B
Black with #CD903B
Text Example
Text Example
White with #CD903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD903B; }
p { color: rgb(205,144,59); }
H1.HeaderClassName
{
color: #CD903B;
}
.AnyTagClassName
{
color: #CD903B;
}
</style>
background-color css
<style>
a { background-color: #CD903B; }
a { background-color: rgb(205,144,59); }
div.DivClassName
{
background-color: #CD903B;
}
.BgClassName
{
background-color: #CD903B;
}
</style>
border-color css
<style>
span { border-color: #CD903B; }
span { border-color: rgb(205,144,59); }
td.TdClassName
{
border-color: #CD903B;
}
.TagClassName
{
border-color: #CD903B;
}
</style>