Shades of Apache #DAA660
Tints of Apache #DAA660
RGB
CMYK
RGB Variations
Color information
#DAA660 (or 0xDAA660) is known color: Apache. HEX triplet: DA, A6 and 60. RGB value is (218,166,96). Sum of RGB (Red+Green+Blue) = 218+166+96=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA660 is #25599F. Grayscale: #ADADAD. Windows color (decimal): -2447776 or 6334170. OLE color: 6334170.
HSL color Cylindrical-coordinate representation of color #DAA660: hue angle of 34.43º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAA660 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 96 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.15 |
| HSL | 34.43º | 0.62% | 0.62% | - |
| HSV(B) | 34.43º | 0.56% | 0.85% | - |
| XYZ | 44.66 | 43.02 | 17.02 | - |
| YUV | 173.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 96 | 0 | 0.24 | 0.56 | 0.15 | 34.43 | 0.62 | 0.62 |
| Hex | DA | A6 | 60 | 0 | 18 | 38 | F | 22 | 3E | 3E |
| Octal | 332 | 246 | 140 | 0 | 30 | 70 | 17 | 42 | 76 | 76 |
| Binary | 11011010 | 10100110 | 1100000 | 0 | 11000 | 111000 | 1111 | 100010 | 111110 | 111110 |
Color Harmonies of #DAA660
Complementary color
Monochromatic Colors of #DAA660
Black with #DAA660
Text Example
Text Example
White with #DAA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA660; }
p { color: rgb(218,166,96); }
H1.HeaderClassName
{
color: #DAA660;
}
.AnyTagClassName
{
color: #DAA660;
}
</style>
background-color css
<style>
a { background-color: #DAA660; }
a { background-color: rgb(218,166,96); }
div.DivClassName
{
background-color: #DAA660;
}
.BgClassName
{
background-color: #DAA660;
}
</style>
border-color css
<style>
span { border-color: #DAA660; }
span { border-color: rgb(218,166,96); }
td.TdClassName
{
border-color: #DAA660;
}
.TagClassName
{
border-color: #DAA660;
}
</style>