Shades of Anzac #D18F3E
Tints of Anzac #D18F3E
RGB
CMYK
RGB Variations
Color information
#D18F3E (or 0xD18F3E) is known color: Anzac. HEX triplet: D1, 8F and 3E. RGB value is (209,143,62). Sum of RGB (Red+Green+Blue) = 209+143+62=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F3E is #2E70C1. Grayscale: #999999. Windows color (decimal): -3043522 or 4100049. OLE color: 4100049.
HSL color Cylindrical-coordinate representation of color #D18F3E: hue angle of 33.06º degrees, saturation: 0.62, 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 #D18F3E is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 62 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.18 |
| HSL | 33.06º | 0.62% | 0.53% | - |
| HSV(B) | 33.06º | 0.7% | 0.82% | - |
| XYZ | 36.99 | 33.55 | 9.08 | - |
| YUV | 153.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 62 | 0 | 0.32 | 0.70 | 0.18 | 33.06 | 0.62 | 0.53 |
| Hex | D1 | 8F | 3E | 0 | 20 | 46 | 12 | 21 | 3E | 35 |
| Octal | 321 | 217 | 76 | 0 | 40 | 106 | 22 | 41 | 76 | 65 |
| Binary | 11010001 | 10001111 | 111110 | 0 | 100000 | 1000110 | 10010 | 100001 | 111110 | 110101 |
Color Harmonies of #D18F3E
Complementary color
Monochromatic Colors of #D18F3E
Black with #D18F3E
Text Example
Text Example
White with #D18F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F3E; }
p { color: rgb(209,143,62); }
H1.HeaderClassName
{
color: #D18F3E;
}
.AnyTagClassName
{
color: #D18F3E;
}
</style>
background-color css
<style>
a { background-color: #D18F3E; }
a { background-color: rgb(209,143,62); }
div.DivClassName
{
background-color: #D18F3E;
}
.BgClassName
{
background-color: #D18F3E;
}
</style>
border-color css
<style>
span { border-color: #D18F3E; }
span { border-color: rgb(209,143,62); }
td.TdClassName
{
border-color: #D18F3E;
}
.TagClassName
{
border-color: #D18F3E;
}
</style>