Shades of Apache #DAA65A
Tints of Apache #DAA65A
RGB
CMYK
RGB Variations
Color information
#DAA65A (or 0xDAA65A) is known color: Apache. HEX triplet: DA, A6 and 5A. RGB value is (218,166,90). Sum of RGB (Red+Green+Blue) = 218+166+90=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA65A is #2559A5. Grayscale: #ADADAD. Windows color (decimal): -2447782 or 5940954. OLE color: 5940954.
HSL color Cylindrical-coordinate representation of color #DAA65A: hue angle of 35.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAA65A is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 90 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.15 |
| HSL | 35.63º | 0.63% | 0.6% | - |
| HSV(B) | 35.63º | 0.59% | 0.85% | - |
| XYZ | 44.4 | 42.92 | 15.62 | - |
| YUV | 172.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 90 | 0 | 0.24 | 0.59 | 0.15 | 35.63 | 0.63 | 0.6 |
| Hex | DA | A6 | 5A | 0 | 18 | 3B | F | 24 | 3F | 3C |
| Octal | 332 | 246 | 132 | 0 | 30 | 73 | 17 | 44 | 77 | 74 |
| Binary | 11011010 | 10100110 | 1011010 | 0 | 11000 | 111011 | 1111 | 100100 | 111111 | 111100 |
Color Harmonies of #DAA65A
Complementary color
Monochromatic Colors of #DAA65A
Black with #DAA65A
Text Example
Text Example
White with #DAA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA65A; }
p { color: rgb(218,166,90); }
H1.HeaderClassName
{
color: #DAA65A;
}
.AnyTagClassName
{
color: #DAA65A;
}
</style>
background-color css
<style>
a { background-color: #DAA65A; }
a { background-color: rgb(218,166,90); }
div.DivClassName
{
background-color: #DAA65A;
}
.BgClassName
{
background-color: #DAA65A;
}
</style>
border-color css
<style>
span { border-color: #DAA65A; }
span { border-color: rgb(218,166,90); }
td.TdClassName
{
border-color: #DAA65A;
}
.TagClassName
{
border-color: #DAA65A;
}
</style>