Shades of Apache #DAA662
Tints of Apache #DAA662
RGB
CMYK
RGB Variations
Color information
#DAA662 (or 0xDAA662) is known color: Apache. HEX triplet: DA, A6 and 62. RGB value is (218,166,98). Sum of RGB (Red+Green+Blue) = 218+166+98=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA662 is #25599D. Grayscale: #AEAEAE. Windows color (decimal): -2447774 or 6465242. OLE color: 6465242.
HSL color Cylindrical-coordinate representation of color #DAA662: hue angle of 34º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAA662 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 98 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.15 |
| HSL | 34º | 0.62% | 0.62% | - |
| HSV(B) | 34º | 0.55% | 0.85% | - |
| XYZ | 44.75 | 43.06 | 17.51 | - |
| YUV | 173.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 98 | 0 | 0.24 | 0.55 | 0.15 | 34 | 0.62 | 0.62 |
| Hex | DA | A6 | 62 | 0 | 18 | 37 | F | 22 | 3E | 3E |
| Octal | 332 | 246 | 142 | 0 | 30 | 67 | 17 | 42 | 76 | 76 |
| Binary | 11011010 | 10100110 | 1100010 | 0 | 11000 | 110111 | 1111 | 100010 | 111110 | 111110 |
Color Harmonies of #DAA662
Complementary color
Monochromatic Colors of #DAA662
Black with #DAA662
Text Example
Text Example
White with #DAA662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA662; }
p { color: rgb(218,166,98); }
H1.HeaderClassName
{
color: #DAA662;
}
.AnyTagClassName
{
color: #DAA662;
}
</style>
background-color css
<style>
a { background-color: #DAA662; }
a { background-color: rgb(218,166,98); }
div.DivClassName
{
background-color: #DAA662;
}
.BgClassName
{
background-color: #DAA662;
}
</style>
border-color css
<style>
span { border-color: #DAA662; }
span { border-color: rgb(218,166,98); }
td.TdClassName
{
border-color: #DAA662;
}
.TagClassName
{
border-color: #DAA662;
}
</style>