Shades of Anzac #D09841
Tints of Anzac #D09841
RGB
CMYK
RGB Variations
Color information
#D09841 (or 0xD09841) is known color: Anzac. HEX triplet: D0, 98 and 41. RGB value is (208,152,65). Sum of RGB (Red+Green+Blue) = 208+152+65=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D09841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09841 is #2F67BE. Grayscale: #9F9F9F. Windows color (decimal): -3106751 or 4298960. OLE color: 4298960.
HSL color Cylindrical-coordinate representation of color #D09841: hue angle of 36.5º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D09841 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 65 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.18 |
| HSL | 36.5º | 0.6% | 0.54% | - |
| HSV(B) | 36.5º | 0.69% | 0.82% | - |
| XYZ | 38.19 | 36.25 | 9.98 | - |
| YUV | 158.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 65 | 0 | 0.27 | 0.69 | 0.18 | 36.5 | 0.6 | 0.54 |
| Hex | D0 | 98 | 41 | 0 | 1B | 45 | 12 | 25 | 3C | 36 |
| Octal | 320 | 230 | 101 | 0 | 33 | 105 | 22 | 45 | 74 | 66 |
| Binary | 11010000 | 10011000 | 1000001 | 0 | 11011 | 1000101 | 10010 | 100101 | 111100 | 110110 |
Color Harmonies of #D09841
Complementary color
Monochromatic Colors of #D09841
Black with #D09841
Text Example
Text Example
White with #D09841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09841; }
p { color: rgb(208,152,65); }
H1.HeaderClassName
{
color: #D09841;
}
.AnyTagClassName
{
color: #D09841;
}
</style>
background-color css
<style>
a { background-color: #D09841; }
a { background-color: rgb(208,152,65); }
div.DivClassName
{
background-color: #D09841;
}
.BgClassName
{
background-color: #D09841;
}
</style>
border-color css
<style>
span { border-color: #D09841; }
span { border-color: rgb(208,152,65); }
td.TdClassName
{
border-color: #D09841;
}
.TagClassName
{
border-color: #D09841;
}
</style>