Shades of Anzac #D08E3E
Tints of Anzac #D08E3E
RGB
CMYK
RGB Variations
Color information
#D08E3E (or 0xD08E3E) is known color: Anzac. HEX triplet: D0, 8E and 3E. RGB value is (208,142,62). Sum of RGB (Red+Green+Blue) = 208+142+62=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08E3E is #2F71C1. Grayscale: #999999. Windows color (decimal): -3109314 or 4099792. OLE color: 4099792.
HSL color Cylindrical-coordinate representation of color #D08E3E: hue angle of 32.88º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D08E3E is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 62 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.18 |
| HSL | 32.88º | 0.61% | 0.53% | - |
| HSV(B) | 32.88º | 0.7% | 0.82% | - |
| XYZ | 36.55 | 33.1 | 9.02 | - |
| YUV | 152.61 | 76.87 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 62 | 0 | 0.32 | 0.70 | 0.18 | 32.88 | 0.61 | 0.53 |
| Hex | D0 | 8E | 3E | 0 | 20 | 46 | 12 | 21 | 3D | 35 |
| Octal | 320 | 216 | 76 | 0 | 40 | 106 | 22 | 41 | 75 | 65 |
| Binary | 11010000 | 10001110 | 111110 | 0 | 100000 | 1000110 | 10010 | 100001 | 111101 | 110101 |
Color Harmonies of #D08E3E
Complementary color
Monochromatic Colors of #D08E3E
Black with #D08E3E
Text Example
Text Example
White with #D08E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E3E; }
p { color: rgb(208,142,62); }
H1.HeaderClassName
{
color: #D08E3E;
}
.AnyTagClassName
{
color: #D08E3E;
}
</style>
background-color css
<style>
a { background-color: #D08E3E; }
a { background-color: rgb(208,142,62); }
div.DivClassName
{
background-color: #D08E3E;
}
.BgClassName
{
background-color: #D08E3E;
}
</style>
border-color css
<style>
span { border-color: #D08E3E; }
span { border-color: rgb(208,142,62); }
td.TdClassName
{
border-color: #D08E3E;
}
.TagClassName
{
border-color: #D08E3E;
}
</style>