Shades of Apache #D7A857
Tints of Apache #D7A857
RGB
CMYK
RGB Variations
Color information
#D7A857 (or 0xD7A857) is known color: Apache. HEX triplet: D7, A8 and 57. RGB value is (215,168,87). Sum of RGB (Red+Green+Blue) = 215+168+87=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A857 is #2857A8. Grayscale: #ADADAD. Windows color (decimal): -2643881 or 5744855. OLE color: 5744855.
HSL color Cylindrical-coordinate representation of color #D7A857: hue angle of 37.97º 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 #D7A857 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 87 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.16 |
| HSL | 37.97º | 0.62% | 0.59% | - |
| HSV(B) | 37.97º | 0.6% | 0.84% | - |
| XYZ | 43.75 | 43.14 | 15.04 | - |
| YUV | 172.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 87 | 0 | 0.22 | 0.60 | 0.16 | 37.97 | 0.62 | 0.59 |
| Hex | D7 | A8 | 57 | 0 | 16 | 3C | 10 | 26 | 3E | 3B |
| Octal | 327 | 250 | 127 | 0 | 26 | 74 | 20 | 46 | 76 | 73 |
| Binary | 11010111 | 10101000 | 1010111 | 0 | 10110 | 111100 | 10000 | 100110 | 111110 | 111011 |
Color Harmonies of #D7A857
Complementary color
Monochromatic Colors of #D7A857
Black with #D7A857
Text Example
Text Example
White with #D7A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A857; }
p { color: rgb(215,168,87); }
H1.HeaderClassName
{
color: #D7A857;
}
.AnyTagClassName
{
color: #D7A857;
}
</style>
background-color css
<style>
a { background-color: #D7A857; }
a { background-color: rgb(215,168,87); }
div.DivClassName
{
background-color: #D7A857;
}
.BgClassName
{
background-color: #D7A857;
}
</style>
border-color css
<style>
span { border-color: #D7A857; }
span { border-color: rgb(215,168,87); }
td.TdClassName
{
border-color: #D7A857;
}
.TagClassName
{
border-color: #D7A857;
}
</style>