Shades of Apache #DAA65B
Tints of Apache #DAA65B
RGB
CMYK
RGB Variations
Color information
#DAA65B (or 0xDAA65B) is known color: Apache. HEX triplet: DA, A6 and 5B. RGB value is (218,166,91). Sum of RGB (Red+Green+Blue) = 218+166+91=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA65B is #2559A4. Grayscale: #ADADAD. Windows color (decimal): -2447781 or 6006490. OLE color: 6006490.
HSL color Cylindrical-coordinate representation of color #DAA65B: hue angle of 35.43º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAA65B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 91 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.15 |
| HSL | 35.43º | 0.63% | 0.61% | - |
| HSV(B) | 35.43º | 0.58% | 0.85% | - |
| XYZ | 44.44 | 42.93 | 15.84 | - |
| YUV | 173 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 91 | 0 | 0.24 | 0.58 | 0.15 | 35.43 | 0.63 | 0.61 |
| Hex | DA | A6 | 5B | 0 | 18 | 3A | F | 23 | 3F | 3D |
| Octal | 332 | 246 | 133 | 0 | 30 | 72 | 17 | 43 | 77 | 75 |
| Binary | 11011010 | 10100110 | 1011011 | 0 | 11000 | 111010 | 1111 | 100011 | 111111 | 111101 |
Color Harmonies of #DAA65B
Complementary color
Monochromatic Colors of #DAA65B
Black with #DAA65B
Text Example
Text Example
White with #DAA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA65B; }
p { color: rgb(218,166,91); }
H1.HeaderClassName
{
color: #DAA65B;
}
.AnyTagClassName
{
color: #DAA65B;
}
</style>
background-color css
<style>
a { background-color: #DAA65B; }
a { background-color: rgb(218,166,91); }
div.DivClassName
{
background-color: #DAA65B;
}
.BgClassName
{
background-color: #DAA65B;
}
</style>
border-color css
<style>
span { border-color: #DAA65B; }
span { border-color: rgb(218,166,91); }
td.TdClassName
{
border-color: #DAA65B;
}
.TagClassName
{
border-color: #DAA65B;
}
</style>