Shades of Anzac #D09A40
Tints of Anzac #D09A40
RGB
CMYK
RGB Variations
Color information
#D09A40 (or 0xD09A40) is known color: Anzac. HEX triplet: D0, 9A and 40. RGB value is (208,154,64). Sum of RGB (Red+Green+Blue) = 208+154+64=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09A40 is #2F65BF. Grayscale: #A0A0A0. Windows color (decimal): -3106240 or 4233936. OLE color: 4233936.
HSL color Cylindrical-coordinate representation of color #D09A40: hue angle of 37.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D09A40 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 64 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.18 |
| HSL | 37.5º | 0.61% | 0.53% | - |
| HSV(B) | 37.5º | 0.69% | 0.82% | - |
| XYZ | 38.49 | 36.89 | 9.94 | - |
| YUV | 159.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 64 | 0 | 0.26 | 0.69 | 0.18 | 37.5 | 0.61 | 0.53 |
| Hex | D0 | 9A | 40 | 0 | 1A | 45 | 12 | 26 | 3D | 35 |
| Octal | 320 | 232 | 100 | 0 | 32 | 105 | 22 | 46 | 75 | 65 |
| Binary | 11010000 | 10011010 | 1000000 | 0 | 11010 | 1000101 | 10010 | 100110 | 111101 | 110101 |
Color Harmonies of #D09A40
Complementary color
Monochromatic Colors of #D09A40
Black with #D09A40
Text Example
Text Example
White with #D09A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A40; }
p { color: rgb(208,154,64); }
H1.HeaderClassName
{
color: #D09A40;
}
.AnyTagClassName
{
color: #D09A40;
}
</style>
background-color css
<style>
a { background-color: #D09A40; }
a { background-color: rgb(208,154,64); }
div.DivClassName
{
background-color: #D09A40;
}
.BgClassName
{
background-color: #D09A40;
}
</style>
border-color css
<style>
span { border-color: #D09A40; }
span { border-color: rgb(208,154,64); }
td.TdClassName
{
border-color: #D09A40;
}
.TagClassName
{
border-color: #D09A40;
}
</style>