Shades of Apache #D7A856
Tints of Apache #D7A856
RGB
CMYK
RGB Variations
Color information
#D7A856 (or 0xD7A856) is known color: Apache. HEX triplet: D7, A8 and 56. RGB value is (215,168,86). Sum of RGB (Red+Green+Blue) = 215+168+86=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A856 is #2857A9. Grayscale: #ADADAD. Windows color (decimal): -2643882 or 5679319. OLE color: 5679319.
HSL color Cylindrical-coordinate representation of color #D7A856: hue angle of 38.14º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7A856 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 86 | - |
| CMYK | 0 | 0.22 | 0.6 | 0.16 |
| HSL | 38.14º | 0.62% | 0.59% | - |
| HSV(B) | 38.14º | 0.6% | 0.84% | - |
| XYZ | 43.71 | 43.12 | 14.82 | - |
| YUV | 172.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 86 | 0 | 0.22 | 0.6 | 0.16 | 38.14 | 0.62 | 0.59 |
| Hex | D7 | A8 | 56 | 0 | 16 | 3C | 10 | 26 | 3E | 3B |
| Octal | 327 | 250 | 126 | 0 | 26 | 74 | 20 | 46 | 76 | 73 |
| Binary | 11010111 | 10101000 | 1010110 | 0 | 10110 | 111100 | 10000 | 100110 | 111110 | 111011 |
Color Harmonies of #D7A856
Complementary color
Monochromatic Colors of #D7A856
Black with #D7A856
Text Example
Text Example
White with #D7A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A856; }
p { color: rgb(215,168,86); }
H1.HeaderClassName
{
color: #D7A856;
}
.AnyTagClassName
{
color: #D7A856;
}
</style>
background-color css
<style>
a { background-color: #D7A856; }
a { background-color: rgb(215,168,86); }
div.DivClassName
{
background-color: #D7A856;
}
.BgClassName
{
background-color: #D7A856;
}
</style>
border-color css
<style>
span { border-color: #D7A856; }
span { border-color: rgb(215,168,86); }
td.TdClassName
{
border-color: #D7A856;
}
.TagClassName
{
border-color: #D7A856;
}
</style>