Shades of Apache #DAA665
Tints of Apache #DAA665
RGB
CMYK
RGB Variations
Color information
#DAA665 (or 0xDAA665) is known color: Apache. HEX triplet: DA, A6 and 65. RGB value is (218,166,101). Sum of RGB (Red+Green+Blue) = 218+166+101=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA665 is #25599A. Grayscale: #AEAEAE. Windows color (decimal): -2447771 or 6661850. OLE color: 6661850.
HSL color Cylindrical-coordinate representation of color #DAA665: hue angle of 33.33º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAA665 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 101 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.15 |
| HSL | 33.33º | 0.61% | 0.63% | - |
| HSV(B) | 33.33º | 0.54% | 0.85% | - |
| XYZ | 44.9 | 43.12 | 18.27 | - |
| YUV | 174.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 101 | 0 | 0.24 | 0.54 | 0.15 | 33.33 | 0.61 | 0.63 |
| Hex | DA | A6 | 65 | 0 | 18 | 36 | F | 21 | 3D | 3F |
| Octal | 332 | 246 | 145 | 0 | 30 | 66 | 17 | 41 | 75 | 77 |
| Binary | 11011010 | 10100110 | 1100101 | 0 | 11000 | 110110 | 1111 | 100001 | 111101 | 111111 |
Color Harmonies of #DAA665
Complementary color
Monochromatic Colors of #DAA665
Black with #DAA665
Text Example
Text Example
White with #DAA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA665; }
p { color: rgb(218,166,101); }
H1.HeaderClassName
{
color: #DAA665;
}
.AnyTagClassName
{
color: #DAA665;
}
</style>
background-color css
<style>
a { background-color: #DAA665; }
a { background-color: rgb(218,166,101); }
div.DivClassName
{
background-color: #DAA665;
}
.BgClassName
{
background-color: #DAA665;
}
</style>
border-color css
<style>
span { border-color: #DAA665; }
span { border-color: rgb(218,166,101); }
td.TdClassName
{
border-color: #DAA665;
}
.TagClassName
{
border-color: #DAA665;
}
</style>