Shades of Apache #D8A865
Tints of Apache #D8A865
RGB
CMYK
RGB Variations
Color information
#D8A865 (or 0xD8A865) is known color: Apache. HEX triplet: D8, A8 and 65. RGB value is (216,168,101). Sum of RGB (Red+Green+Blue) = 216+168+101=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A865 is #27579A. Grayscale: #AFAFAF. Windows color (decimal): -2578331 or 6662360. OLE color: 6662360.
HSL color Cylindrical-coordinate representation of color #D8A865: hue angle of 34.96º 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 #D8A865 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 101 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.15 |
| HSL | 34.96º | 0.6% | 0.62% | - |
| HSV(B) | 34.96º | 0.53% | 0.85% | - |
| XYZ | 44.67 | 43.54 | 18.36 | - |
| YUV | 174.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 101 | 0 | 0.22 | 0.53 | 0.15 | 34.96 | 0.6 | 0.62 |
| Hex | D8 | A8 | 65 | 0 | 16 | 35 | F | 23 | 3C | 3E |
| Octal | 330 | 250 | 145 | 0 | 26 | 65 | 17 | 43 | 74 | 76 |
| Binary | 11011000 | 10101000 | 1100101 | 0 | 10110 | 110101 | 1111 | 100011 | 111100 | 111110 |
Color Harmonies of #D8A865
Complementary color
Monochromatic Colors of #D8A865
Black with #D8A865
Text Example
Text Example
White with #D8A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A865; }
p { color: rgb(216,168,101); }
H1.HeaderClassName
{
color: #D8A865;
}
.AnyTagClassName
{
color: #D8A865;
}
</style>
background-color css
<style>
a { background-color: #D8A865; }
a { background-color: rgb(216,168,101); }
div.DivClassName
{
background-color: #D8A865;
}
.BgClassName
{
background-color: #D8A865;
}
</style>
border-color css
<style>
span { border-color: #D8A865; }
span { border-color: rgb(216,168,101); }
td.TdClassName
{
border-color: #D8A865;
}
.TagClassName
{
border-color: #D8A865;
}
</style>