Shades of Apache #D6A055
Tints of Apache #D6A055
RGB
CMYK
RGB Variations
Color information
#D6A055 (or 0xD6A055) is known color: Apache. HEX triplet: D6, A0 and 55. RGB value is (214,160,85). Sum of RGB (Red+Green+Blue) = 214+160+85=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A055 is #295FAA. Grayscale: #A7A7A7. Windows color (decimal): -2711467 or 5611734. OLE color: 5611734.
HSL color Cylindrical-coordinate representation of color #D6A055: hue angle of 34.88º 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 #D6A055 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 85 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.16 |
| HSL | 34.88º | 0.61% | 0.59% | - |
| HSV(B) | 34.88º | 0.6% | 0.84% | - |
| XYZ | 41.94 | 40.09 | 14.12 | - |
| YUV | 167.6 | 81.39 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 85 | 0 | 0.25 | 0.60 | 0.16 | 34.88 | 0.61 | 0.59 |
| Hex | D6 | A0 | 55 | 0 | 19 | 3C | 10 | 23 | 3D | 3B |
| Octal | 326 | 240 | 125 | 0 | 31 | 74 | 20 | 43 | 75 | 73 |
| Binary | 11010110 | 10100000 | 1010101 | 0 | 11001 | 111100 | 10000 | 100011 | 111101 | 111011 |
Color Harmonies of #D6A055
Complementary color
Monochromatic Colors of #D6A055
Black with #D6A055
Text Example
Text Example
White with #D6A055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A055; }
p { color: rgb(214,160,85); }
H1.HeaderClassName
{
color: #D6A055;
}
.AnyTagClassName
{
color: #D6A055;
}
</style>
background-color css
<style>
a { background-color: #D6A055; }
a { background-color: rgb(214,160,85); }
div.DivClassName
{
background-color: #D6A055;
}
.BgClassName
{
background-color: #D6A055;
}
</style>
border-color css
<style>
span { border-color: #D6A055; }
span { border-color: rgb(214,160,85); }
td.TdClassName
{
border-color: #D6A055;
}
.TagClassName
{
border-color: #D6A055;
}
</style>