Shades of Apache #D6A857
Tints of Apache #D6A857
RGB
CMYK
RGB Variations
Color information
#D6A857 (or 0xD6A857) is known color: Apache. HEX triplet: D6, A8 and 57. RGB value is (214,168,87). Sum of RGB (Red+Green+Blue) = 214+168+87=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A857 is #2957A8. Grayscale: #ACACAC. Windows color (decimal): -2709417 or 5744854. OLE color: 5744854.
HSL color Cylindrical-coordinate representation of color #D6A857: hue angle of 38.27º 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 #D6A857 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 87 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.16 |
| HSL | 38.27º | 0.61% | 0.59% | - |
| HSV(B) | 38.27º | 0.59% | 0.84% | - |
| XYZ | 43.45 | 42.99 | 15.02 | - |
| YUV | 172.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 87 | 0 | 0.21 | 0.59 | 0.16 | 38.27 | 0.61 | 0.59 |
| Hex | D6 | A8 | 57 | 0 | 15 | 3B | 10 | 26 | 3D | 3B |
| Octal | 326 | 250 | 127 | 0 | 25 | 73 | 20 | 46 | 75 | 73 |
| Binary | 11010110 | 10101000 | 1010111 | 0 | 10101 | 111011 | 10000 | 100110 | 111101 | 111011 |
Color Harmonies of #D6A857
Complementary color
Monochromatic Colors of #D6A857
Black with #D6A857
Text Example
Text Example
White with #D6A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A857; }
p { color: rgb(214,168,87); }
H1.HeaderClassName
{
color: #D6A857;
}
.AnyTagClassName
{
color: #D6A857;
}
</style>
background-color css
<style>
a { background-color: #D6A857; }
a { background-color: rgb(214,168,87); }
div.DivClassName
{
background-color: #D6A857;
}
.BgClassName
{
background-color: #D6A857;
}
</style>
border-color css
<style>
span { border-color: #D6A857; }
span { border-color: rgb(214,168,87); }
td.TdClassName
{
border-color: #D6A857;
}
.TagClassName
{
border-color: #D6A857;
}
</style>