Shades of Apache #D6A865
Tints of Apache #D6A865
RGB
CMYK
RGB Variations
Color information
#D6A865 (or 0xD6A865) is known color: Apache. HEX triplet: D6, A8 and 65. RGB value is (214,168,101). Sum of RGB (Red+Green+Blue) = 214+168+101=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A865 is #29579A. Grayscale: #AEAEAE. Windows color (decimal): -2709403 or 6662358. OLE color: 6662358.
HSL color Cylindrical-coordinate representation of color #D6A865: hue angle of 35.58º degrees, saturation: 0.58, 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 #D6A865 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 101 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.16 |
| HSL | 35.58º | 0.58% | 0.62% | - |
| HSV(B) | 35.58º | 0.53% | 0.84% | - |
| XYZ | 44.08 | 43.24 | 18.33 | - |
| YUV | 174.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 101 | 0 | 0.21 | 0.53 | 0.16 | 35.58 | 0.58 | 0.62 |
| Hex | D6 | A8 | 65 | 0 | 15 | 35 | 10 | 24 | 3A | 3E |
| Octal | 326 | 250 | 145 | 0 | 25 | 65 | 20 | 44 | 72 | 76 |
| Binary | 11010110 | 10101000 | 1100101 | 0 | 10101 | 110101 | 10000 | 100100 | 111010 | 111110 |
Color Harmonies of #D6A865
Complementary color
Monochromatic Colors of #D6A865
Black with #D6A865
Text Example
Text Example
White with #D6A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A865; }
p { color: rgb(214,168,101); }
H1.HeaderClassName
{
color: #D6A865;
}
.AnyTagClassName
{
color: #D6A865;
}
</style>
background-color css
<style>
a { background-color: #D6A865; }
a { background-color: rgb(214,168,101); }
div.DivClassName
{
background-color: #D6A865;
}
.BgClassName
{
background-color: #D6A865;
}
</style>
border-color css
<style>
span { border-color: #D6A865; }
span { border-color: rgb(214,168,101); }
td.TdClassName
{
border-color: #D6A865;
}
.TagClassName
{
border-color: #D6A865;
}
</style>