Shades of Apache #D6A868
Tints of Apache #D6A868
RGB
CMYK
RGB Variations
Color information
#D6A868 (or 0xD6A868) is known color: Apache. HEX triplet: D6, A8 and 68. RGB value is (214,168,104). Sum of RGB (Red+Green+Blue) = 214+168+104=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A868 is #295797. Grayscale: #AEAEAE. Windows color (decimal): -2709400 or 6858966. OLE color: 6858966.
HSL color Cylindrical-coordinate representation of color #D6A868: hue angle of 34.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6A868 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 104 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.16 |
| HSL | 34.91º | 0.57% | 0.62% | - |
| HSV(B) | 34.91º | 0.51% | 0.84% | - |
| XYZ | 44.23 | 43.3 | 19.12 | - |
| YUV | 174.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 104 | 0 | 0.21 | 0.51 | 0.16 | 34.91 | 0.57 | 0.62 |
| Hex | D6 | A8 | 68 | 0 | 15 | 33 | 10 | 23 | 39 | 3E |
| Octal | 326 | 250 | 150 | 0 | 25 | 63 | 20 | 43 | 71 | 76 |
| Binary | 11010110 | 10101000 | 1101000 | 0 | 10101 | 110011 | 10000 | 100011 | 111001 | 111110 |
Color Harmonies of #D6A868
Complementary color
Monochromatic Colors of #D6A868
Black with #D6A868
Text Example
Text Example
White with #D6A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A868; }
p { color: rgb(214,168,104); }
H1.HeaderClassName
{
color: #D6A868;
}
.AnyTagClassName
{
color: #D6A868;
}
</style>
background-color css
<style>
a { background-color: #D6A868; }
a { background-color: rgb(214,168,104); }
div.DivClassName
{
background-color: #D6A868;
}
.BgClassName
{
background-color: #D6A868;
}
</style>
border-color css
<style>
span { border-color: #D6A868; }
span { border-color: rgb(214,168,104); }
td.TdClassName
{
border-color: #D6A868;
}
.TagClassName
{
border-color: #D6A868;
}
</style>