Shades of Anzac #D0913F
Tints of Anzac #D0913F
RGB
CMYK
RGB Variations
Color information
#D0913F (or 0xD0913F) is known color: Anzac. HEX triplet: D0, 91 and 3F. RGB value is (208,145,63). Sum of RGB (Red+Green+Blue) = 208+145+63=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0913F is #2F6EC0. Grayscale: #9A9A9A. Windows color (decimal): -3108545 or 4166096. OLE color: 4166096.
HSL color Cylindrical-coordinate representation of color #D0913F: hue angle of 33.93º 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 #D0913F is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 63 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.18 |
| HSL | 33.93º | 0.61% | 0.53% | - |
| HSV(B) | 33.93º | 0.7% | 0.82% | - |
| XYZ | 37.04 | 34.02 | 9.32 | - |
| YUV | 154.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 63 | 0 | 0.30 | 0.70 | 0.18 | 33.93 | 0.61 | 0.53 |
| Hex | D0 | 91 | 3F | 0 | 1E | 46 | 12 | 22 | 3D | 35 |
| Octal | 320 | 221 | 77 | 0 | 36 | 106 | 22 | 42 | 75 | 65 |
| Binary | 11010000 | 10010001 | 111111 | 0 | 11110 | 1000110 | 10010 | 100010 | 111101 | 110101 |
Color Harmonies of #D0913F
Complementary color
Monochromatic Colors of #D0913F
Black with #D0913F
Text Example
Text Example
White with #D0913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0913F; }
p { color: rgb(208,145,63); }
H1.HeaderClassName
{
color: #D0913F;
}
.AnyTagClassName
{
color: #D0913F;
}
</style>
background-color css
<style>
a { background-color: #D0913F; }
a { background-color: rgb(208,145,63); }
div.DivClassName
{
background-color: #D0913F;
}
.BgClassName
{
background-color: #D0913F;
}
</style>
border-color css
<style>
span { border-color: #D0913F; }
span { border-color: rgb(208,145,63); }
td.TdClassName
{
border-color: #D0913F;
}
.TagClassName
{
border-color: #D0913F;
}
</style>