Shades of Apache #DAA668
Tints of Apache #DAA668
RGB
CMYK
RGB Variations
Color information
#DAA668 (or 0xDAA668) is known color: Apache. HEX triplet: DA, A6 and 68. RGB value is (218,166,104). Sum of RGB (Red+Green+Blue) = 218+166+104=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA668 is #255997. Grayscale: #AEAEAE. Windows color (decimal): -2447768 or 6858458. OLE color: 6858458.
HSL color Cylindrical-coordinate representation of color #DAA668: hue angle of 32.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAA668 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 104 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.15 |
| HSL | 32.63º | 0.61% | 0.63% | - |
| HSV(B) | 32.63º | 0.52% | 0.85% | - |
| XYZ | 45.05 | 43.18 | 19.06 | - |
| YUV | 174.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 104 | 0 | 0.24 | 0.52 | 0.15 | 32.63 | 0.61 | 0.63 |
| Hex | DA | A6 | 68 | 0 | 18 | 34 | F | 21 | 3D | 3F |
| Octal | 332 | 246 | 150 | 0 | 30 | 64 | 17 | 41 | 75 | 77 |
| Binary | 11011010 | 10100110 | 1101000 | 0 | 11000 | 110100 | 1111 | 100001 | 111101 | 111111 |
Color Harmonies of #DAA668
Complementary color
Monochromatic Colors of #DAA668
Black with #DAA668
Text Example
Text Example
White with #DAA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA668; }
p { color: rgb(218,166,104); }
H1.HeaderClassName
{
color: #DAA668;
}
.AnyTagClassName
{
color: #DAA668;
}
</style>
background-color css
<style>
a { background-color: #DAA668; }
a { background-color: rgb(218,166,104); }
div.DivClassName
{
background-color: #DAA668;
}
.BgClassName
{
background-color: #DAA668;
}
</style>
border-color css
<style>
span { border-color: #DAA668; }
span { border-color: rgb(218,166,104); }
td.TdClassName
{
border-color: #DAA668;
}
.TagClassName
{
border-color: #DAA668;
}
</style>