Shades of Anzac #D19241
Tints of Anzac #D19241
RGB
CMYK
RGB Variations
Color information
#D19241 (or 0xD19241) is known color: Anzac. HEX triplet: D1, 92 and 41. RGB value is (209,146,65). Sum of RGB (Red+Green+Blue) = 209+146+65=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D19241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19241 is #2E6DBE. Grayscale: #9B9B9B. Windows color (decimal): -3042751 or 4297425. OLE color: 4297425.
HSL color Cylindrical-coordinate representation of color #D19241: hue angle of 33.75º degrees, saturation: 0.61, 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 #D19241 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 65 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.18 |
| HSL | 33.75º | 0.61% | 0.54% | - |
| HSV(B) | 33.75º | 0.69% | 0.82% | - |
| XYZ | 37.53 | 34.49 | 9.68 | - |
| YUV | 155.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 65 | 0 | 0.30 | 0.69 | 0.18 | 33.75 | 0.61 | 0.54 |
| Hex | D1 | 92 | 41 | 0 | 1E | 45 | 12 | 22 | 3D | 36 |
| Octal | 321 | 222 | 101 | 0 | 36 | 105 | 22 | 42 | 75 | 66 |
| Binary | 11010001 | 10010010 | 1000001 | 0 | 11110 | 1000101 | 10010 | 100010 | 111101 | 110110 |
Color Harmonies of #D19241
Complementary color
Monochromatic Colors of #D19241
Black with #D19241
Text Example
Text Example
White with #D19241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19241; }
p { color: rgb(209,146,65); }
H1.HeaderClassName
{
color: #D19241;
}
.AnyTagClassName
{
color: #D19241;
}
</style>
background-color css
<style>
a { background-color: #D19241; }
a { background-color: rgb(209,146,65); }
div.DivClassName
{
background-color: #D19241;
}
.BgClassName
{
background-color: #D19241;
}
</style>
border-color css
<style>
span { border-color: #D19241; }
span { border-color: rgb(209,146,65); }
td.TdClassName
{
border-color: #D19241;
}
.TagClassName
{
border-color: #D19241;
}
</style>