Shades of Apache #D6A465
Tints of Apache #D6A465
RGB
CMYK
RGB Variations
Color information
#D6A465 (or 0xD6A465) is known color: Apache. HEX triplet: D6, A4 and 65. RGB value is (214,164,101). Sum of RGB (Red+Green+Blue) = 214+164+101=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A465 is #295B9A. Grayscale: #ACACAC. Windows color (decimal): -2710427 or 6661334. OLE color: 6661334.
HSL color Cylindrical-coordinate representation of color #D6A465: hue angle of 33.45º 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 #D6A465 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 101 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.16 |
| HSL | 33.45º | 0.58% | 0.62% | - |
| HSV(B) | 33.45º | 0.53% | 0.84% | - |
| XYZ | 43.36 | 41.79 | 18.09 | - |
| YUV | 171.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 101 | 0 | 0.23 | 0.53 | 0.16 | 33.45 | 0.58 | 0.62 |
| Hex | D6 | A4 | 65 | 0 | 17 | 35 | 10 | 21 | 3A | 3E |
| Octal | 326 | 244 | 145 | 0 | 27 | 65 | 20 | 41 | 72 | 76 |
| Binary | 11010110 | 10100100 | 1100101 | 0 | 10111 | 110101 | 10000 | 100001 | 111010 | 111110 |
Color Harmonies of #D6A465
Complementary color
Monochromatic Colors of #D6A465
Black with #D6A465
Text Example
Text Example
White with #D6A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A465; }
p { color: rgb(214,164,101); }
H1.HeaderClassName
{
color: #D6A465;
}
.AnyTagClassName
{
color: #D6A465;
}
</style>
background-color css
<style>
a { background-color: #D6A465; }
a { background-color: rgb(214,164,101); }
div.DivClassName
{
background-color: #D6A465;
}
.BgClassName
{
background-color: #D6A465;
}
</style>
border-color css
<style>
span { border-color: #D6A465; }
span { border-color: rgb(214,164,101); }
td.TdClassName
{
border-color: #D6A465;
}
.TagClassName
{
border-color: #D6A465;
}
</style>