Shades of Anzac #D09640
Tints of Anzac #D09640
RGB
CMYK
RGB Variations
Color information
#D09640 (or 0xD09640) is known color: Anzac. HEX triplet: D0, 96 and 40. RGB value is (208,150,64). Sum of RGB (Red+Green+Blue) = 208+150+64=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D09640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09640 is #2F69BF. Grayscale: #9D9D9D. Windows color (decimal): -3107264 or 4232912. OLE color: 4232912.
HSL color Cylindrical-coordinate representation of color #D09640: hue angle of 35.83º 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 #D09640 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 64 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.18 |
| HSL | 35.83º | 0.61% | 0.53% | - |
| HSV(B) | 35.83º | 0.69% | 0.82% | - |
| XYZ | 37.84 | 35.59 | 9.73 | - |
| YUV | 157.54 | 75.22 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 64 | 0 | 0.28 | 0.69 | 0.18 | 35.83 | 0.61 | 0.53 |
| Hex | D0 | 96 | 40 | 0 | 1C | 45 | 12 | 24 | 3D | 35 |
| Octal | 320 | 226 | 100 | 0 | 34 | 105 | 22 | 44 | 75 | 65 |
| Binary | 11010000 | 10010110 | 1000000 | 0 | 11100 | 1000101 | 10010 | 100100 | 111101 | 110101 |
Color Harmonies of #D09640
Complementary color
Monochromatic Colors of #D09640
Black with #D09640
Text Example
Text Example
White with #D09640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09640; }
p { color: rgb(208,150,64); }
H1.HeaderClassName
{
color: #D09640;
}
.AnyTagClassName
{
color: #D09640;
}
</style>
background-color css
<style>
a { background-color: #D09640; }
a { background-color: rgb(208,150,64); }
div.DivClassName
{
background-color: #D09640;
}
.BgClassName
{
background-color: #D09640;
}
</style>
border-color css
<style>
span { border-color: #D09640; }
span { border-color: rgb(208,150,64); }
td.TdClassName
{
border-color: #D09640;
}
.TagClassName
{
border-color: #D09640;
}
</style>