Shades of Apache #D0AA5D
Tints of Apache #D0AA5D
RGB
CMYK
RGB Variations
Color information
#D0AA5D (or 0xD0AA5D) is known color: Apache. HEX triplet: D0, AA and 5D. RGB value is (208,170,93). Sum of RGB (Red+Green+Blue) = 208+170+93=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA5D is #2F55A2. Grayscale: #ACACAC. Windows color (decimal): -3102115 or 6138576. OLE color: 6138576.
HSL color Cylindrical-coordinate representation of color #D0AA5D: hue angle of 40.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0AA5D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 93 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.18 |
| HSL | 40.17º | 0.55% | 0.59% | - |
| HSV(B) | 40.17º | 0.55% | 0.82% | - |
| XYZ | 42.36 | 42.95 | 16.41 | - |
| YUV | 172.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 93 | 0 | 0.18 | 0.55 | 0.18 | 40.17 | 0.55 | 0.59 |
| Hex | D0 | AA | 5D | 0 | 12 | 37 | 12 | 28 | 37 | 3B |
| Octal | 320 | 252 | 135 | 0 | 22 | 67 | 22 | 50 | 67 | 73 |
| Binary | 11010000 | 10101010 | 1011101 | 0 | 10010 | 110111 | 10010 | 101000 | 110111 | 111011 |
Color Harmonies of #D0AA5D
Complementary color
Monochromatic Colors of #D0AA5D
Black with #D0AA5D
Text Example
Text Example
White with #D0AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA5D; }
p { color: rgb(208,170,93); }
H1.HeaderClassName
{
color: #D0AA5D;
}
.AnyTagClassName
{
color: #D0AA5D;
}
</style>
background-color css
<style>
a { background-color: #D0AA5D; }
a { background-color: rgb(208,170,93); }
div.DivClassName
{
background-color: #D0AA5D;
}
.BgClassName
{
background-color: #D0AA5D;
}
</style>
border-color css
<style>
span { border-color: #D0AA5D; }
span { border-color: rgb(208,170,93); }
td.TdClassName
{
border-color: #D0AA5D;
}
.TagClassName
{
border-color: #D0AA5D;
}
</style>