Shades of Apache #DAA766
Tints of Apache #DAA766
RGB
CMYK
RGB Variations
Color information
#DAA766 (or 0xDAA766) is known color: Apache. HEX triplet: DA, A7 and 66. RGB value is (218,167,102). Sum of RGB (Red+Green+Blue) = 218+167+102=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA766 is #255899. Grayscale: #AFAFAF. Windows color (decimal): -2447514 or 6727642. OLE color: 6727642.
HSL color Cylindrical-coordinate representation of color #DAA766: hue angle of 33.62º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAA766 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 102 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.15 |
| HSL | 33.62º | 0.61% | 0.63% | - |
| HSV(B) | 33.62º | 0.53% | 0.85% | - |
| XYZ | 45.13 | 43.5 | 18.59 | - |
| YUV | 174.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 102 | 0 | 0.23 | 0.53 | 0.15 | 33.62 | 0.61 | 0.63 |
| Hex | DA | A7 | 66 | 0 | 17 | 35 | F | 22 | 3D | 3F |
| Octal | 332 | 247 | 146 | 0 | 27 | 65 | 17 | 42 | 75 | 77 |
| Binary | 11011010 | 10100111 | 1100110 | 0 | 10111 | 110101 | 1111 | 100010 | 111101 | 111111 |
Color Harmonies of #DAA766
Complementary color
Monochromatic Colors of #DAA766
Black with #DAA766
Text Example
Text Example
White with #DAA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA766; }
p { color: rgb(218,167,102); }
H1.HeaderClassName
{
color: #DAA766;
}
.AnyTagClassName
{
color: #DAA766;
}
</style>
background-color css
<style>
a { background-color: #DAA766; }
a { background-color: rgb(218,167,102); }
div.DivClassName
{
background-color: #DAA766;
}
.BgClassName
{
background-color: #DAA766;
}
</style>
border-color css
<style>
span { border-color: #DAA766; }
span { border-color: rgb(218,167,102); }
td.TdClassName
{
border-color: #DAA766;
}
.TagClassName
{
border-color: #DAA766;
}
</style>