Shades of Anzac #D19242
Tints of Anzac #D19242
RGB
CMYK
RGB Variations
Color information
#D19242 (or 0xD19242) is known color: Anzac. HEX triplet: D1, 92 and 42. RGB value is (209,146,66). Sum of RGB (Red+Green+Blue) = 209+146+66=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D19242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19242 is #2E6DBD. Grayscale: #9C9C9C. Windows color (decimal): -3042750 or 4362961. OLE color: 4362961.
HSL color Cylindrical-coordinate representation of color #D19242: hue angle of 33.57º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D19242 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 66 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.18 |
| HSL | 33.57º | 0.61% | 0.54% | - |
| HSV(B) | 33.57º | 0.68% | 0.82% | - |
| XYZ | 37.56 | 34.51 | 9.84 | - |
| YUV | 155.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 66 | 0 | 0.30 | 0.68 | 0.18 | 33.57 | 0.61 | 0.54 |
| Hex | D1 | 92 | 42 | 0 | 1E | 44 | 12 | 22 | 3D | 36 |
| Octal | 321 | 222 | 102 | 0 | 36 | 104 | 22 | 42 | 75 | 66 |
| Binary | 11010001 | 10010010 | 1000010 | 0 | 11110 | 1000100 | 10010 | 100010 | 111101 | 110110 |
Color Harmonies of #D19242
Complementary color
Monochromatic Colors of #D19242
Black with #D19242
Text Example
Text Example
White with #D19242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19242; }
p { color: rgb(209,146,66); }
H1.HeaderClassName
{
color: #D19242;
}
.AnyTagClassName
{
color: #D19242;
}
</style>
background-color css
<style>
a { background-color: #D19242; }
a { background-color: rgb(209,146,66); }
div.DivClassName
{
background-color: #D19242;
}
.BgClassName
{
background-color: #D19242;
}
</style>
border-color css
<style>
span { border-color: #D19242; }
span { border-color: rgb(209,146,66); }
td.TdClassName
{
border-color: #D19242;
}
.TagClassName
{
border-color: #D19242;
}
</style>