Shades of Anzac #D19444
Tints of Anzac #D19444
RGB
CMYK
RGB Variations
Color information
#D19444 (or 0xD19444) is known color: Anzac. HEX triplet: D1, 94 and 44. RGB value is (209,148,68). Sum of RGB (Red+Green+Blue) = 209+148+68=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D19444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19444 is #2E6BBB. Grayscale: #9D9D9D. Windows color (decimal): -3042236 or 4494545. OLE color: 4494545.
HSL color Cylindrical-coordinate representation of color #D19444: hue angle of 34.04º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D19444 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 68 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.18 |
| HSL | 34.04º | 0.61% | 0.54% | - |
| HSV(B) | 34.04º | 0.67% | 0.82% | - |
| XYZ | 37.93 | 35.15 | 10.25 | - |
| YUV | 157.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 68 | 0 | 0.29 | 0.67 | 0.18 | 34.04 | 0.61 | 0.54 |
| Hex | D1 | 94 | 44 | 0 | 1D | 43 | 12 | 22 | 3D | 36 |
| Octal | 321 | 224 | 104 | 0 | 35 | 103 | 22 | 42 | 75 | 66 |
| Binary | 11010001 | 10010100 | 1000100 | 0 | 11101 | 1000011 | 10010 | 100010 | 111101 | 110110 |
Color Harmonies of #D19444
Complementary color
Monochromatic Colors of #D19444
Black with #D19444
Text Example
Text Example
White with #D19444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19444; }
p { color: rgb(209,148,68); }
H1.HeaderClassName
{
color: #D19444;
}
.AnyTagClassName
{
color: #D19444;
}
</style>
background-color css
<style>
a { background-color: #D19444; }
a { background-color: rgb(209,148,68); }
div.DivClassName
{
background-color: #D19444;
}
.BgClassName
{
background-color: #D19444;
}
</style>
border-color css
<style>
span { border-color: #D19444; }
span { border-color: rgb(209,148,68); }
td.TdClassName
{
border-color: #D19444;
}
.TagClassName
{
border-color: #D19444;
}
</style>