Shades of Anzac #D18F40
Tints of Anzac #D18F40
RGB
CMYK
RGB Variations
Color information
#D18F40 (or 0xD18F40) is known color: Anzac. HEX triplet: D1, 8F and 40. RGB value is (209,143,64). Sum of RGB (Red+Green+Blue) = 209+143+64=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F40 is #2E70BF. Grayscale: #9A9A9A. Windows color (decimal): -3043520 or 4231121. OLE color: 4231121.
HSL color Cylindrical-coordinate representation of color #D18F40: hue angle of 32.69º degrees, saturation: 0.61, 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 #D18F40 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 64 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.18 |
| HSL | 32.69º | 0.61% | 0.54% | - |
| HSV(B) | 32.69º | 0.69% | 0.82% | - |
| XYZ | 37.04 | 33.57 | 9.38 | - |
| YUV | 153.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 64 | 0 | 0.32 | 0.69 | 0.18 | 32.69 | 0.61 | 0.54 |
| Hex | D1 | 8F | 40 | 0 | 20 | 45 | 12 | 21 | 3D | 36 |
| Octal | 321 | 217 | 100 | 0 | 40 | 105 | 22 | 41 | 75 | 66 |
| Binary | 11010001 | 10001111 | 1000000 | 0 | 100000 | 1000101 | 10010 | 100001 | 111101 | 110110 |
Color Harmonies of #D18F40
Complementary color
Monochromatic Colors of #D18F40
Black with #D18F40
Text Example
Text Example
White with #D18F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F40; }
p { color: rgb(209,143,64); }
H1.HeaderClassName
{
color: #D18F40;
}
.AnyTagClassName
{
color: #D18F40;
}
</style>
background-color css
<style>
a { background-color: #D18F40; }
a { background-color: rgb(209,143,64); }
div.DivClassName
{
background-color: #D18F40;
}
.BgClassName
{
background-color: #D18F40;
}
</style>
border-color css
<style>
span { border-color: #D18F40; }
span { border-color: rgb(209,143,64); }
td.TdClassName
{
border-color: #D18F40;
}
.TagClassName
{
border-color: #D18F40;
}
</style>