Shades of Apache #DAA559
Tints of Apache #DAA559
RGB
CMYK
RGB Variations
Color information
#DAA559 (or 0xDAA559) is known color: Apache. HEX triplet: DA, A5 and 59. RGB value is (218,165,89). Sum of RGB (Red+Green+Blue) = 218+165+89=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA559 is #255AA6. Grayscale: #ACACAC. Windows color (decimal): -2448039 or 5875162. OLE color: 5875162.
HSL color Cylindrical-coordinate representation of color #DAA559: hue angle of 35.35º degrees, saturation: 0.64, 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 #DAA559 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 89 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.15 |
| HSL | 35.35º | 0.64% | 0.6% | - |
| HSV(B) | 35.35º | 0.59% | 0.85% | - |
| XYZ | 44.17 | 42.54 | 15.33 | - |
| YUV | 172.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 89 | 0 | 0.24 | 0.59 | 0.15 | 35.35 | 0.64 | 0.6 |
| Hex | DA | A5 | 59 | 0 | 18 | 3B | F | 23 | 40 | 3C |
| Octal | 332 | 245 | 131 | 0 | 30 | 73 | 17 | 43 | 100 | 74 |
| Binary | 11011010 | 10100101 | 1011001 | 0 | 11000 | 111011 | 1111 | 100011 | 1000000 | 111100 |
Color Harmonies of #DAA559
Complementary color
Monochromatic Colors of #DAA559
Black with #DAA559
Text Example
Text Example
White with #DAA559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA559; }
p { color: rgb(218,165,89); }
H1.HeaderClassName
{
color: #DAA559;
}
.AnyTagClassName
{
color: #DAA559;
}
</style>
background-color css
<style>
a { background-color: #DAA559; }
a { background-color: rgb(218,165,89); }
div.DivClassName
{
background-color: #DAA559;
}
.BgClassName
{
background-color: #DAA559;
}
</style>
border-color css
<style>
span { border-color: #DAA559; }
span { border-color: rgb(218,165,89); }
td.TdClassName
{
border-color: #DAA559;
}
.TagClassName
{
border-color: #DAA559;
}
</style>