Shades of Apache #D6A756
Tints of Apache #D6A756
RGB
CMYK
RGB Variations
Color information
#D6A756 (or 0xD6A756) is known color: Apache. HEX triplet: D6, A7 and 56. RGB value is (214,167,86). Sum of RGB (Red+Green+Blue) = 214+167+86=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A756 is #2958A9. Grayscale: #ACACAC. Windows color (decimal): -2709674 or 5679062. OLE color: 5679062.
HSL color Cylindrical-coordinate representation of color #D6A756: hue angle of 37.97º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6A756 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 167 | 86 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.16 |
| HSL | 37.97º | 0.61% | 0.59% | - |
| HSV(B) | 37.97º | 0.6% | 0.84% | - |
| XYZ | 43.23 | 42.61 | 14.75 | - |
| YUV | 171.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 167 | 86 | 0 | 0.22 | 0.60 | 0.16 | 37.97 | 0.61 | 0.59 |
| Hex | D6 | A7 | 56 | 0 | 16 | 3C | 10 | 26 | 3D | 3B |
| Octal | 326 | 247 | 126 | 0 | 26 | 74 | 20 | 46 | 75 | 73 |
| Binary | 11010110 | 10100111 | 1010110 | 0 | 10110 | 111100 | 10000 | 100110 | 111101 | 111011 |
Color Harmonies of #D6A756
Complementary color
Monochromatic Colors of #D6A756
Black with #D6A756
Text Example
Text Example
White with #D6A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A756; }
p { color: rgb(214,167,86); }
H1.HeaderClassName
{
color: #D6A756;
}
.AnyTagClassName
{
color: #D6A756;
}
</style>
background-color css
<style>
a { background-color: #D6A756; }
a { background-color: rgb(214,167,86); }
div.DivClassName
{
background-color: #D6A756;
}
.BgClassName
{
background-color: #D6A756;
}
</style>
border-color css
<style>
span { border-color: #D6A756; }
span { border-color: rgb(214,167,86); }
td.TdClassName
{
border-color: #D6A756;
}
.TagClassName
{
border-color: #D6A756;
}
</style>