Shades of Anzac #D29248
Tints of Anzac #D29248
RGB
CMYK
RGB Variations
Color information
#D29248 (or 0xD29248) is known color: Anzac. HEX triplet: D2, 92 and 48. RGB value is (210,146,72). Sum of RGB (Red+Green+Blue) = 210+146+72=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D29248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29248 is #2D6DB7. Grayscale: #9D9D9D. Windows color (decimal): -2977208 or 4756178. OLE color: 4756178.
HSL color Cylindrical-coordinate representation of color #D29248: hue angle of 32.17º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D29248 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 72 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.18 |
| HSL | 32.17º | 0.61% | 0.55% | - |
| HSV(B) | 32.17º | 0.66% | 0.82% | - |
| XYZ | 38.03 | 34.73 | 10.83 | - |
| YUV | 156.7 | 80.2 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 72 | 0 | 0.30 | 0.66 | 0.18 | 32.17 | 0.61 | 0.55 |
| Hex | D2 | 92 | 48 | 0 | 1E | 42 | 12 | 20 | 3D | 37 |
| Octal | 322 | 222 | 110 | 0 | 36 | 102 | 22 | 40 | 75 | 67 |
| Binary | 11010010 | 10010010 | 1001000 | 0 | 11110 | 1000010 | 10010 | 100000 | 111101 | 110111 |
Color Harmonies of #D29248
Complementary color
Monochromatic Colors of #D29248
Black with #D29248
Text Example
Text Example
White with #D29248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29248; }
p { color: rgb(210,146,72); }
H1.HeaderClassName
{
color: #D29248;
}
.AnyTagClassName
{
color: #D29248;
}
</style>
background-color css
<style>
a { background-color: #D29248; }
a { background-color: rgb(210,146,72); }
div.DivClassName
{
background-color: #D29248;
}
.BgClassName
{
background-color: #D29248;
}
</style>
border-color css
<style>
span { border-color: #D29248; }
span { border-color: rgb(210,146,72); }
td.TdClassName
{
border-color: #D29248;
}
.TagClassName
{
border-color: #D29248;
}
</style>