Shades of Apache #D6AA65
Tints of Apache #D6AA65
RGB
CMYK
RGB Variations
Color information
#D6AA65 (or 0xD6AA65) is known color: Apache. HEX triplet: D6, AA and 65. RGB value is (214,170,101). Sum of RGB (Red+Green+Blue) = 214+170+101=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA65 is #29559A. Grayscale: #AFAFAF. Windows color (decimal): -2708891 or 6662870. OLE color: 6662870.
HSL color Cylindrical-coordinate representation of color #D6AA65: hue angle of 36.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6AA65 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 101 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.16 |
| HSL | 36.64º | 0.58% | 0.62% | - |
| HSV(B) | 36.64º | 0.53% | 0.84% | - |
| XYZ | 44.46 | 43.99 | 18.46 | - |
| YUV | 175.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 101 | 0 | 0.21 | 0.53 | 0.16 | 36.64 | 0.58 | 0.62 |
| Hex | D6 | AA | 65 | 0 | 15 | 35 | 10 | 25 | 3A | 3E |
| Octal | 326 | 252 | 145 | 0 | 25 | 65 | 20 | 45 | 72 | 76 |
| Binary | 11010110 | 10101010 | 1100101 | 0 | 10101 | 110101 | 10000 | 100101 | 111010 | 111110 |
Color Harmonies of #D6AA65
Complementary color
Monochromatic Colors of #D6AA65
Black with #D6AA65
Text Example
Text Example
White with #D6AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA65; }
p { color: rgb(214,170,101); }
H1.HeaderClassName
{
color: #D6AA65;
}
.AnyTagClassName
{
color: #D6AA65;
}
</style>
background-color css
<style>
a { background-color: #D6AA65; }
a { background-color: rgb(214,170,101); }
div.DivClassName
{
background-color: #D6AA65;
}
.BgClassName
{
background-color: #D6AA65;
}
</style>
border-color css
<style>
span { border-color: #D6AA65; }
span { border-color: rgb(214,170,101); }
td.TdClassName
{
border-color: #D6AA65;
}
.TagClassName
{
border-color: #D6AA65;
}
</style>