Shades of Apache #D2AA5D
Tints of Apache #D2AA5D
RGB
CMYK
RGB Variations
Color information
#D2AA5D (or 0xD2AA5D) is known color: Apache. HEX triplet: D2, AA and 5D. RGB value is (210,170,93). Sum of RGB (Red+Green+Blue) = 210+170+93=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA5D is #2D55A2. Grayscale: #ADADAD. Windows color (decimal): -2971043 or 6138578. OLE color: 6138578.
HSL color Cylindrical-coordinate representation of color #D2AA5D: hue angle of 39.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2AA5D is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 93 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.18 |
| HSL | 39.49º | 0.57% | 0.59% | - |
| HSV(B) | 39.49º | 0.56% | 0.82% | - |
| XYZ | 42.93 | 43.24 | 16.44 | - |
| YUV | 173.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 93 | 0 | 0.19 | 0.56 | 0.18 | 39.49 | 0.57 | 0.59 |
| Hex | D2 | AA | 5D | 0 | 13 | 38 | 12 | 27 | 39 | 3B |
| Octal | 322 | 252 | 135 | 0 | 23 | 70 | 22 | 47 | 71 | 73 |
| Binary | 11010010 | 10101010 | 1011101 | 0 | 10011 | 111000 | 10010 | 100111 | 111001 | 111011 |
Color Harmonies of #D2AA5D
Complementary color
Monochromatic Colors of #D2AA5D
Black with #D2AA5D
Text Example
Text Example
White with #D2AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA5D; }
p { color: rgb(210,170,93); }
H1.HeaderClassName
{
color: #D2AA5D;
}
.AnyTagClassName
{
color: #D2AA5D;
}
</style>
background-color css
<style>
a { background-color: #D2AA5D; }
a { background-color: rgb(210,170,93); }
div.DivClassName
{
background-color: #D2AA5D;
}
.BgClassName
{
background-color: #D2AA5D;
}
</style>
border-color css
<style>
span { border-color: #D2AA5D; }
span { border-color: rgb(210,170,93); }
td.TdClassName
{
border-color: #D2AA5D;
}
.TagClassName
{
border-color: #D2AA5D;
}
</style>