Shades of Apache #D7A868
Tints of Apache #D7A868
RGB
CMYK
RGB Variations
Color information
#D7A868 (or 0xD7A868) is known color: Apache. HEX triplet: D7, A8 and 68. RGB value is (215,168,104). Sum of RGB (Red+Green+Blue) = 215+168+104=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A868 is #285797. Grayscale: #AFAFAF. Windows color (decimal): -2643864 or 6858967. OLE color: 6858967.
HSL color Cylindrical-coordinate representation of color #D7A868: hue angle of 34.59º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7A868 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 104 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.16 |
| HSL | 34.59º | 0.58% | 0.63% | - |
| HSV(B) | 34.59º | 0.52% | 0.84% | - |
| XYZ | 44.53 | 43.45 | 19.14 | - |
| YUV | 174.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 104 | 0 | 0.22 | 0.52 | 0.16 | 34.59 | 0.58 | 0.63 |
| Hex | D7 | A8 | 68 | 0 | 16 | 34 | 10 | 23 | 3A | 3F |
| Octal | 327 | 250 | 150 | 0 | 26 | 64 | 20 | 43 | 72 | 77 |
| Binary | 11010111 | 10101000 | 1101000 | 0 | 10110 | 110100 | 10000 | 100011 | 111010 | 111111 |
Color Harmonies of #D7A868
Complementary color
Monochromatic Colors of #D7A868
Black with #D7A868
Text Example
Text Example
White with #D7A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A868; }
p { color: rgb(215,168,104); }
H1.HeaderClassName
{
color: #D7A868;
}
.AnyTagClassName
{
color: #D7A868;
}
</style>
background-color css
<style>
a { background-color: #D7A868; }
a { background-color: rgb(215,168,104); }
div.DivClassName
{
background-color: #D7A868;
}
.BgClassName
{
background-color: #D7A868;
}
</style>
border-color css
<style>
span { border-color: #D7A868; }
span { border-color: rgb(215,168,104); }
td.TdClassName
{
border-color: #D7A868;
}
.TagClassName
{
border-color: #D7A868;
}
</style>