Shades of Apache #D9A865
Tints of Apache #D9A865
RGB
CMYK
RGB Variations
Color information
#D9A865 (or 0xD9A865) is known color: Apache. HEX triplet: D9, A8 and 65. RGB value is (217,168,101). Sum of RGB (Red+Green+Blue) = 217+168+101=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A865 is #26579A. Grayscale: #AFAFAF. Windows color (decimal): -2512795 or 6662361. OLE color: 6662361.
HSL color Cylindrical-coordinate representation of color #D9A865: hue angle of 34.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9A865 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 101 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.15 |
| HSL | 34.66º | 0.6% | 0.62% | - |
| HSV(B) | 34.66º | 0.53% | 0.85% | - |
| XYZ | 44.97 | 43.7 | 18.38 | - |
| YUV | 175.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 101 | 0 | 0.23 | 0.53 | 0.15 | 34.66 | 0.6 | 0.62 |
| Hex | D9 | A8 | 65 | 0 | 17 | 35 | F | 23 | 3C | 3E |
| Octal | 331 | 250 | 145 | 0 | 27 | 65 | 17 | 43 | 74 | 76 |
| Binary | 11011001 | 10101000 | 1100101 | 0 | 10111 | 110101 | 1111 | 100011 | 111100 | 111110 |
Color Harmonies of #D9A865
Complementary color
Monochromatic Colors of #D9A865
Black with #D9A865
Text Example
Text Example
White with #D9A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A865; }
p { color: rgb(217,168,101); }
H1.HeaderClassName
{
color: #D9A865;
}
.AnyTagClassName
{
color: #D9A865;
}
</style>
background-color css
<style>
a { background-color: #D9A865; }
a { background-color: rgb(217,168,101); }
div.DivClassName
{
background-color: #D9A865;
}
.BgClassName
{
background-color: #D9A865;
}
</style>
border-color css
<style>
span { border-color: #D9A865; }
span { border-color: rgb(217,168,101); }
td.TdClassName
{
border-color: #D9A865;
}
.TagClassName
{
border-color: #D9A865;
}
</style>