Shades of Anzac #D09A46
Tints of Anzac #D09A46
RGB
CMYK
RGB Variations
Color information
#D09A46 (or 0xD09A46) is known color: Anzac. HEX triplet: D0, 9A and 46. RGB value is (208,154,70). Sum of RGB (Red+Green+Blue) = 208+154+70=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09A46 is #2F65B9. Grayscale: #A0A0A0. Windows color (decimal): -3106234 or 4627152. OLE color: 4627152.
HSL color Cylindrical-coordinate representation of color #D09A46: hue angle of 36.52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D09A46 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 70 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.18 |
| HSL | 36.52º | 0.59% | 0.55% | - |
| HSV(B) | 36.52º | 0.66% | 0.82% | - |
| XYZ | 38.67 | 36.96 | 10.89 | - |
| YUV | 160.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 70 | 0 | 0.26 | 0.66 | 0.18 | 36.52 | 0.59 | 0.55 |
| Hex | D0 | 9A | 46 | 0 | 1A | 42 | 12 | 25 | 3B | 37 |
| Octal | 320 | 232 | 106 | 0 | 32 | 102 | 22 | 45 | 73 | 67 |
| Binary | 11010000 | 10011010 | 1000110 | 0 | 11010 | 1000010 | 10010 | 100101 | 111011 | 110111 |
Color Harmonies of #D09A46
Complementary color
Monochromatic Colors of #D09A46
Black with #D09A46
Text Example
Text Example
White with #D09A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A46; }
p { color: rgb(208,154,70); }
H1.HeaderClassName
{
color: #D09A46;
}
.AnyTagClassName
{
color: #D09A46;
}
</style>
background-color css
<style>
a { background-color: #D09A46; }
a { background-color: rgb(208,154,70); }
div.DivClassName
{
background-color: #D09A46;
}
.BgClassName
{
background-color: #D09A46;
}
</style>
border-color css
<style>
span { border-color: #D09A46; }
span { border-color: rgb(208,154,70); }
td.TdClassName
{
border-color: #D09A46;
}
.TagClassName
{
border-color: #D09A46;
}
</style>