Shades of Apache #D6A260
Tints of Apache #D6A260
RGB
CMYK
RGB Variations
Color information
#D6A260 (or 0xD6A260) is known color: Apache. HEX triplet: D6, A2 and 60. RGB value is (214,162,96). Sum of RGB (Red+Green+Blue) = 214+162+96=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A260 is #295D9F. Grayscale: #AAAAAA. Windows color (decimal): -2710944 or 6333142. OLE color: 6333142.
HSL color Cylindrical-coordinate representation of color #D6A260: hue angle of 33.56º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6A260 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 96 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.16 |
| HSL | 33.56º | 0.59% | 0.61% | - |
| HSV(B) | 33.56º | 0.55% | 0.84% | - |
| XYZ | 42.76 | 40.98 | 16.72 | - |
| YUV | 170.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 96 | 0 | 0.24 | 0.55 | 0.16 | 33.56 | 0.59 | 0.61 |
| Hex | D6 | A2 | 60 | 0 | 18 | 37 | 10 | 22 | 3B | 3D |
| Octal | 326 | 242 | 140 | 0 | 30 | 67 | 20 | 42 | 73 | 75 |
| Binary | 11010110 | 10100010 | 1100000 | 0 | 11000 | 110111 | 10000 | 100010 | 111011 | 111101 |
Color Harmonies of #D6A260
Complementary color
Monochromatic Colors of #D6A260
Black with #D6A260
Text Example
Text Example
White with #D6A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A260; }
p { color: rgb(214,162,96); }
H1.HeaderClassName
{
color: #D6A260;
}
.AnyTagClassName
{
color: #D6A260;
}
</style>
background-color css
<style>
a { background-color: #D6A260; }
a { background-color: rgb(214,162,96); }
div.DivClassName
{
background-color: #D6A260;
}
.BgClassName
{
background-color: #D6A260;
}
</style>
border-color css
<style>
span { border-color: #D6A260; }
span { border-color: rgb(214,162,96); }
td.TdClassName
{
border-color: #D6A260;
}
.TagClassName
{
border-color: #D6A260;
}
</style>