Shades of Anzac #D1933F
Tints of Anzac #D1933F
RGB
CMYK
RGB Variations
Color information
#D1933F (or 0xD1933F) is known color: Anzac. HEX triplet: D1, 93 and 3F. RGB value is (209,147,63). Sum of RGB (Red+Green+Blue) = 209+147+63=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1933F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1933F is #2E6CC0. Grayscale: #9C9C9C. Windows color (decimal): -3042497 or 4166609. OLE color: 4166609.
HSL color Cylindrical-coordinate representation of color #D1933F: hue angle of 34.52º 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 #D1933F is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 63 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.18 |
| HSL | 34.52º | 0.61% | 0.53% | - |
| HSV(B) | 34.52º | 0.7% | 0.82% | - |
| XYZ | 37.63 | 34.78 | 9.43 | - |
| YUV | 155.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 63 | 0 | 0.30 | 0.70 | 0.18 | 34.52 | 0.61 | 0.53 |
| Hex | D1 | 93 | 3F | 0 | 1E | 46 | 12 | 23 | 3D | 35 |
| Octal | 321 | 223 | 77 | 0 | 36 | 106 | 22 | 43 | 75 | 65 |
| Binary | 11010001 | 10010011 | 111111 | 0 | 11110 | 1000110 | 10010 | 100011 | 111101 | 110101 |
Color Harmonies of #D1933F
Complementary color
Monochromatic Colors of #D1933F
Black with #D1933F
Text Example
Text Example
White with #D1933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1933F; }
p { color: rgb(209,147,63); }
H1.HeaderClassName
{
color: #D1933F;
}
.AnyTagClassName
{
color: #D1933F;
}
</style>
background-color css
<style>
a { background-color: #D1933F; }
a { background-color: rgb(209,147,63); }
div.DivClassName
{
background-color: #D1933F;
}
.BgClassName
{
background-color: #D1933F;
}
</style>
border-color css
<style>
span { border-color: #D1933F; }
span { border-color: rgb(209,147,63); }
td.TdClassName
{
border-color: #D1933F;
}
.TagClassName
{
border-color: #D1933F;
}
</style>