Shades of Apache #D8A564
Tints of Apache #D8A564
RGB
CMYK
RGB Variations
Color information
#D8A564 (or 0xD8A564) is known color: Apache. HEX triplet: D8, A5 and 64. RGB value is (216,165,100). Sum of RGB (Red+Green+Blue) = 216+165+100=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A564 is #275A9B. Grayscale: #ADADAD. Windows color (decimal): -2579100 or 6596056. OLE color: 6596056.
HSL color Cylindrical-coordinate representation of color #D8A564: hue angle of 33.62º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8A564 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 100 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.15 |
| HSL | 33.62º | 0.6% | 0.62% | - |
| HSV(B) | 33.62º | 0.54% | 0.85% | - |
| XYZ | 44.07 | 42.43 | 17.92 | - |
| YUV | 172.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 100 | 0 | 0.24 | 0.54 | 0.15 | 33.62 | 0.6 | 0.62 |
| Hex | D8 | A5 | 64 | 0 | 18 | 36 | F | 22 | 3C | 3E |
| Octal | 330 | 245 | 144 | 0 | 30 | 66 | 17 | 42 | 74 | 76 |
| Binary | 11011000 | 10100101 | 1100100 | 0 | 11000 | 110110 | 1111 | 100010 | 111100 | 111110 |
Color Harmonies of #D8A564
Complementary color
Monochromatic Colors of #D8A564
Black with #D8A564
Text Example
Text Example
White with #D8A564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A564; }
p { color: rgb(216,165,100); }
H1.HeaderClassName
{
color: #D8A564;
}
.AnyTagClassName
{
color: #D8A564;
}
</style>
background-color css
<style>
a { background-color: #D8A564; }
a { background-color: rgb(216,165,100); }
div.DivClassName
{
background-color: #D8A564;
}
.BgClassName
{
background-color: #D8A564;
}
</style>
border-color css
<style>
span { border-color: #D8A564; }
span { border-color: rgb(216,165,100); }
td.TdClassName
{
border-color: #D8A564;
}
.TagClassName
{
border-color: #D8A564;
}
</style>