Shades of Apache #D2AA55
Tints of Apache #D2AA55
RGB
CMYK
RGB Variations
Color information
#D2AA55 (or 0xD2AA55) is known color: Apache. HEX triplet: D2, AA and 55. RGB value is (210,170,85). Sum of RGB (Red+Green+Blue) = 210+170+85=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA55 is #2D55AA. Grayscale: #ACACAC. Windows color (decimal): -2971051 or 5614290. OLE color: 5614290.
HSL color Cylindrical-coordinate representation of color #D2AA55: hue angle of 40.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2AA55 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 85 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.18 |
| HSL | 40.8º | 0.58% | 0.58% | - |
| HSV(B) | 40.8º | 0.6% | 0.82% | - |
| XYZ | 42.59 | 43.11 | 14.67 | - |
| YUV | 172.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 85 | 0 | 0.19 | 0.60 | 0.18 | 40.8 | 0.58 | 0.58 |
| Hex | D2 | AA | 55 | 0 | 13 | 3C | 12 | 29 | 3A | 3A |
| Octal | 322 | 252 | 125 | 0 | 23 | 74 | 22 | 51 | 72 | 72 |
| Binary | 11010010 | 10101010 | 1010101 | 0 | 10011 | 111100 | 10010 | 101001 | 111010 | 111010 |
Color Harmonies of #D2AA55
Complementary color
Monochromatic Colors of #D2AA55
Black with #D2AA55
Text Example
Text Example
White with #D2AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA55; }
p { color: rgb(210,170,85); }
H1.HeaderClassName
{
color: #D2AA55;
}
.AnyTagClassName
{
color: #D2AA55;
}
</style>
background-color css
<style>
a { background-color: #D2AA55; }
a { background-color: rgb(210,170,85); }
div.DivClassName
{
background-color: #D2AA55;
}
.BgClassName
{
background-color: #D2AA55;
}
</style>
border-color css
<style>
span { border-color: #D2AA55; }
span { border-color: rgb(210,170,85); }
td.TdClassName
{
border-color: #D2AA55;
}
.TagClassName
{
border-color: #D2AA55;
}
</style>