Shades of Anzac #D09142
Tints of Anzac #D09142
RGB
CMYK
RGB Variations
Color information
#D09142 (or 0xD09142) is known color: Anzac. HEX triplet: D0, 91 and 42. RGB value is (208,145,66). Sum of RGB (Red+Green+Blue) = 208+145+66=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D09142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09142 is #2F6EBD. Grayscale: #9B9B9B. Windows color (decimal): -3108542 or 4362704. OLE color: 4362704.
HSL color Cylindrical-coordinate representation of color #D09142: hue angle of 33.38º degrees, saturation: 0.6, 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 #D09142 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 66 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.18 |
| HSL | 33.38º | 0.6% | 0.54% | - |
| HSV(B) | 33.38º | 0.68% | 0.82% | - |
| XYZ | 37.12 | 34.05 | 9.77 | - |
| YUV | 154.83 | 77.87 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 66 | 0 | 0.30 | 0.68 | 0.18 | 33.38 | 0.6 | 0.54 |
| Hex | D0 | 91 | 42 | 0 | 1E | 44 | 12 | 21 | 3C | 36 |
| Octal | 320 | 221 | 102 | 0 | 36 | 104 | 22 | 41 | 74 | 66 |
| Binary | 11010000 | 10010001 | 1000010 | 0 | 11110 | 1000100 | 10010 | 100001 | 111100 | 110110 |
Color Harmonies of #D09142
Complementary color
Monochromatic Colors of #D09142
Black with #D09142
Text Example
Text Example
White with #D09142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09142; }
p { color: rgb(208,145,66); }
H1.HeaderClassName
{
color: #D09142;
}
.AnyTagClassName
{
color: #D09142;
}
</style>
background-color css
<style>
a { background-color: #D09142; }
a { background-color: rgb(208,145,66); }
div.DivClassName
{
background-color: #D09142;
}
.BgClassName
{
background-color: #D09142;
}
</style>
border-color css
<style>
span { border-color: #D09142; }
span { border-color: rgb(208,145,66); }
td.TdClassName
{
border-color: #D09142;
}
.TagClassName
{
border-color: #D09142;
}
</style>