Shades of Anzac #D09940
Tints of Anzac #D09940
RGB
CMYK
RGB Variations
Color information
#D09940 (or 0xD09940) is known color: Anzac. HEX triplet: D0, 99 and 40. RGB value is (208,153,64). Sum of RGB (Red+Green+Blue) = 208+153+64=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D09940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09940 is #2F66BF. Grayscale: #9F9F9F. Windows color (decimal): -3106496 or 4233680. OLE color: 4233680.
HSL color Cylindrical-coordinate representation of color #D09940: hue angle of 37.08º 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 #D09940 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 64 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.18 |
| HSL | 37.08º | 0.61% | 0.53% | - |
| HSV(B) | 37.08º | 0.69% | 0.82% | - |
| XYZ | 38.33 | 36.56 | 9.89 | - |
| YUV | 159.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 64 | 0 | 0.26 | 0.69 | 0.18 | 37.08 | 0.61 | 0.53 |
| Hex | D0 | 99 | 40 | 0 | 1A | 45 | 12 | 25 | 3D | 35 |
| Octal | 320 | 231 | 100 | 0 | 32 | 105 | 22 | 45 | 75 | 65 |
| Binary | 11010000 | 10011001 | 1000000 | 0 | 11010 | 1000101 | 10010 | 100101 | 111101 | 110101 |
Color Harmonies of #D09940
Complementary color
Monochromatic Colors of #D09940
Black with #D09940
Text Example
Text Example
White with #D09940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09940; }
p { color: rgb(208,153,64); }
H1.HeaderClassName
{
color: #D09940;
}
.AnyTagClassName
{
color: #D09940;
}
</style>
background-color css
<style>
a { background-color: #D09940; }
a { background-color: rgb(208,153,64); }
div.DivClassName
{
background-color: #D09940;
}
.BgClassName
{
background-color: #D09940;
}
</style>
border-color css
<style>
span { border-color: #D09940; }
span { border-color: rgb(208,153,64); }
td.TdClassName
{
border-color: #D09940;
}
.TagClassName
{
border-color: #D09940;
}
</style>