Shades of Apache #D8A760
Tints of Apache #D8A760
RGB
CMYK
RGB Variations
Color information
#D8A760 (or 0xD8A760) is known color: Apache. HEX triplet: D8, A7 and 60. RGB value is (216,167,96). Sum of RGB (Red+Green+Blue) = 216+167+96=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A760 is #27589F. Grayscale: #ADADAD. Windows color (decimal): -2578592 or 6334424. OLE color: 6334424.
HSL color Cylindrical-coordinate representation of color #D8A760: hue angle of 35.5º 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 #D8A760 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 96 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.15 |
| HSL | 35.5º | 0.61% | 0.61% | - |
| HSV(B) | 35.5º | 0.56% | 0.85% | - |
| XYZ | 44.25 | 43.08 | 17.05 | - |
| YUV | 173.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 96 | 0 | 0.23 | 0.56 | 0.15 | 35.5 | 0.61 | 0.61 |
| Hex | D8 | A7 | 60 | 0 | 17 | 38 | F | 24 | 3D | 3D |
| Octal | 330 | 247 | 140 | 0 | 27 | 70 | 17 | 44 | 75 | 75 |
| Binary | 11011000 | 10100111 | 1100000 | 0 | 10111 | 111000 | 1111 | 100100 | 111101 | 111101 |
Color Harmonies of #D8A760
Complementary color
Monochromatic Colors of #D8A760
Black with #D8A760
Text Example
Text Example
White with #D8A760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A760; }
p { color: rgb(216,167,96); }
H1.HeaderClassName
{
color: #D8A760;
}
.AnyTagClassName
{
color: #D8A760;
}
</style>
background-color css
<style>
a { background-color: #D8A760; }
a { background-color: rgb(216,167,96); }
div.DivClassName
{
background-color: #D8A760;
}
.BgClassName
{
background-color: #D8A760;
}
</style>
border-color css
<style>
span { border-color: #D8A760; }
span { border-color: rgb(216,167,96); }
td.TdClassName
{
border-color: #D8A760;
}
.TagClassName
{
border-color: #D8A760;
}
</style>