Shades of Apache #D6A466
Tints of Apache #D6A466
RGB
CMYK
RGB Variations
Color information
#D6A466 (or 0xD6A466) is known color: Apache. HEX triplet: D6, A4 and 66. RGB value is (214,164,102). Sum of RGB (Red+Green+Blue) = 214+164+102=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A466 is #295B99. Grayscale: #ACACAC. Windows color (decimal): -2710426 or 6726870. OLE color: 6726870.
HSL color Cylindrical-coordinate representation of color #D6A466: hue angle of 33.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6A466 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 102 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.16 |
| HSL | 33.21º | 0.58% | 0.62% | - |
| HSV(B) | 33.21º | 0.52% | 0.84% | - |
| XYZ | 43.41 | 41.81 | 18.35 | - |
| YUV | 171.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 102 | 0 | 0.23 | 0.52 | 0.16 | 33.21 | 0.58 | 0.62 |
| Hex | D6 | A4 | 66 | 0 | 17 | 34 | 10 | 21 | 3A | 3E |
| Octal | 326 | 244 | 146 | 0 | 27 | 64 | 20 | 41 | 72 | 76 |
| Binary | 11010110 | 10100100 | 1100110 | 0 | 10111 | 110100 | 10000 | 100001 | 111010 | 111110 |
Color Harmonies of #D6A466
Complementary color
Monochromatic Colors of #D6A466
Black with #D6A466
Text Example
Text Example
White with #D6A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A466; }
p { color: rgb(214,164,102); }
H1.HeaderClassName
{
color: #D6A466;
}
.AnyTagClassName
{
color: #D6A466;
}
</style>
background-color css
<style>
a { background-color: #D6A466; }
a { background-color: rgb(214,164,102); }
div.DivClassName
{
background-color: #D6A466;
}
.BgClassName
{
background-color: #D6A466;
}
</style>
border-color css
<style>
span { border-color: #D6A466; }
span { border-color: rgb(214,164,102); }
td.TdClassName
{
border-color: #D6A466;
}
.TagClassName
{
border-color: #D6A466;
}
</style>