Shades of Anzac #D09241
Tints of Anzac #D09241
RGB
CMYK
RGB Variations
Color information
#D09241 (or 0xD09241) is known color: Anzac. HEX triplet: D0, 92 and 41. RGB value is (208,146,65). Sum of RGB (Red+Green+Blue) = 208+146+65=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D09241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09241 is #2F6DBE. Grayscale: #9B9B9B. Windows color (decimal): -3108287 or 4297424. OLE color: 4297424.
HSL color Cylindrical-coordinate representation of color #D09241: hue angle of 33.99º 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 #D09241 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 65 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.18 |
| HSL | 33.99º | 0.6% | 0.54% | - |
| HSV(B) | 33.99º | 0.69% | 0.82% | - |
| XYZ | 37.25 | 34.35 | 9.67 | - |
| YUV | 155.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 65 | 0 | 0.30 | 0.69 | 0.18 | 33.99 | 0.6 | 0.54 |
| Hex | D0 | 92 | 41 | 0 | 1E | 45 | 12 | 22 | 3C | 36 |
| Octal | 320 | 222 | 101 | 0 | 36 | 105 | 22 | 42 | 74 | 66 |
| Binary | 11010000 | 10010010 | 1000001 | 0 | 11110 | 1000101 | 10010 | 100010 | 111100 | 110110 |
Color Harmonies of #D09241
Complementary color
Monochromatic Colors of #D09241
Black with #D09241
Text Example
Text Example
White with #D09241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09241; }
p { color: rgb(208,146,65); }
H1.HeaderClassName
{
color: #D09241;
}
.AnyTagClassName
{
color: #D09241;
}
</style>
background-color css
<style>
a { background-color: #D09241; }
a { background-color: rgb(208,146,65); }
div.DivClassName
{
background-color: #D09241;
}
.BgClassName
{
background-color: #D09241;
}
</style>
border-color css
<style>
span { border-color: #D09241; }
span { border-color: rgb(208,146,65); }
td.TdClassName
{
border-color: #D09241;
}
.TagClassName
{
border-color: #D09241;
}
</style>