Shades of Apache #D9AA5E
Tints of Apache #D9AA5E
RGB
CMYK
RGB Variations
Color information
#D9AA5E (or 0xD9AA5E) is known color: Apache. HEX triplet: D9, AA and 5E. RGB value is (217,170,94). Sum of RGB (Red+Green+Blue) = 217+170+94=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA5E is #2655A1. Grayscale: #AFAFAF. Windows color (decimal): -2512290 or 6204121. OLE color: 6204121.
HSL color Cylindrical-coordinate representation of color #D9AA5E: hue angle of 37.07º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9AA5E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 94 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.15 |
| HSL | 37.07º | 0.62% | 0.61% | - |
| HSV(B) | 37.07º | 0.57% | 0.85% | - |
| XYZ | 45.01 | 44.31 | 16.77 | - |
| YUV | 175.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 94 | 0 | 0.22 | 0.57 | 0.15 | 37.07 | 0.62 | 0.61 |
| Hex | D9 | AA | 5E | 0 | 16 | 39 | F | 25 | 3E | 3D |
| Octal | 331 | 252 | 136 | 0 | 26 | 71 | 17 | 45 | 76 | 75 |
| Binary | 11011001 | 10101010 | 1011110 | 0 | 10110 | 111001 | 1111 | 100101 | 111110 | 111101 |
Color Harmonies of #D9AA5E
Complementary color
Monochromatic Colors of #D9AA5E
Black with #D9AA5E
Text Example
Text Example
White with #D9AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA5E; }
p { color: rgb(217,170,94); }
H1.HeaderClassName
{
color: #D9AA5E;
}
.AnyTagClassName
{
color: #D9AA5E;
}
</style>
background-color css
<style>
a { background-color: #D9AA5E; }
a { background-color: rgb(217,170,94); }
div.DivClassName
{
background-color: #D9AA5E;
}
.BgClassName
{
background-color: #D9AA5E;
}
</style>
border-color css
<style>
span { border-color: #D9AA5E; }
span { border-color: rgb(217,170,94); }
td.TdClassName
{
border-color: #D9AA5E;
}
.TagClassName
{
border-color: #D9AA5E;
}
</style>