Shades of Anzac #D09541
Tints of Anzac #D09541
RGB
CMYK
RGB Variations
Color information
#D09541 (or 0xD09541) is known color: Anzac. HEX triplet: D0, 95 and 41. RGB value is (208,149,65). Sum of RGB (Red+Green+Blue) = 208+149+65=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D09541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09541 is #2F6ABE. Grayscale: #9D9D9D. Windows color (decimal): -3107519 or 4298192. OLE color: 4298192.
HSL color Cylindrical-coordinate representation of color #D09541: hue angle of 35.24º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D09541 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 65 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.18 |
| HSL | 35.24º | 0.6% | 0.54% | - |
| HSV(B) | 35.24º | 0.69% | 0.82% | - |
| XYZ | 37.71 | 35.29 | 9.82 | - |
| YUV | 157.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 65 | 0 | 0.28 | 0.69 | 0.18 | 35.24 | 0.6 | 0.54 |
| Hex | D0 | 95 | 41 | 0 | 1C | 45 | 12 | 23 | 3C | 36 |
| Octal | 320 | 225 | 101 | 0 | 34 | 105 | 22 | 43 | 74 | 66 |
| Binary | 11010000 | 10010101 | 1000001 | 0 | 11100 | 1000101 | 10010 | 100011 | 111100 | 110110 |
Color Harmonies of #D09541
Complementary color
Monochromatic Colors of #D09541
Black with #D09541
Text Example
Text Example
White with #D09541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09541; }
p { color: rgb(208,149,65); }
H1.HeaderClassName
{
color: #D09541;
}
.AnyTagClassName
{
color: #D09541;
}
</style>
background-color css
<style>
a { background-color: #D09541; }
a { background-color: rgb(208,149,65); }
div.DivClassName
{
background-color: #D09541;
}
.BgClassName
{
background-color: #D09541;
}
</style>
border-color css
<style>
span { border-color: #D09541; }
span { border-color: rgb(208,149,65); }
td.TdClassName
{
border-color: #D09541;
}
.TagClassName
{
border-color: #D09541;
}
</style>