Shades of Anzac #D09544
Tints of Anzac #D09544
RGB
CMYK
RGB Variations
Color information
#D09544 (or 0xD09544) is known color: Anzac. HEX triplet: D0, 95 and 44. RGB value is (208,149,68). Sum of RGB (Red+Green+Blue) = 208+149+68=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D09544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09544 is #2F6ABB. Grayscale: #9D9D9D. Windows color (decimal): -3107516 or 4494800. OLE color: 4494800.
HSL color Cylindrical-coordinate representation of color #D09544: hue angle of 34.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D09544 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 68 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.18 |
| HSL | 34.71º | 0.6% | 0.54% | - |
| HSV(B) | 34.71º | 0.67% | 0.82% | - |
| XYZ | 37.8 | 35.32 | 10.29 | - |
| YUV | 157.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 68 | 0 | 0.28 | 0.67 | 0.18 | 34.71 | 0.6 | 0.54 |
| Hex | D0 | 95 | 44 | 0 | 1C | 43 | 12 | 23 | 3C | 36 |
| Octal | 320 | 225 | 104 | 0 | 34 | 103 | 22 | 43 | 74 | 66 |
| Binary | 11010000 | 10010101 | 1000100 | 0 | 11100 | 1000011 | 10010 | 100011 | 111100 | 110110 |
Color Harmonies of #D09544
Complementary color
Monochromatic Colors of #D09544
Black with #D09544
Text Example
Text Example
White with #D09544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09544; }
p { color: rgb(208,149,68); }
H1.HeaderClassName
{
color: #D09544;
}
.AnyTagClassName
{
color: #D09544;
}
</style>
background-color css
<style>
a { background-color: #D09544; }
a { background-color: rgb(208,149,68); }
div.DivClassName
{
background-color: #D09544;
}
.BgClassName
{
background-color: #D09544;
}
</style>
border-color css
<style>
span { border-color: #D09544; }
span { border-color: rgb(208,149,68); }
td.TdClassName
{
border-color: #D09544;
}
.TagClassName
{
border-color: #D09544;
}
</style>