Shades of Apache #D6A155
Tints of Apache #D6A155
RGB
CMYK
RGB Variations
Color information
#D6A155 (or 0xD6A155) is known color: Apache. HEX triplet: D6, A1 and 55. RGB value is (214,161,85). Sum of RGB (Red+Green+Blue) = 214+161+85=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A155 is #295EAA. Grayscale: #A8A8A8. Windows color (decimal): -2711211 or 5611990. OLE color: 5611990.
HSL color Cylindrical-coordinate representation of color #D6A155: hue angle of 35.35º 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 #D6A155 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 85 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.16 |
| HSL | 35.35º | 0.61% | 0.59% | - |
| HSV(B) | 35.35º | 0.6% | 0.84% | - |
| XYZ | 42.12 | 40.44 | 14.18 | - |
| YUV | 168.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 85 | 0 | 0.25 | 0.60 | 0.16 | 35.35 | 0.61 | 0.59 |
| Hex | D6 | A1 | 55 | 0 | 19 | 3C | 10 | 23 | 3D | 3B |
| Octal | 326 | 241 | 125 | 0 | 31 | 74 | 20 | 43 | 75 | 73 |
| Binary | 11010110 | 10100001 | 1010101 | 0 | 11001 | 111100 | 10000 | 100011 | 111101 | 111011 |
Color Harmonies of #D6A155
Complementary color
Monochromatic Colors of #D6A155
Black with #D6A155
Text Example
Text Example
White with #D6A155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A155; }
p { color: rgb(214,161,85); }
H1.HeaderClassName
{
color: #D6A155;
}
.AnyTagClassName
{
color: #D6A155;
}
</style>
background-color css
<style>
a { background-color: #D6A155; }
a { background-color: rgb(214,161,85); }
div.DivClassName
{
background-color: #D6A155;
}
.BgClassName
{
background-color: #D6A155;
}
</style>
border-color css
<style>
span { border-color: #D6A155; }
span { border-color: rgb(214,161,85); }
td.TdClassName
{
border-color: #D6A155;
}
.TagClassName
{
border-color: #D6A155;
}
</style>