Shades of Apache #DAA65E
Tints of Apache #DAA65E
RGB
CMYK
RGB Variations
Color information
#DAA65E (or 0xDAA65E) is known color: Apache. HEX triplet: DA, A6 and 5E. RGB value is (218,166,94). Sum of RGB (Red+Green+Blue) = 218+166+94=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA65E is #2559A1. Grayscale: #ADADAD. Windows color (decimal): -2447778 or 6203098. OLE color: 6203098.
HSL color Cylindrical-coordinate representation of color #DAA65E: hue angle of 34.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAA65E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 94 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.15 |
| HSL | 34.84º | 0.63% | 0.61% | - |
| HSV(B) | 34.84º | 0.57% | 0.85% | - |
| XYZ | 44.57 | 42.99 | 16.54 | - |
| YUV | 173.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 94 | 0 | 0.24 | 0.57 | 0.15 | 34.84 | 0.63 | 0.61 |
| Hex | DA | A6 | 5E | 0 | 18 | 39 | F | 23 | 3F | 3D |
| Octal | 332 | 246 | 136 | 0 | 30 | 71 | 17 | 43 | 77 | 75 |
| Binary | 11011010 | 10100110 | 1011110 | 0 | 11000 | 111001 | 1111 | 100011 | 111111 | 111101 |
Color Harmonies of #DAA65E
Complementary color
Monochromatic Colors of #DAA65E
Black with #DAA65E
Text Example
Text Example
White with #DAA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA65E; }
p { color: rgb(218,166,94); }
H1.HeaderClassName
{
color: #DAA65E;
}
.AnyTagClassName
{
color: #DAA65E;
}
</style>
background-color css
<style>
a { background-color: #DAA65E; }
a { background-color: rgb(218,166,94); }
div.DivClassName
{
background-color: #DAA65E;
}
.BgClassName
{
background-color: #DAA65E;
}
</style>
border-color css
<style>
span { border-color: #DAA65E; }
span { border-color: rgb(218,166,94); }
td.TdClassName
{
border-color: #DAA65E;
}
.TagClassName
{
border-color: #DAA65E;
}
</style>