Shades of Apache #D6A664
Tints of Apache #D6A664
RGB
CMYK
RGB Variations
Color information
#D6A664 (or 0xD6A664) is known color: Apache. HEX triplet: D6, A6 and 64. RGB value is (214,166,100). Sum of RGB (Red+Green+Blue) = 214+166+100=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A664 is #29599B. Grayscale: #ADADAD. Windows color (decimal): -2709916 or 6596310. OLE color: 6596310.
HSL color Cylindrical-coordinate representation of color #D6A664: hue angle of 34.74º 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 #D6A664 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 100 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.16 |
| HSL | 34.74º | 0.58% | 0.62% | - |
| HSV(B) | 34.74º | 0.53% | 0.84% | - |
| XYZ | 43.67 | 42.49 | 17.96 | - |
| YUV | 172.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 100 | 0 | 0.22 | 0.53 | 0.16 | 34.74 | 0.58 | 0.62 |
| Hex | D6 | A6 | 64 | 0 | 16 | 35 | 10 | 23 | 3A | 3E |
| Octal | 326 | 246 | 144 | 0 | 26 | 65 | 20 | 43 | 72 | 76 |
| Binary | 11010110 | 10100110 | 1100100 | 0 | 10110 | 110101 | 10000 | 100011 | 111010 | 111110 |
Color Harmonies of #D6A664
Complementary color
Monochromatic Colors of #D6A664
Black with #D6A664
Text Example
Text Example
White with #D6A664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A664; }
p { color: rgb(214,166,100); }
H1.HeaderClassName
{
color: #D6A664;
}
.AnyTagClassName
{
color: #D6A664;
}
</style>
background-color css
<style>
a { background-color: #D6A664; }
a { background-color: rgb(214,166,100); }
div.DivClassName
{
background-color: #D6A664;
}
.BgClassName
{
background-color: #D6A664;
}
</style>
border-color css
<style>
span { border-color: #D6A664; }
span { border-color: rgb(214,166,100); }
td.TdClassName
{
border-color: #D6A664;
}
.TagClassName
{
border-color: #D6A664;
}
</style>