Shades of Anzac #D09B45
Tints of Anzac #D09B45
RGB
CMYK
RGB Variations
Color information
#D09B45 (or 0xD09B45) is known color: Anzac. HEX triplet: D0, 9B and 45. RGB value is (208,155,69). Sum of RGB (Red+Green+Blue) = 208+155+69=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09B45 is #2F64BA. Grayscale: #A1A1A1. Windows color (decimal): -3105979 or 4561872. OLE color: 4561872.
HSL color Cylindrical-coordinate representation of color #D09B45: hue angle of 37.12º 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 #D09B45 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 69 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.18 |
| HSL | 37.12º | 0.6% | 0.54% | - |
| HSV(B) | 37.12º | 0.67% | 0.82% | - |
| XYZ | 38.81 | 37.28 | 10.78 | - |
| YUV | 161.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 69 | 0 | 0.25 | 0.67 | 0.18 | 37.12 | 0.6 | 0.54 |
| Hex | D0 | 9B | 45 | 0 | 19 | 43 | 12 | 25 | 3C | 36 |
| Octal | 320 | 233 | 105 | 0 | 31 | 103 | 22 | 45 | 74 | 66 |
| Binary | 11010000 | 10011011 | 1000101 | 0 | 11001 | 1000011 | 10010 | 100101 | 111100 | 110110 |
Color Harmonies of #D09B45
Complementary color
Monochromatic Colors of #D09B45
Black with #D09B45
Text Example
Text Example
White with #D09B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B45; }
p { color: rgb(208,155,69); }
H1.HeaderClassName
{
color: #D09B45;
}
.AnyTagClassName
{
color: #D09B45;
}
</style>
background-color css
<style>
a { background-color: #D09B45; }
a { background-color: rgb(208,155,69); }
div.DivClassName
{
background-color: #D09B45;
}
.BgClassName
{
background-color: #D09B45;
}
</style>
border-color css
<style>
span { border-color: #D09B45; }
span { border-color: rgb(208,155,69); }
td.TdClassName
{
border-color: #D09B45;
}
.TagClassName
{
border-color: #D09B45;
}
</style>