Shades of Apache #DAA664
Tints of Apache #DAA664
RGB
CMYK
RGB Variations
Color information
#DAA664 (or 0xDAA664) is known color: Apache. HEX triplet: DA, A6 and 64. RGB value is (218,166,100). Sum of RGB (Red+Green+Blue) = 218+166+100=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA664 is #25599B. Grayscale: #AEAEAE. Windows color (decimal): -2447772 or 6596314. OLE color: 6596314.
HSL color Cylindrical-coordinate representation of color #DAA664: hue angle of 33.56º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAA664 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 100 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.15 |
| HSL | 33.56º | 0.61% | 0.62% | - |
| HSV(B) | 33.56º | 0.54% | 0.85% | - |
| XYZ | 44.85 | 43.1 | 18.01 | - |
| YUV | 174.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 100 | 0 | 0.24 | 0.54 | 0.15 | 33.56 | 0.61 | 0.62 |
| Hex | DA | A6 | 64 | 0 | 18 | 36 | F | 22 | 3D | 3E |
| Octal | 332 | 246 | 144 | 0 | 30 | 66 | 17 | 42 | 75 | 76 |
| Binary | 11011010 | 10100110 | 1100100 | 0 | 11000 | 110110 | 1111 | 100010 | 111101 | 111110 |
Color Harmonies of #DAA664
Complementary color
Monochromatic Colors of #DAA664
Black with #DAA664
Text Example
Text Example
White with #DAA664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA664; }
p { color: rgb(218,166,100); }
H1.HeaderClassName
{
color: #DAA664;
}
.AnyTagClassName
{
color: #DAA664;
}
</style>
background-color css
<style>
a { background-color: #DAA664; }
a { background-color: rgb(218,166,100); }
div.DivClassName
{
background-color: #DAA664;
}
.BgClassName
{
background-color: #DAA664;
}
</style>
border-color css
<style>
span { border-color: #DAA664; }
span { border-color: rgb(218,166,100); }
td.TdClassName
{
border-color: #DAA664;
}
.TagClassName
{
border-color: #DAA664;
}
</style>