Shades of Apache #D7A863
Tints of Apache #D7A863
RGB
CMYK
RGB Variations
Color information
#D7A863 (or 0xD7A863) is known color: Apache. HEX triplet: D7, A8 and 63. RGB value is (215,168,99). Sum of RGB (Red+Green+Blue) = 215+168+99=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A863 is #28579C. Grayscale: #AEAEAE. Windows color (decimal): -2643869 or 6531287. OLE color: 6531287.
HSL color Cylindrical-coordinate representation of color #D7A863: hue angle of 35.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7A863 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 99 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.16 |
| HSL | 35.69º | 0.59% | 0.62% | - |
| HSV(B) | 35.69º | 0.54% | 0.84% | - |
| XYZ | 44.28 | 43.35 | 17.84 | - |
| YUV | 174.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 99 | 0 | 0.22 | 0.54 | 0.16 | 35.69 | 0.59 | 0.62 |
| Hex | D7 | A8 | 63 | 0 | 16 | 36 | 10 | 24 | 3B | 3E |
| Octal | 327 | 250 | 143 | 0 | 26 | 66 | 20 | 44 | 73 | 76 |
| Binary | 11010111 | 10101000 | 1100011 | 0 | 10110 | 110110 | 10000 | 100100 | 111011 | 111110 |
Color Harmonies of #D7A863
Complementary color
Monochromatic Colors of #D7A863
Black with #D7A863
Text Example
Text Example
White with #D7A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A863; }
p { color: rgb(215,168,99); }
H1.HeaderClassName
{
color: #D7A863;
}
.AnyTagClassName
{
color: #D7A863;
}
</style>
background-color css
<style>
a { background-color: #D7A863; }
a { background-color: rgb(215,168,99); }
div.DivClassName
{
background-color: #D7A863;
}
.BgClassName
{
background-color: #D7A863;
}
</style>
border-color css
<style>
span { border-color: #D7A863; }
span { border-color: rgb(215,168,99); }
td.TdClassName
{
border-color: #D7A863;
}
.TagClassName
{
border-color: #D7A863;
}
</style>