Shades of Anzac #D0943F
Tints of Anzac #D0943F
RGB
CMYK
RGB Variations
Color information
#D0943F (or 0xD0943F) is known color: Anzac. HEX triplet: D0, 94 and 3F. RGB value is (208,148,63). Sum of RGB (Red+Green+Blue) = 208+148+63=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0943F is #2F6BC0. Grayscale: #9C9C9C. Windows color (decimal): -3107777 or 4166864. OLE color: 4166864.
HSL color Cylindrical-coordinate representation of color #D0943F: hue angle of 35.17º 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 #D0943F is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 63 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.18 |
| HSL | 35.17º | 0.61% | 0.53% | - |
| HSV(B) | 35.17º | 0.7% | 0.82% | - |
| XYZ | 37.5 | 34.95 | 9.47 | - |
| YUV | 156.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 63 | 0 | 0.29 | 0.70 | 0.18 | 35.17 | 0.61 | 0.53 |
| Hex | D0 | 94 | 3F | 0 | 1D | 46 | 12 | 23 | 3D | 35 |
| Octal | 320 | 224 | 77 | 0 | 35 | 106 | 22 | 43 | 75 | 65 |
| Binary | 11010000 | 10010100 | 111111 | 0 | 11101 | 1000110 | 10010 | 100011 | 111101 | 110101 |
Color Harmonies of #D0943F
Complementary color
Monochromatic Colors of #D0943F
Black with #D0943F
Text Example
Text Example
White with #D0943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0943F; }
p { color: rgb(208,148,63); }
H1.HeaderClassName
{
color: #D0943F;
}
.AnyTagClassName
{
color: #D0943F;
}
</style>
background-color css
<style>
a { background-color: #D0943F; }
a { background-color: rgb(208,148,63); }
div.DivClassName
{
background-color: #D0943F;
}
.BgClassName
{
background-color: #D0943F;
}
</style>
border-color css
<style>
span { border-color: #D0943F; }
span { border-color: rgb(208,148,63); }
td.TdClassName
{
border-color: #D0943F;
}
.TagClassName
{
border-color: #D0943F;
}
</style>