Shades of Apache #D0AA5E
Tints of Apache #D0AA5E
RGB
CMYK
RGB Variations
Color information
#D0AA5E (or 0xD0AA5E) is known color: Apache. HEX triplet: D0, AA and 5E. RGB value is (208,170,94). Sum of RGB (Red+Green+Blue) = 208+170+94=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA5E is #2F55A1. Grayscale: #ADADAD. Windows color (decimal): -3102114 or 6204112. OLE color: 6204112.
HSL color Cylindrical-coordinate representation of color #D0AA5E: hue angle of 40º 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 #D0AA5E is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 94 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.18 |
| HSL | 40º | 0.55% | 0.59% | - |
| HSV(B) | 40º | 0.55% | 0.82% | - |
| XYZ | 42.41 | 42.97 | 16.65 | - |
| YUV | 172.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 94 | 0 | 0.18 | 0.55 | 0.18 | 40 | 0.55 | 0.59 |
| Hex | D0 | AA | 5E | 0 | 12 | 37 | 12 | 28 | 37 | 3B |
| Octal | 320 | 252 | 136 | 0 | 22 | 67 | 22 | 50 | 67 | 73 |
| Binary | 11010000 | 10101010 | 1011110 | 0 | 10010 | 110111 | 10010 | 101000 | 110111 | 111011 |
Color Harmonies of #D0AA5E
Complementary color
Monochromatic Colors of #D0AA5E
Black with #D0AA5E
Text Example
Text Example
White with #D0AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA5E; }
p { color: rgb(208,170,94); }
H1.HeaderClassName
{
color: #D0AA5E;
}
.AnyTagClassName
{
color: #D0AA5E;
}
</style>
background-color css
<style>
a { background-color: #D0AA5E; }
a { background-color: rgb(208,170,94); }
div.DivClassName
{
background-color: #D0AA5E;
}
.BgClassName
{
background-color: #D0AA5E;
}
</style>
border-color css
<style>
span { border-color: #D0AA5E; }
span { border-color: rgb(208,170,94); }
td.TdClassName
{
border-color: #D0AA5E;
}
.TagClassName
{
border-color: #D0AA5E;
}
</style>