Shades of Apache #DAA760
Tints of Apache #DAA760
RGB
CMYK
RGB Variations
Color information
#DAA760 (or 0xDAA760) is known color: Apache. HEX triplet: DA, A7 and 60. RGB value is (218,167,96). Sum of RGB (Red+Green+Blue) = 218+167+96=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA760 is #25589F. Grayscale: #AEAEAE. Windows color (decimal): -2447520 or 6334426. OLE color: 6334426.
HSL color Cylindrical-coordinate representation of color #DAA760: hue angle of 34.92º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAA760 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 96 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.15 |
| HSL | 34.92º | 0.62% | 0.62% | - |
| HSV(B) | 34.92º | 0.56% | 0.85% | - |
| XYZ | 44.84 | 43.39 | 17.08 | - |
| YUV | 174.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 96 | 0 | 0.23 | 0.56 | 0.15 | 34.92 | 0.62 | 0.62 |
| Hex | DA | A7 | 60 | 0 | 17 | 38 | F | 23 | 3E | 3E |
| Octal | 332 | 247 | 140 | 0 | 27 | 70 | 17 | 43 | 76 | 76 |
| Binary | 11011010 | 10100111 | 1100000 | 0 | 10111 | 111000 | 1111 | 100011 | 111110 | 111110 |
Color Harmonies of #DAA760
Complementary color
Monochromatic Colors of #DAA760
Black with #DAA760
Text Example
Text Example
White with #DAA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA760; }
p { color: rgb(218,167,96); }
H1.HeaderClassName
{
color: #DAA760;
}
.AnyTagClassName
{
color: #DAA760;
}
</style>
background-color css
<style>
a { background-color: #DAA760; }
a { background-color: rgb(218,167,96); }
div.DivClassName
{
background-color: #DAA760;
}
.BgClassName
{
background-color: #DAA760;
}
</style>
border-color css
<style>
span { border-color: #DAA760; }
span { border-color: rgb(218,167,96); }
td.TdClassName
{
border-color: #DAA760;
}
.TagClassName
{
border-color: #DAA760;
}
</style>