Shades of Apache #D7A865
Tints of Apache #D7A865
RGB
CMYK
RGB Variations
Color information
#D7A865 (or 0xD7A865) is known color: Apache. HEX triplet: D7, A8 and 65. RGB value is (215,168,101). Sum of RGB (Red+Green+Blue) = 215+168+101=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A865 is #28579A. Grayscale: #AEAEAE. Windows color (decimal): -2643867 or 6662359. OLE color: 6662359.
HSL color Cylindrical-coordinate representation of color #D7A865: hue angle of 35.26º degrees, saturation: 0.59, 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 #D7A865 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 101 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.16 |
| HSL | 35.26º | 0.59% | 0.62% | - |
| HSV(B) | 35.26º | 0.53% | 0.84% | - |
| XYZ | 44.38 | 43.39 | 18.35 | - |
| YUV | 174.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 101 | 0 | 0.22 | 0.53 | 0.16 | 35.26 | 0.59 | 0.62 |
| Hex | D7 | A8 | 65 | 0 | 16 | 35 | 10 | 23 | 3B | 3E |
| Octal | 327 | 250 | 145 | 0 | 26 | 65 | 20 | 43 | 73 | 76 |
| Binary | 11010111 | 10101000 | 1100101 | 0 | 10110 | 110101 | 10000 | 100011 | 111011 | 111110 |
Color Harmonies of #D7A865
Complementary color
Monochromatic Colors of #D7A865
Black with #D7A865
Text Example
Text Example
White with #D7A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A865; }
p { color: rgb(215,168,101); }
H1.HeaderClassName
{
color: #D7A865;
}
.AnyTagClassName
{
color: #D7A865;
}
</style>
background-color css
<style>
a { background-color: #D7A865; }
a { background-color: rgb(215,168,101); }
div.DivClassName
{
background-color: #D7A865;
}
.BgClassName
{
background-color: #D7A865;
}
</style>
border-color css
<style>
span { border-color: #D7A865; }
span { border-color: rgb(215,168,101); }
td.TdClassName
{
border-color: #D7A865;
}
.TagClassName
{
border-color: #D7A865;
}
</style>