Shades of Apache #D8A65E
Tints of Apache #D8A65E
RGB
CMYK
RGB Variations
Color information
#D8A65E (or 0xD8A65E) is known color: Apache. HEX triplet: D8, A6 and 5E. RGB value is (216,166,94). Sum of RGB (Red+Green+Blue) = 216+166+94=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A65E is #2759A1. Grayscale: #ADADAD. Windows color (decimal): -2578850 or 6203096. OLE color: 6203096.
HSL color Cylindrical-coordinate representation of color #D8A65E: hue angle of 35.41º 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 #D8A65E is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 94 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.15 |
| HSL | 35.41º | 0.61% | 0.61% | - |
| HSV(B) | 35.41º | 0.56% | 0.85% | - |
| XYZ | 43.98 | 42.68 | 16.51 | - |
| YUV | 172.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 94 | 0 | 0.23 | 0.56 | 0.15 | 35.41 | 0.61 | 0.61 |
| Hex | D8 | A6 | 5E | 0 | 17 | 38 | F | 23 | 3D | 3D |
| Octal | 330 | 246 | 136 | 0 | 27 | 70 | 17 | 43 | 75 | 75 |
| Binary | 11011000 | 10100110 | 1011110 | 0 | 10111 | 111000 | 1111 | 100011 | 111101 | 111101 |
Color Harmonies of #D8A65E
Complementary color
Monochromatic Colors of #D8A65E
Black with #D8A65E
Text Example
Text Example
White with #D8A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A65E; }
p { color: rgb(216,166,94); }
H1.HeaderClassName
{
color: #D8A65E;
}
.AnyTagClassName
{
color: #D8A65E;
}
</style>
background-color css
<style>
a { background-color: #D8A65E; }
a { background-color: rgb(216,166,94); }
div.DivClassName
{
background-color: #D8A65E;
}
.BgClassName
{
background-color: #D8A65E;
}
</style>
border-color css
<style>
span { border-color: #D8A65E; }
span { border-color: rgb(216,166,94); }
td.TdClassName
{
border-color: #D8A65E;
}
.TagClassName
{
border-color: #D8A65E;
}
</style>