Shades of Apache #D1AA5E
Tints of Apache #D1AA5E
RGB
CMYK
RGB Variations
Color information
#D1AA5E (or 0xD1AA5E) is known color: Apache. HEX triplet: D1, AA and 5E. RGB value is (209,170,94). Sum of RGB (Red+Green+Blue) = 209+170+94=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA5E is #2E55A1. Grayscale: #ADADAD. Windows color (decimal): -3036578 or 6204113. OLE color: 6204113.
HSL color Cylindrical-coordinate representation of color #D1AA5E: hue angle of 39.65º degrees, saturation: 0.56, 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 #D1AA5E is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 94 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.18 |
| HSL | 39.65º | 0.56% | 0.59% | - |
| HSV(B) | 39.65º | 0.55% | 0.82% | - |
| XYZ | 42.69 | 43.11 | 16.66 | - |
| YUV | 173 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 94 | 0 | 0.19 | 0.55 | 0.18 | 39.65 | 0.56 | 0.59 |
| Hex | D1 | AA | 5E | 0 | 13 | 37 | 12 | 28 | 38 | 3B |
| Octal | 321 | 252 | 136 | 0 | 23 | 67 | 22 | 50 | 70 | 73 |
| Binary | 11010001 | 10101010 | 1011110 | 0 | 10011 | 110111 | 10010 | 101000 | 111000 | 111011 |
Color Harmonies of #D1AA5E
Complementary color
Monochromatic Colors of #D1AA5E
Black with #D1AA5E
Text Example
Text Example
White with #D1AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA5E; }
p { color: rgb(209,170,94); }
H1.HeaderClassName
{
color: #D1AA5E;
}
.AnyTagClassName
{
color: #D1AA5E;
}
</style>
background-color css
<style>
a { background-color: #D1AA5E; }
a { background-color: rgb(209,170,94); }
div.DivClassName
{
background-color: #D1AA5E;
}
.BgClassName
{
background-color: #D1AA5E;
}
</style>
border-color css
<style>
span { border-color: #D1AA5E; }
span { border-color: rgb(209,170,94); }
td.TdClassName
{
border-color: #D1AA5E;
}
.TagClassName
{
border-color: #D1AA5E;
}
</style>