Shades of Apache #D9A85E
Tints of Apache #D9A85E
RGB
CMYK
RGB Variations
Color information
#D9A85E (or 0xD9A85E) is known color: Apache. HEX triplet: D9, A8 and 5E. RGB value is (217,168,94). Sum of RGB (Red+Green+Blue) = 217+168+94=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A85E is #2657A1. Grayscale: #AEAEAE. Windows color (decimal): -2512802 or 6203609. OLE color: 6203609.
HSL color Cylindrical-coordinate representation of color #D9A85E: hue angle of 36.1º 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 #D9A85E is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 94 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.15 |
| HSL | 36.1º | 0.62% | 0.61% | - |
| HSV(B) | 36.1º | 0.57% | 0.85% | - |
| XYZ | 44.64 | 43.57 | 16.65 | - |
| YUV | 174.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 94 | 0 | 0.23 | 0.57 | 0.15 | 36.1 | 0.62 | 0.61 |
| Hex | D9 | A8 | 5E | 0 | 17 | 39 | F | 24 | 3E | 3D |
| Octal | 331 | 250 | 136 | 0 | 27 | 71 | 17 | 44 | 76 | 75 |
| Binary | 11011001 | 10101000 | 1011110 | 0 | 10111 | 111001 | 1111 | 100100 | 111110 | 111101 |
Color Harmonies of #D9A85E
Complementary color
Monochromatic Colors of #D9A85E
Black with #D9A85E
Text Example
Text Example
White with #D9A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A85E; }
p { color: rgb(217,168,94); }
H1.HeaderClassName
{
color: #D9A85E;
}
.AnyTagClassName
{
color: #D9A85E;
}
</style>
background-color css
<style>
a { background-color: #D9A85E; }
a { background-color: rgb(217,168,94); }
div.DivClassName
{
background-color: #D9A85E;
}
.BgClassName
{
background-color: #D9A85E;
}
</style>
border-color css
<style>
span { border-color: #D9A85E; }
span { border-color: rgb(217,168,94); }
td.TdClassName
{
border-color: #D9A85E;
}
.TagClassName
{
border-color: #D9A85E;
}
</style>