Shades of Apache #D8AA5F
Tints of Apache #D8AA5F
RGB
CMYK
RGB Variations
Color information
#D8AA5F (or 0xD8AA5F) is known color: Apache. HEX triplet: D8, AA and 5F. RGB value is (216,170,95). Sum of RGB (Red+Green+Blue) = 216+170+95=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA5F is #2755A0. Grayscale: #AFAFAF. Windows color (decimal): -2577825 or 6269656. OLE color: 6269656.
HSL color Cylindrical-coordinate representation of color #D8AA5F: hue angle of 37.19º 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 #D8AA5F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 95 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.15 |
| HSL | 37.19º | 0.61% | 0.61% | - |
| HSV(B) | 37.19º | 0.56% | 0.85% | - |
| XYZ | 44.76 | 44.17 | 16.99 | - |
| YUV | 175.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 95 | 0 | 0.21 | 0.56 | 0.15 | 37.19 | 0.61 | 0.61 |
| Hex | D8 | AA | 5F | 0 | 15 | 38 | F | 25 | 3D | 3D |
| Octal | 330 | 252 | 137 | 0 | 25 | 70 | 17 | 45 | 75 | 75 |
| Binary | 11011000 | 10101010 | 1011111 | 0 | 10101 | 111000 | 1111 | 100101 | 111101 | 111101 |
Color Harmonies of #D8AA5F
Complementary color
Monochromatic Colors of #D8AA5F
Black with #D8AA5F
Text Example
Text Example
White with #D8AA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA5F; }
p { color: rgb(216,170,95); }
H1.HeaderClassName
{
color: #D8AA5F;
}
.AnyTagClassName
{
color: #D8AA5F;
}
</style>
background-color css
<style>
a { background-color: #D8AA5F; }
a { background-color: rgb(216,170,95); }
div.DivClassName
{
background-color: #D8AA5F;
}
.BgClassName
{
background-color: #D8AA5F;
}
</style>
border-color css
<style>
span { border-color: #D8AA5F; }
span { border-color: rgb(216,170,95); }
td.TdClassName
{
border-color: #D8AA5F;
}
.TagClassName
{
border-color: #D8AA5F;
}
</style>