Shades of Apache #D8AB5E
Tints of Apache #D8AB5E
RGB
CMYK
RGB Variations
Color information
#D8AB5E (or 0xD8AB5E) is known color: Apache. HEX triplet: D8, AB and 5E. RGB value is (216,171,94). Sum of RGB (Red+Green+Blue) = 216+171+94=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB5E is #2754A1. Grayscale: #B0B0B0. Windows color (decimal): -2577570 or 6204376. OLE color: 6204376.
HSL color Cylindrical-coordinate representation of color #D8AB5E: hue angle of 37.87º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8AB5E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 94 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.15 |
| HSL | 37.87º | 0.61% | 0.61% | - |
| HSV(B) | 37.87º | 0.56% | 0.85% | - |
| XYZ | 44.9 | 44.53 | 16.82 | - |
| YUV | 175.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 94 | 0 | 0.21 | 0.56 | 0.15 | 37.87 | 0.61 | 0.61 |
| Hex | D8 | AB | 5E | 0 | 15 | 38 | F | 26 | 3D | 3D |
| Octal | 330 | 253 | 136 | 0 | 25 | 70 | 17 | 46 | 75 | 75 |
| Binary | 11011000 | 10101011 | 1011110 | 0 | 10101 | 111000 | 1111 | 100110 | 111101 | 111101 |
Color Harmonies of #D8AB5E
Complementary color
Monochromatic Colors of #D8AB5E
Black with #D8AB5E
Text Example
Text Example
White with #D8AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB5E; }
p { color: rgb(216,171,94); }
H1.HeaderClassName
{
color: #D8AB5E;
}
.AnyTagClassName
{
color: #D8AB5E;
}
</style>
background-color css
<style>
a { background-color: #D8AB5E; }
a { background-color: rgb(216,171,94); }
div.DivClassName
{
background-color: #D8AB5E;
}
.BgClassName
{
background-color: #D8AB5E;
}
</style>
border-color css
<style>
span { border-color: #D8AB5E; }
span { border-color: rgb(216,171,94); }
td.TdClassName
{
border-color: #D8AB5E;
}
.TagClassName
{
border-color: #D8AB5E;
}
</style>