Shades of Apache #D8A56A
Tints of Apache #D8A56A
RGB
CMYK
RGB Variations
Color information
#D8A56A (or 0xD8A56A) is known color: Apache. HEX triplet: D8, A5 and 6A. RGB value is (216,165,106). Sum of RGB (Red+Green+Blue) = 216+165+106=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A56A is #275A95. Grayscale: #ADADAD. Windows color (decimal): -2579094 or 6989272. OLE color: 6989272.
HSL color Cylindrical-coordinate representation of color #D8A56A: hue angle of 32.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8A56A is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 106 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.15 |
| HSL | 32.18º | 0.59% | 0.63% | - |
| HSV(B) | 32.18º | 0.51% | 0.85% | - |
| XYZ | 44.38 | 42.55 | 19.51 | - |
| YUV | 173.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 106 | 0 | 0.24 | 0.51 | 0.15 | 32.18 | 0.59 | 0.63 |
| Hex | D8 | A5 | 6A | 0 | 18 | 33 | F | 20 | 3B | 3F |
| Octal | 330 | 245 | 152 | 0 | 30 | 63 | 17 | 40 | 73 | 77 |
| Binary | 11011000 | 10100101 | 1101010 | 0 | 11000 | 110011 | 1111 | 100000 | 111011 | 111111 |
Color Harmonies of #D8A56A
Complementary color
Monochromatic Colors of #D8A56A
Black with #D8A56A
Text Example
Text Example
White with #D8A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A56A; }
p { color: rgb(216,165,106); }
H1.HeaderClassName
{
color: #D8A56A;
}
.AnyTagClassName
{
color: #D8A56A;
}
</style>
background-color css
<style>
a { background-color: #D8A56A; }
a { background-color: rgb(216,165,106); }
div.DivClassName
{
background-color: #D8A56A;
}
.BgClassName
{
background-color: #D8A56A;
}
</style>
border-color css
<style>
span { border-color: #D8A56A; }
span { border-color: rgb(216,165,106); }
td.TdClassName
{
border-color: #D8A56A;
}
.TagClassName
{
border-color: #D8A56A;
}
</style>