Shades of Apache #DAA861
Tints of Apache #DAA861
RGB
CMYK
RGB Variations
Color information
#DAA861 (or 0xDAA861) is known color: Apache. HEX triplet: DA, A8 and 61. RGB value is (218,168,97). Sum of RGB (Red+Green+Blue) = 218+168+97=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA861 is #25579E. Grayscale: #AFAFAF. Windows color (decimal): -2447263 or 6400218. OLE color: 6400218.
HSL color Cylindrical-coordinate representation of color #DAA861: hue angle of 35.21º 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 #DAA861 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 97 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.15 |
| HSL | 35.21º | 0.62% | 0.62% | - |
| HSV(B) | 35.21º | 0.56% | 0.85% | - |
| XYZ | 45.07 | 43.77 | 17.38 | - |
| YUV | 174.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 97 | 0 | 0.23 | 0.56 | 0.15 | 35.21 | 0.62 | 0.62 |
| Hex | DA | A8 | 61 | 0 | 17 | 38 | F | 23 | 3E | 3E |
| Octal | 332 | 250 | 141 | 0 | 27 | 70 | 17 | 43 | 76 | 76 |
| Binary | 11011010 | 10101000 | 1100001 | 0 | 10111 | 111000 | 1111 | 100011 | 111110 | 111110 |
Color Harmonies of #DAA861
Complementary color
Monochromatic Colors of #DAA861
Black with #DAA861
Text Example
Text Example
White with #DAA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA861; }
p { color: rgb(218,168,97); }
H1.HeaderClassName
{
color: #DAA861;
}
.AnyTagClassName
{
color: #DAA861;
}
</style>
background-color css
<style>
a { background-color: #DAA861; }
a { background-color: rgb(218,168,97); }
div.DivClassName
{
background-color: #DAA861;
}
.BgClassName
{
background-color: #DAA861;
}
</style>
border-color css
<style>
span { border-color: #DAA861; }
span { border-color: rgb(218,168,97); }
td.TdClassName
{
border-color: #DAA861;
}
.TagClassName
{
border-color: #DAA861;
}
</style>