Shades of Anzac #D19941
Tints of Anzac #D19941
RGB
CMYK
RGB Variations
Color information
#D19941 (or 0xD19941) is known color: Anzac. HEX triplet: D1, 99 and 41. RGB value is (209,153,65). Sum of RGB (Red+Green+Blue) = 209+153+65=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D19941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19941 is #2E66BE. Grayscale: #A0A0A0. Windows color (decimal): -3040959 or 4299217. OLE color: 4299217.
HSL color Cylindrical-coordinate representation of color #D19941: hue angle of 36.67º 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 #D19941 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 65 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.18 |
| HSL | 36.67º | 0.61% | 0.54% | - |
| HSV(B) | 36.67º | 0.69% | 0.82% | - |
| XYZ | 38.64 | 36.72 | 10.05 | - |
| YUV | 159.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 65 | 0 | 0.27 | 0.69 | 0.18 | 36.67 | 0.61 | 0.54 |
| Hex | D1 | 99 | 41 | 0 | 1B | 45 | 12 | 25 | 3D | 36 |
| Octal | 321 | 231 | 101 | 0 | 33 | 105 | 22 | 45 | 75 | 66 |
| Binary | 11010001 | 10011001 | 1000001 | 0 | 11011 | 1000101 | 10010 | 100101 | 111101 | 110110 |
Color Harmonies of #D19941
Complementary color
Monochromatic Colors of #D19941
Black with #D19941
Text Example
Text Example
White with #D19941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19941; }
p { color: rgb(209,153,65); }
H1.HeaderClassName
{
color: #D19941;
}
.AnyTagClassName
{
color: #D19941;
}
</style>
background-color css
<style>
a { background-color: #D19941; }
a { background-color: rgb(209,153,65); }
div.DivClassName
{
background-color: #D19941;
}
.BgClassName
{
background-color: #D19941;
}
</style>
border-color css
<style>
span { border-color: #D19941; }
span { border-color: rgb(209,153,65); }
td.TdClassName
{
border-color: #D19941;
}
.TagClassName
{
border-color: #D19941;
}
</style>