Shades of Apache #D6AA60
Tints of Apache #D6AA60
RGB
CMYK
RGB Variations
Color information
#D6AA60 (or 0xD6AA60) is known color: Apache. HEX triplet: D6, AA and 60. RGB value is (214,170,96). Sum of RGB (Red+Green+Blue) = 214+170+96=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA60 is #29559F. Grayscale: #AFAFAF. Windows color (decimal): -2708896 or 6335190. OLE color: 6335190.
HSL color Cylindrical-coordinate representation of color #D6AA60: hue angle of 37.63º 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 #D6AA60 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 96 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.16 |
| HSL | 37.63º | 0.59% | 0.61% | - |
| HSV(B) | 37.63º | 0.55% | 0.84% | - |
| XYZ | 44.22 | 43.89 | 17.21 | - |
| YUV | 174.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 96 | 0 | 0.21 | 0.55 | 0.16 | 37.63 | 0.59 | 0.61 |
| Hex | D6 | AA | 60 | 0 | 15 | 37 | 10 | 26 | 3B | 3D |
| Octal | 326 | 252 | 140 | 0 | 25 | 67 | 20 | 46 | 73 | 75 |
| Binary | 11010110 | 10101010 | 1100000 | 0 | 10101 | 110111 | 10000 | 100110 | 111011 | 111101 |
Color Harmonies of #D6AA60
Complementary color
Monochromatic Colors of #D6AA60
Black with #D6AA60
Text Example
Text Example
White with #D6AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA60; }
p { color: rgb(214,170,96); }
H1.HeaderClassName
{
color: #D6AA60;
}
.AnyTagClassName
{
color: #D6AA60;
}
</style>
background-color css
<style>
a { background-color: #D6AA60; }
a { background-color: rgb(214,170,96); }
div.DivClassName
{
background-color: #D6AA60;
}
.BgClassName
{
background-color: #D6AA60;
}
</style>
border-color css
<style>
span { border-color: #D6AA60; }
span { border-color: rgb(214,170,96); }
td.TdClassName
{
border-color: #D6AA60;
}
.TagClassName
{
border-color: #D6AA60;
}
</style>