Shades of Anzac #D29249
Tints of Anzac #D29249
RGB
CMYK
RGB Variations
Color information
#D29249 (or 0xD29249) is known color: Anzac. HEX triplet: D2, 92 and 49. RGB value is (210,146,73). Sum of RGB (Red+Green+Blue) = 210+146+73=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D29249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29249 is #2D6DB6. Grayscale: #9D9D9D. Windows color (decimal): -2977207 or 4821714. OLE color: 4821714.
HSL color Cylindrical-coordinate representation of color #D29249: hue angle of 31.97º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D29249 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 73 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.18 |
| HSL | 31.97º | 0.6% | 0.55% | - |
| HSV(B) | 31.97º | 0.65% | 0.82% | - |
| XYZ | 38.06 | 34.74 | 11 | - |
| YUV | 156.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 73 | 0 | 0.30 | 0.65 | 0.18 | 31.97 | 0.6 | 0.55 |
| Hex | D2 | 92 | 49 | 0 | 1E | 41 | 12 | 20 | 3C | 37 |
| Octal | 322 | 222 | 111 | 0 | 36 | 101 | 22 | 40 | 74 | 67 |
| Binary | 11010010 | 10010010 | 1001001 | 0 | 11110 | 1000001 | 10010 | 100000 | 111100 | 110111 |
Color Harmonies of #D29249
Complementary color
Monochromatic Colors of #D29249
Black with #D29249
Text Example
Text Example
White with #D29249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29249; }
p { color: rgb(210,146,73); }
H1.HeaderClassName
{
color: #D29249;
}
.AnyTagClassName
{
color: #D29249;
}
</style>
background-color css
<style>
a { background-color: #D29249; }
a { background-color: rgb(210,146,73); }
div.DivClassName
{
background-color: #D29249;
}
.BgClassName
{
background-color: #D29249;
}
</style>
border-color css
<style>
span { border-color: #D29249; }
span { border-color: rgb(210,146,73); }
td.TdClassName
{
border-color: #D29249;
}
.TagClassName
{
border-color: #D29249;
}
</style>