Shades of Anzac #D09D40
Tints of Anzac #D09D40
RGB
CMYK
RGB Variations
Color information
#D09D40 (or 0xD09D40) is known color: Anzac. HEX triplet: D0, 9D and 40. RGB value is (208,157,64). Sum of RGB (Red+Green+Blue) = 208+157+64=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D40 is #2F62BF. Grayscale: #A2A2A2. Windows color (decimal): -3105472 or 4234704. OLE color: 4234704.
HSL color Cylindrical-coordinate representation of color #D09D40: hue angle of 38.75º 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 #D09D40 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 64 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.18 |
| HSL | 38.75º | 0.61% | 0.53% | - |
| HSV(B) | 38.75º | 0.69% | 0.82% | - |
| XYZ | 38.99 | 37.89 | 10.11 | - |
| YUV | 161.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 64 | 0 | 0.25 | 0.69 | 0.18 | 38.75 | 0.61 | 0.53 |
| Hex | D0 | 9D | 40 | 0 | 19 | 45 | 12 | 27 | 3D | 35 |
| Octal | 320 | 235 | 100 | 0 | 31 | 105 | 22 | 47 | 75 | 65 |
| Binary | 11010000 | 10011101 | 1000000 | 0 | 11001 | 1000101 | 10010 | 100111 | 111101 | 110101 |
Color Harmonies of #D09D40
Complementary color
Monochromatic Colors of #D09D40
Black with #D09D40
Text Example
Text Example
White with #D09D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D40; }
p { color: rgb(208,157,64); }
H1.HeaderClassName
{
color: #D09D40;
}
.AnyTagClassName
{
color: #D09D40;
}
</style>
background-color css
<style>
a { background-color: #D09D40; }
a { background-color: rgb(208,157,64); }
div.DivClassName
{
background-color: #D09D40;
}
.BgClassName
{
background-color: #D09D40;
}
</style>
border-color css
<style>
span { border-color: #D09D40; }
span { border-color: rgb(208,157,64); }
td.TdClassName
{
border-color: #D09D40;
}
.TagClassName
{
border-color: #D09D40;
}
</style>