Shades of Apache #D6A655
Tints of Apache #D6A655
RGB
CMYK
RGB Variations
Color information
#D6A655 (or 0xD6A655) is known color: Apache. HEX triplet: D6, A6 and 55. RGB value is (214,166,85). Sum of RGB (Red+Green+Blue) = 214+166+85=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A655 is #2959AA. Grayscale: #ABABAB. Windows color (decimal): -2709931 or 5613270. OLE color: 5613270.
HSL color Cylindrical-coordinate representation of color #D6A655: hue angle of 37.67º 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 #D6A655 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 85 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.16 |
| HSL | 37.67º | 0.61% | 0.59% | - |
| HSV(B) | 37.67º | 0.6% | 0.84% | - |
| XYZ | 43.01 | 42.22 | 14.48 | - |
| YUV | 171.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 85 | 0 | 0.22 | 0.60 | 0.16 | 37.67 | 0.61 | 0.59 |
| Hex | D6 | A6 | 55 | 0 | 16 | 3C | 10 | 26 | 3D | 3B |
| Octal | 326 | 246 | 125 | 0 | 26 | 74 | 20 | 46 | 75 | 73 |
| Binary | 11010110 | 10100110 | 1010101 | 0 | 10110 | 111100 | 10000 | 100110 | 111101 | 111011 |
Color Harmonies of #D6A655
Complementary color
Monochromatic Colors of #D6A655
Black with #D6A655
Text Example
Text Example
White with #D6A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A655; }
p { color: rgb(214,166,85); }
H1.HeaderClassName
{
color: #D6A655;
}
.AnyTagClassName
{
color: #D6A655;
}
</style>
background-color css
<style>
a { background-color: #D6A655; }
a { background-color: rgb(214,166,85); }
div.DivClassName
{
background-color: #D6A655;
}
.BgClassName
{
background-color: #D6A655;
}
</style>
border-color css
<style>
span { border-color: #D6A655; }
span { border-color: rgb(214,166,85); }
td.TdClassName
{
border-color: #D6A655;
}
.TagClassName
{
border-color: #D6A655;
}
</style>