Shades of Apache #D5A865
Tints of Apache #D5A865
RGB
CMYK
RGB Variations
Color information
#D5A865 (or 0xD5A865) is known color: Apache. HEX triplet: D5, A8 and 65. RGB value is (213,168,101). Sum of RGB (Red+Green+Blue) = 213+168+101=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A865 is #2A579A. Grayscale: #AEAEAE. Windows color (decimal): -2774939 or 6662357. OLE color: 6662357.
HSL color Cylindrical-coordinate representation of color #D5A865: hue angle of 35.89º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5A865 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 101 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.16 |
| HSL | 35.89º | 0.57% | 0.62% | - |
| HSV(B) | 35.89º | 0.53% | 0.84% | - |
| XYZ | 43.79 | 43.09 | 18.32 | - |
| YUV | 173.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 101 | 0 | 0.21 | 0.53 | 0.16 | 35.89 | 0.57 | 0.62 |
| Hex | D5 | A8 | 65 | 0 | 15 | 35 | 10 | 24 | 39 | 3E |
| Octal | 325 | 250 | 145 | 0 | 25 | 65 | 20 | 44 | 71 | 76 |
| Binary | 11010101 | 10101000 | 1100101 | 0 | 10101 | 110101 | 10000 | 100100 | 111001 | 111110 |
Color Harmonies of #D5A865
Complementary color
Monochromatic Colors of #D5A865
Black with #D5A865
Text Example
Text Example
White with #D5A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A865; }
p { color: rgb(213,168,101); }
H1.HeaderClassName
{
color: #D5A865;
}
.AnyTagClassName
{
color: #D5A865;
}
</style>
background-color css
<style>
a { background-color: #D5A865; }
a { background-color: rgb(213,168,101); }
div.DivClassName
{
background-color: #D5A865;
}
.BgClassName
{
background-color: #D5A865;
}
</style>
border-color css
<style>
span { border-color: #D5A865; }
span { border-color: rgb(213,168,101); }
td.TdClassName
{
border-color: #D5A865;
}
.TagClassName
{
border-color: #D5A865;
}
</style>