Shades of Anzac #D39141
Tints of Anzac #D39141
RGB
CMYK
RGB Variations
Color information
#D39141 (or 0xD39141) is known color: Anzac. HEX triplet: D3, 91 and 41. RGB value is (211,145,65). Sum of RGB (Red+Green+Blue) = 211+145+65=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D39141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39141 is #2C6EBE. Grayscale: #9C9C9C. Windows color (decimal): -2911935 or 4297171. OLE color: 4297171.
HSL color Cylindrical-coordinate representation of color #D39141: hue angle of 32.88º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D39141 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 65 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.17 |
| HSL | 32.88º | 0.62% | 0.54% | - |
| HSV(B) | 32.88º | 0.69% | 0.83% | - |
| XYZ | 37.94 | 34.48 | 9.66 | - |
| YUV | 155.61 | 76.87 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 65 | 0 | 0.31 | 0.69 | 0.17 | 32.88 | 0.62 | 0.54 |
| Hex | D3 | 91 | 41 | 0 | 1F | 45 | 11 | 21 | 3E | 36 |
| Octal | 323 | 221 | 101 | 0 | 37 | 105 | 21 | 41 | 76 | 66 |
| Binary | 11010011 | 10010001 | 1000001 | 0 | 11111 | 1000101 | 10001 | 100001 | 111110 | 110110 |
Color Harmonies of #D39141
Complementary color
Monochromatic Colors of #D39141
Black with #D39141
Text Example
Text Example
White with #D39141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39141; }
p { color: rgb(211,145,65); }
H1.HeaderClassName
{
color: #D39141;
}
.AnyTagClassName
{
color: #D39141;
}
</style>
background-color css
<style>
a { background-color: #D39141; }
a { background-color: rgb(211,145,65); }
div.DivClassName
{
background-color: #D39141;
}
.BgClassName
{
background-color: #D39141;
}
</style>
border-color css
<style>
span { border-color: #D39141; }
span { border-color: rgb(211,145,65); }
td.TdClassName
{
border-color: #D39141;
}
.TagClassName
{
border-color: #D39141;
}
</style>