Shades of Apache #D0AA66
Tints of Apache #D0AA66
RGB
CMYK
RGB Variations
Color information
#D0AA66 (or 0xD0AA66) is known color: Apache. HEX triplet: D0, AA and 66. RGB value is (208,170,102). Sum of RGB (Red+Green+Blue) = 208+170+102=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA66 is #2F5599. Grayscale: #ADADAD. Windows color (decimal): -3102106 or 6728400. OLE color: 6728400.
HSL color Cylindrical-coordinate representation of color #D0AA66: hue angle of 38.49º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0AA66 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 102 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.18 |
| HSL | 38.49º | 0.53% | 0.61% | - |
| HSV(B) | 38.49º | 0.51% | 0.82% | - |
| XYZ | 42.79 | 43.12 | 18.64 | - |
| YUV | 173.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 102 | 0 | 0.18 | 0.51 | 0.18 | 38.49 | 0.53 | 0.61 |
| Hex | D0 | AA | 66 | 0 | 12 | 33 | 12 | 26 | 35 | 3D |
| Octal | 320 | 252 | 146 | 0 | 22 | 63 | 22 | 46 | 65 | 75 |
| Binary | 11010000 | 10101010 | 1100110 | 0 | 10010 | 110011 | 10010 | 100110 | 110101 | 111101 |
Color Harmonies of #D0AA66
Complementary color
Monochromatic Colors of #D0AA66
Black with #D0AA66
Text Example
Text Example
White with #D0AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA66; }
p { color: rgb(208,170,102); }
H1.HeaderClassName
{
color: #D0AA66;
}
.AnyTagClassName
{
color: #D0AA66;
}
</style>
background-color css
<style>
a { background-color: #D0AA66; }
a { background-color: rgb(208,170,102); }
div.DivClassName
{
background-color: #D0AA66;
}
.BgClassName
{
background-color: #D0AA66;
}
</style>
border-color css
<style>
span { border-color: #D0AA66; }
span { border-color: rgb(208,170,102); }
td.TdClassName
{
border-color: #D0AA66;
}
.TagClassName
{
border-color: #D0AA66;
}
</style>