Shades of Anzac #D29341
Tints of Anzac #D29341
RGB
CMYK
RGB Variations
Color information
#D29341 (or 0xD29341) is known color: Anzac. HEX triplet: D2, 93 and 41. RGB value is (210,147,65). Sum of RGB (Red+Green+Blue) = 210+147+65=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D29341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29341 is #2D6CBE. Grayscale: #9C9C9C. Windows color (decimal): -2976959 or 4297682. OLE color: 4297682.
HSL color Cylindrical-coordinate representation of color #D29341: hue angle of 33.93º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D29341 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 65 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.18 |
| HSL | 33.93º | 0.62% | 0.54% | - |
| HSV(B) | 33.93º | 0.69% | 0.82% | - |
| XYZ | 37.97 | 34.95 | 9.75 | - |
| YUV | 156.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 65 | 0 | 0.30 | 0.69 | 0.18 | 33.93 | 0.62 | 0.54 |
| Hex | D2 | 93 | 41 | 0 | 1E | 45 | 12 | 22 | 3E | 36 |
| Octal | 322 | 223 | 101 | 0 | 36 | 105 | 22 | 42 | 76 | 66 |
| Binary | 11010010 | 10010011 | 1000001 | 0 | 11110 | 1000101 | 10010 | 100010 | 111110 | 110110 |
Color Harmonies of #D29341
Complementary color
Monochromatic Colors of #D29341
Black with #D29341
Text Example
Text Example
White with #D29341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29341; }
p { color: rgb(210,147,65); }
H1.HeaderClassName
{
color: #D29341;
}
.AnyTagClassName
{
color: #D29341;
}
</style>
background-color css
<style>
a { background-color: #D29341; }
a { background-color: rgb(210,147,65); }
div.DivClassName
{
background-color: #D29341;
}
.BgClassName
{
background-color: #D29341;
}
</style>
border-color css
<style>
span { border-color: #D29341; }
span { border-color: rgb(210,147,65); }
td.TdClassName
{
border-color: #D29341;
}
.TagClassName
{
border-color: #D29341;
}
</style>