Shades of Apache #DAA85F
Tints of Apache #DAA85F
RGB
CMYK
RGB Variations
Color information
#DAA85F (or 0xDAA85F) is known color: Apache. HEX triplet: DA, A8 and 5F. RGB value is (218,168,95). Sum of RGB (Red+Green+Blue) = 218+168+95=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA85F is #2557A0. Grayscale: #AEAEAE. Windows color (decimal): -2447265 or 6269146. OLE color: 6269146.
HSL color Cylindrical-coordinate representation of color #DAA85F: hue angle of 35.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAA85F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 95 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.15 |
| HSL | 35.61º | 0.62% | 0.61% | - |
| HSV(B) | 35.61º | 0.56% | 0.85% | - |
| XYZ | 44.98 | 43.74 | 16.9 | - |
| YUV | 174.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 95 | 0 | 0.23 | 0.56 | 0.15 | 35.61 | 0.62 | 0.61 |
| Hex | DA | A8 | 5F | 0 | 17 | 38 | F | 24 | 3E | 3D |
| Octal | 332 | 250 | 137 | 0 | 27 | 70 | 17 | 44 | 76 | 75 |
| Binary | 11011010 | 10101000 | 1011111 | 0 | 10111 | 111000 | 1111 | 100100 | 111110 | 111101 |
Color Harmonies of #DAA85F
Complementary color
Monochromatic Colors of #DAA85F
Black with #DAA85F
Text Example
Text Example
White with #DAA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA85F; }
p { color: rgb(218,168,95); }
H1.HeaderClassName
{
color: #DAA85F;
}
.AnyTagClassName
{
color: #DAA85F;
}
</style>
background-color css
<style>
a { background-color: #DAA85F; }
a { background-color: rgb(218,168,95); }
div.DivClassName
{
background-color: #DAA85F;
}
.BgClassName
{
background-color: #DAA85F;
}
</style>
border-color css
<style>
span { border-color: #DAA85F; }
span { border-color: rgb(218,168,95); }
td.TdClassName
{
border-color: #DAA85F;
}
.TagClassName
{
border-color: #DAA85F;
}
</style>