Shades of Apache #D8A556
Tints of Apache #D8A556
RGB
CMYK
RGB Variations
Color information
#D8A556 (or 0xD8A556) is known color: Apache. HEX triplet: D8, A5 and 56. RGB value is (216,165,86). Sum of RGB (Red+Green+Blue) = 216+165+86=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A556 is #275AA9. Grayscale: #ABABAB. Windows color (decimal): -2579114 or 5678552. OLE color: 5678552.
HSL color Cylindrical-coordinate representation of color #D8A556: hue angle of 36.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8A556 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 86 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.15 |
| HSL | 36.46º | 0.63% | 0.59% | - |
| HSV(B) | 36.46º | 0.6% | 0.85% | - |
| XYZ | 43.45 | 42.18 | 14.66 | - |
| YUV | 171.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 86 | 0 | 0.24 | 0.60 | 0.15 | 36.46 | 0.63 | 0.59 |
| Hex | D8 | A5 | 56 | 0 | 18 | 3C | F | 24 | 3E | 3B |
| Octal | 330 | 245 | 126 | 0 | 30 | 74 | 17 | 44 | 76 | 73 |
| Binary | 11011000 | 10100101 | 1010110 | 0 | 11000 | 111100 | 1111 | 100100 | 111110 | 111011 |
Color Harmonies of #D8A556
Complementary color
Monochromatic Colors of #D8A556
Black with #D8A556
Text Example
Text Example
White with #D8A556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A556; }
p { color: rgb(216,165,86); }
H1.HeaderClassName
{
color: #D8A556;
}
.AnyTagClassName
{
color: #D8A556;
}
</style>
background-color css
<style>
a { background-color: #D8A556; }
a { background-color: rgb(216,165,86); }
div.DivClassName
{
background-color: #D8A556;
}
.BgClassName
{
background-color: #D8A556;
}
</style>
border-color css
<style>
span { border-color: #D8A556; }
span { border-color: rgb(216,165,86); }
td.TdClassName
{
border-color: #D8A556;
}
.TagClassName
{
border-color: #D8A556;
}
</style>