Shades of Apache #D7A864
Tints of Apache #D7A864
RGB
CMYK
RGB Variations
Color information
#D7A864 (or 0xD7A864) is known color: Apache. HEX triplet: D7, A8 and 64. RGB value is (215,168,100). Sum of RGB (Red+Green+Blue) = 215+168+100=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A864 is #28579B. Grayscale: #AEAEAE. Windows color (decimal): -2643868 or 6596823. OLE color: 6596823.
HSL color Cylindrical-coordinate representation of color #D7A864: hue angle of 35.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7A864 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 100 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.16 |
| HSL | 35.48º | 0.59% | 0.62% | - |
| HSV(B) | 35.48º | 0.53% | 0.84% | - |
| XYZ | 44.33 | 43.37 | 18.09 | - |
| YUV | 174.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 100 | 0 | 0.22 | 0.53 | 0.16 | 35.48 | 0.59 | 0.62 |
| Hex | D7 | A8 | 64 | 0 | 16 | 35 | 10 | 23 | 3B | 3E |
| Octal | 327 | 250 | 144 | 0 | 26 | 65 | 20 | 43 | 73 | 76 |
| Binary | 11010111 | 10101000 | 1100100 | 0 | 10110 | 110101 | 10000 | 100011 | 111011 | 111110 |
Color Harmonies of #D7A864
Complementary color
Monochromatic Colors of #D7A864
Black with #D7A864
Text Example
Text Example
White with #D7A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A864; }
p { color: rgb(215,168,100); }
H1.HeaderClassName
{
color: #D7A864;
}
.AnyTagClassName
{
color: #D7A864;
}
</style>
background-color css
<style>
a { background-color: #D7A864; }
a { background-color: rgb(215,168,100); }
div.DivClassName
{
background-color: #D7A864;
}
.BgClassName
{
background-color: #D7A864;
}
</style>
border-color css
<style>
span { border-color: #D7A864; }
span { border-color: rgb(215,168,100); }
td.TdClassName
{
border-color: #D7A864;
}
.TagClassName
{
border-color: #D7A864;
}
</style>