Shades of Anzac #D09042
Tints of Anzac #D09042
RGB
CMYK
RGB Variations
Color information
#D09042 (or 0xD09042) is known color: Anzac. HEX triplet: D0, 90 and 42. RGB value is (208,144,66). Sum of RGB (Red+Green+Blue) = 208+144+66=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D09042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09042 is #2F6FBD. Grayscale: #9A9A9A. Windows color (decimal): -3108798 or 4362448. OLE color: 4362448.
HSL color Cylindrical-coordinate representation of color #D09042: hue angle of 32.96º 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 #D09042 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 66 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.18 |
| HSL | 32.96º | 0.6% | 0.54% | - |
| HSV(B) | 32.96º | 0.68% | 0.82% | - |
| XYZ | 36.97 | 33.75 | 9.72 | - |
| YUV | 154.24 | 78.2 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 66 | 0 | 0.31 | 0.68 | 0.18 | 32.96 | 0.6 | 0.54 |
| Hex | D0 | 90 | 42 | 0 | 1F | 44 | 12 | 21 | 3C | 36 |
| Octal | 320 | 220 | 102 | 0 | 37 | 104 | 22 | 41 | 74 | 66 |
| Binary | 11010000 | 10010000 | 1000010 | 0 | 11111 | 1000100 | 10010 | 100001 | 111100 | 110110 |
Color Harmonies of #D09042
Complementary color
Monochromatic Colors of #D09042
Black with #D09042
Text Example
Text Example
White with #D09042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09042; }
p { color: rgb(208,144,66); }
H1.HeaderClassName
{
color: #D09042;
}
.AnyTagClassName
{
color: #D09042;
}
</style>
background-color css
<style>
a { background-color: #D09042; }
a { background-color: rgb(208,144,66); }
div.DivClassName
{
background-color: #D09042;
}
.BgClassName
{
background-color: #D09042;
}
</style>
border-color css
<style>
span { border-color: #D09042; }
span { border-color: rgb(208,144,66); }
td.TdClassName
{
border-color: #D09042;
}
.TagClassName
{
border-color: #D09042;
}
</style>