Shades of Apache #D6AB57
Tints of Apache #D6AB57
RGB
CMYK
RGB Variations
Color information
#D6AB57 (or 0xD6AB57) is known color: Apache. HEX triplet: D6, AB and 57. RGB value is (214,171,87). Sum of RGB (Red+Green+Blue) = 214+171+87=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB57 is #2954A8. Grayscale: #AEAEAE. Windows color (decimal): -2708649 or 5745622. OLE color: 5745622.
HSL color Cylindrical-coordinate representation of color #D6AB57: hue angle of 39.69º 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 #D6AB57 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 87 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.16 |
| HSL | 39.69º | 0.61% | 0.59% | - |
| HSV(B) | 39.69º | 0.59% | 0.84% | - |
| XYZ | 44.01 | 44.11 | 15.21 | - |
| YUV | 174.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 87 | 0 | 0.20 | 0.59 | 0.16 | 39.69 | 0.61 | 0.59 |
| Hex | D6 | AB | 57 | 0 | 14 | 3B | 10 | 28 | 3D | 3B |
| Octal | 326 | 253 | 127 | 0 | 24 | 73 | 20 | 50 | 75 | 73 |
| Binary | 11010110 | 10101011 | 1010111 | 0 | 10100 | 111011 | 10000 | 101000 | 111101 | 111011 |
Color Harmonies of #D6AB57
Complementary color
Monochromatic Colors of #D6AB57
Black with #D6AB57
Text Example
Text Example
White with #D6AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB57; }
p { color: rgb(214,171,87); }
H1.HeaderClassName
{
color: #D6AB57;
}
.AnyTagClassName
{
color: #D6AB57;
}
</style>
background-color css
<style>
a { background-color: #D6AB57; }
a { background-color: rgb(214,171,87); }
div.DivClassName
{
background-color: #D6AB57;
}
.BgClassName
{
background-color: #D6AB57;
}
</style>
border-color css
<style>
span { border-color: #D6AB57; }
span { border-color: rgb(214,171,87); }
td.TdClassName
{
border-color: #D6AB57;
}
.TagClassName
{
border-color: #D6AB57;
}
</style>