Shades of Apache #D6A657
Tints of Apache #D6A657
RGB
CMYK
RGB Variations
Color information
#D6A657 (or 0xD6A657) is known color: Apache. HEX triplet: D6, A6 and 57. RGB value is (214,166,87). Sum of RGB (Red+Green+Blue) = 214+166+87=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A657 is #2959A8. Grayscale: #ABABAB. Windows color (decimal): -2709929 or 5744342. OLE color: 5744342.
HSL color Cylindrical-coordinate representation of color #D6A657: hue angle of 37.32º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6A657 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 87 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.16 |
| HSL | 37.32º | 0.61% | 0.59% | - |
| HSV(B) | 37.32º | 0.59% | 0.84% | - |
| XYZ | 43.09 | 42.26 | 14.9 | - |
| YUV | 171.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 87 | 0 | 0.22 | 0.59 | 0.16 | 37.32 | 0.61 | 0.59 |
| Hex | D6 | A6 | 57 | 0 | 16 | 3B | 10 | 25 | 3D | 3B |
| Octal | 326 | 246 | 127 | 0 | 26 | 73 | 20 | 45 | 75 | 73 |
| Binary | 11010110 | 10100110 | 1010111 | 0 | 10110 | 111011 | 10000 | 100101 | 111101 | 111011 |
Color Harmonies of #D6A657
Complementary color
Monochromatic Colors of #D6A657
Black with #D6A657
Text Example
Text Example
White with #D6A657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A657; }
p { color: rgb(214,166,87); }
H1.HeaderClassName
{
color: #D6A657;
}
.AnyTagClassName
{
color: #D6A657;
}
</style>
background-color css
<style>
a { background-color: #D6A657; }
a { background-color: rgb(214,166,87); }
div.DivClassName
{
background-color: #D6A657;
}
.BgClassName
{
background-color: #D6A657;
}
</style>
border-color css
<style>
span { border-color: #D6A657; }
span { border-color: rgb(214,166,87); }
td.TdClassName
{
border-color: #D6A657;
}
.TagClassName
{
border-color: #D6A657;
}
</style>