Shades of Anzac #D19942
Tints of Anzac #D19942
RGB
CMYK
RGB Variations
Color information
#D19942 (or 0xD19942) is known color: Anzac. HEX triplet: D1, 99 and 42. RGB value is (209,153,66). Sum of RGB (Red+Green+Blue) = 209+153+66=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D19942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19942 is #2E66BD. Grayscale: #A0A0A0. Windows color (decimal): -3040958 or 4364753. OLE color: 4364753.
HSL color Cylindrical-coordinate representation of color #D19942: hue angle of 36.5º 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 #D19942 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 66 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.18 |
| HSL | 36.5º | 0.61% | 0.54% | - |
| HSV(B) | 36.5º | 0.68% | 0.82% | - |
| XYZ | 38.67 | 36.73 | 10.21 | - |
| YUV | 159.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 66 | 0 | 0.27 | 0.68 | 0.18 | 36.5 | 0.61 | 0.54 |
| Hex | D1 | 99 | 42 | 0 | 1B | 44 | 12 | 25 | 3D | 36 |
| Octal | 321 | 231 | 102 | 0 | 33 | 104 | 22 | 45 | 75 | 66 |
| Binary | 11010001 | 10011001 | 1000010 | 0 | 11011 | 1000100 | 10010 | 100101 | 111101 | 110110 |
Color Harmonies of #D19942
Complementary color
Monochromatic Colors of #D19942
Black with #D19942
Text Example
Text Example
White with #D19942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19942; }
p { color: rgb(209,153,66); }
H1.HeaderClassName
{
color: #D19942;
}
.AnyTagClassName
{
color: #D19942;
}
</style>
background-color css
<style>
a { background-color: #D19942; }
a { background-color: rgb(209,153,66); }
div.DivClassName
{
background-color: #D19942;
}
.BgClassName
{
background-color: #D19942;
}
</style>
border-color css
<style>
span { border-color: #D19942; }
span { border-color: rgb(209,153,66); }
td.TdClassName
{
border-color: #D19942;
}
.TagClassName
{
border-color: #D19942;
}
</style>