Shades of Apache #D3AA52
Tints of Apache #D3AA52
RGB
CMYK
RGB Variations
Color information
#D3AA52 (or 0xD3AA52) is known color: Apache. HEX triplet: D3, AA and 52. RGB value is (211,170,82). Sum of RGB (Red+Green+Blue) = 211+170+82=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AA52 is #2C55AD. Grayscale: #ACACAC. Windows color (decimal): -2905518 or 5417683. OLE color: 5417683.
HSL color Cylindrical-coordinate representation of color #D3AA52: hue angle of 40.93º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3AA52 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 82 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.17 |
| HSL | 40.93º | 0.59% | 0.57% | - |
| HSV(B) | 40.93º | 0.61% | 0.83% | - |
| XYZ | 42.76 | 43.21 | 14.07 | - |
| YUV | 172.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 82 | 0 | 0.19 | 0.61 | 0.17 | 40.93 | 0.59 | 0.57 |
| Hex | D3 | AA | 52 | 0 | 13 | 3D | 11 | 29 | 3B | 39 |
| Octal | 323 | 252 | 122 | 0 | 23 | 75 | 21 | 51 | 73 | 71 |
| Binary | 11010011 | 10101010 | 1010010 | 0 | 10011 | 111101 | 10001 | 101001 | 111011 | 111001 |
Color Harmonies of #D3AA52
Complementary color
Monochromatic Colors of #D3AA52
Black with #D3AA52
Text Example
Text Example
White with #D3AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AA52; }
p { color: rgb(211,170,82); }
H1.HeaderClassName
{
color: #D3AA52;
}
.AnyTagClassName
{
color: #D3AA52;
}
</style>
background-color css
<style>
a { background-color: #D3AA52; }
a { background-color: rgb(211,170,82); }
div.DivClassName
{
background-color: #D3AA52;
}
.BgClassName
{
background-color: #D3AA52;
}
</style>
border-color css
<style>
span { border-color: #D3AA52; }
span { border-color: rgb(211,170,82); }
td.TdClassName
{
border-color: #D3AA52;
}
.TagClassName
{
border-color: #D3AA52;
}
</style>