Shades of Anzac #D09645
Tints of Anzac #D09645
RGB
CMYK
RGB Variations
Color information
#D09645 (or 0xD09645) is known color: Anzac. HEX triplet: D0, 96 and 45. RGB value is (208,150,69). Sum of RGB (Red+Green+Blue) = 208+150+69=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D09645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09645 is #2F69BA. Grayscale: #9E9E9E. Windows color (decimal): -3107259 or 4560592. OLE color: 4560592.
HSL color Cylindrical-coordinate representation of color #D09645: hue angle of 34.96º 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 #D09645 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 69 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.18 |
| HSL | 34.96º | 0.6% | 0.54% | - |
| HSV(B) | 34.96º | 0.67% | 0.82% | - |
| XYZ | 37.99 | 35.65 | 10.51 | - |
| YUV | 158.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 69 | 0 | 0.28 | 0.67 | 0.18 | 34.96 | 0.6 | 0.54 |
| Hex | D0 | 96 | 45 | 0 | 1C | 43 | 12 | 23 | 3C | 36 |
| Octal | 320 | 226 | 105 | 0 | 34 | 103 | 22 | 43 | 74 | 66 |
| Binary | 11010000 | 10010110 | 1000101 | 0 | 11100 | 1000011 | 10010 | 100011 | 111100 | 110110 |
Color Harmonies of #D09645
Complementary color
Monochromatic Colors of #D09645
Black with #D09645
Text Example
Text Example
White with #D09645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09645; }
p { color: rgb(208,150,69); }
H1.HeaderClassName
{
color: #D09645;
}
.AnyTagClassName
{
color: #D09645;
}
</style>
background-color css
<style>
a { background-color: #D09645; }
a { background-color: rgb(208,150,69); }
div.DivClassName
{
background-color: #D09645;
}
.BgClassName
{
background-color: #D09645;
}
</style>
border-color css
<style>
span { border-color: #D09645; }
span { border-color: rgb(208,150,69); }
td.TdClassName
{
border-color: #D09645;
}
.TagClassName
{
border-color: #D09645;
}
</style>