Shades of Apache #D6AA62
Tints of Apache #D6AA62
RGB
CMYK
RGB Variations
Color information
#D6AA62 (or 0xD6AA62) is known color: Apache. HEX triplet: D6, AA and 62. RGB value is (214,170,98). Sum of RGB (Red+Green+Blue) = 214+170+98=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA62 is #29559D. Grayscale: #AFAFAF. Windows color (decimal): -2708894 or 6466262. OLE color: 6466262.
HSL color Cylindrical-coordinate representation of color #D6AA62: hue angle of 37.24º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6AA62 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 98 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.16 |
| HSL | 37.24º | 0.59% | 0.61% | - |
| HSV(B) | 37.24º | 0.54% | 0.84% | - |
| XYZ | 44.31 | 43.93 | 17.7 | - |
| YUV | 174.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 98 | 0 | 0.21 | 0.54 | 0.16 | 37.24 | 0.59 | 0.61 |
| Hex | D6 | AA | 62 | 0 | 15 | 36 | 10 | 25 | 3B | 3D |
| Octal | 326 | 252 | 142 | 0 | 25 | 66 | 20 | 45 | 73 | 75 |
| Binary | 11010110 | 10101010 | 1100010 | 0 | 10101 | 110110 | 10000 | 100101 | 111011 | 111101 |
Color Harmonies of #D6AA62
Complementary color
Monochromatic Colors of #D6AA62
Black with #D6AA62
Text Example
Text Example
White with #D6AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA62; }
p { color: rgb(214,170,98); }
H1.HeaderClassName
{
color: #D6AA62;
}
.AnyTagClassName
{
color: #D6AA62;
}
</style>
background-color css
<style>
a { background-color: #D6AA62; }
a { background-color: rgb(214,170,98); }
div.DivClassName
{
background-color: #D6AA62;
}
.BgClassName
{
background-color: #D6AA62;
}
</style>
border-color css
<style>
span { border-color: #D6AA62; }
span { border-color: rgb(214,170,98); }
td.TdClassName
{
border-color: #D6AA62;
}
.TagClassName
{
border-color: #D6AA62;
}
</style>