Shades of Apache #D6AB5E
Tints of Apache #D6AB5E
RGB
CMYK
RGB Variations
Color information
#D6AB5E (or 0xD6AB5E) is known color: Apache. HEX triplet: D6, AB and 5E. RGB value is (214,171,94). Sum of RGB (Red+Green+Blue) = 214+171+94=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB5E is #2954A1. Grayscale: #AFAFAF. Windows color (decimal): -2708642 or 6204374. OLE color: 6204374.
HSL color Cylindrical-coordinate representation of color #D6AB5E: hue angle of 38.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6AB5E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 94 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.16 |
| HSL | 38.5º | 0.59% | 0.6% | - |
| HSV(B) | 38.5º | 0.56% | 0.84% | - |
| XYZ | 44.31 | 44.23 | 16.79 | - |
| YUV | 175.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 94 | 0 | 0.20 | 0.56 | 0.16 | 38.5 | 0.59 | 0.6 |
| Hex | D6 | AB | 5E | 0 | 14 | 38 | 10 | 26 | 3B | 3C |
| Octal | 326 | 253 | 136 | 0 | 24 | 70 | 20 | 46 | 73 | 74 |
| Binary | 11010110 | 10101011 | 1011110 | 0 | 10100 | 111000 | 10000 | 100110 | 111011 | 111100 |
Color Harmonies of #D6AB5E
Complementary color
Monochromatic Colors of #D6AB5E
Black with #D6AB5E
Text Example
Text Example
White with #D6AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB5E; }
p { color: rgb(214,171,94); }
H1.HeaderClassName
{
color: #D6AB5E;
}
.AnyTagClassName
{
color: #D6AB5E;
}
</style>
background-color css
<style>
a { background-color: #D6AB5E; }
a { background-color: rgb(214,171,94); }
div.DivClassName
{
background-color: #D6AB5E;
}
.BgClassName
{
background-color: #D6AB5E;
}
</style>
border-color css
<style>
span { border-color: #D6AB5E; }
span { border-color: rgb(214,171,94); }
td.TdClassName
{
border-color: #D6AB5E;
}
.TagClassName
{
border-color: #D6AB5E;
}
</style>