Shades of Apache #D8AA5D
Tints of Apache #D8AA5D
RGB
CMYK
RGB Variations
Color information
#D8AA5D (or 0xD8AA5D) is known color: Apache. HEX triplet: D8, AA and 5D. RGB value is (216,170,93). Sum of RGB (Red+Green+Blue) = 216+170+93=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA5D is #2755A2. Grayscale: #AFAFAF. Windows color (decimal): -2577827 or 6138584. OLE color: 6138584.
HSL color Cylindrical-coordinate representation of color #D8AA5D: hue angle of 37.56º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8AA5D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 93 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.15 |
| HSL | 37.56º | 0.61% | 0.61% | - |
| HSV(B) | 37.56º | 0.57% | 0.85% | - |
| XYZ | 44.67 | 44.14 | 16.52 | - |
| YUV | 174.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 93 | 0 | 0.21 | 0.57 | 0.15 | 37.56 | 0.61 | 0.61 |
| Hex | D8 | AA | 5D | 0 | 15 | 39 | F | 26 | 3D | 3D |
| Octal | 330 | 252 | 135 | 0 | 25 | 71 | 17 | 46 | 75 | 75 |
| Binary | 11011000 | 10101010 | 1011101 | 0 | 10101 | 111001 | 1111 | 100110 | 111101 | 111101 |
Color Harmonies of #D8AA5D
Complementary color
Monochromatic Colors of #D8AA5D
Black with #D8AA5D
Text Example
Text Example
White with #D8AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA5D; }
p { color: rgb(216,170,93); }
H1.HeaderClassName
{
color: #D8AA5D;
}
.AnyTagClassName
{
color: #D8AA5D;
}
</style>
background-color css
<style>
a { background-color: #D8AA5D; }
a { background-color: rgb(216,170,93); }
div.DivClassName
{
background-color: #D8AA5D;
}
.BgClassName
{
background-color: #D8AA5D;
}
</style>
border-color css
<style>
span { border-color: #D8AA5D; }
span { border-color: rgb(216,170,93); }
td.TdClassName
{
border-color: #D8AA5D;
}
.TagClassName
{
border-color: #D8AA5D;
}
</style>