Shades of Apache #D8A656
Tints of Apache #D8A656
RGB
CMYK
RGB Variations
Color information
#D8A656 (or 0xD8A656) is known color: Apache. HEX triplet: D8, A6 and 56. RGB value is (216,166,86). Sum of RGB (Red+Green+Blue) = 216+166+86=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A656 is #2759A9. Grayscale: #ACACAC. Windows color (decimal): -2578858 or 5678808. OLE color: 5678808.
HSL color Cylindrical-coordinate representation of color #D8A656: hue angle of 36.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8A656 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 86 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.15 |
| HSL | 36.92º | 0.63% | 0.59% | - |
| HSV(B) | 36.92º | 0.6% | 0.85% | - |
| XYZ | 43.63 | 42.54 | 14.72 | - |
| YUV | 171.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 86 | 0 | 0.23 | 0.60 | 0.15 | 36.92 | 0.63 | 0.59 |
| Hex | D8 | A6 | 56 | 0 | 17 | 3C | F | 25 | 3E | 3B |
| Octal | 330 | 246 | 126 | 0 | 27 | 74 | 17 | 45 | 76 | 73 |
| Binary | 11011000 | 10100110 | 1010110 | 0 | 10111 | 111100 | 1111 | 100101 | 111110 | 111011 |
Color Harmonies of #D8A656
Complementary color
Monochromatic Colors of #D8A656
Black with #D8A656
Text Example
Text Example
White with #D8A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A656; }
p { color: rgb(216,166,86); }
H1.HeaderClassName
{
color: #D8A656;
}
.AnyTagClassName
{
color: #D8A656;
}
</style>
background-color css
<style>
a { background-color: #D8A656; }
a { background-color: rgb(216,166,86); }
div.DivClassName
{
background-color: #D8A656;
}
.BgClassName
{
background-color: #D8A656;
}
</style>
border-color css
<style>
span { border-color: #D8A656; }
span { border-color: rgb(216,166,86); }
td.TdClassName
{
border-color: #D8A656;
}
.TagClassName
{
border-color: #D8A656;
}
</style>