Shades of Apache #DAA65F
Tints of Apache #DAA65F
RGB
CMYK
RGB Variations
Color information
#DAA65F (or 0xDAA65F) is known color: Apache. HEX triplet: DA, A6 and 5F. RGB value is (218,166,95). Sum of RGB (Red+Green+Blue) = 218+166+95=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA65F is #2559A0. Grayscale: #ADADAD. Windows color (decimal): -2447777 or 6268634. OLE color: 6268634.
HSL color Cylindrical-coordinate representation of color #DAA65F: hue angle of 34.63º 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 #DAA65F is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 95 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.15 |
| HSL | 34.63º | 0.62% | 0.61% | - |
| HSV(B) | 34.63º | 0.56% | 0.85% | - |
| XYZ | 44.62 | 43 | 16.78 | - |
| YUV | 173.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 95 | 0 | 0.24 | 0.56 | 0.15 | 34.63 | 0.62 | 0.61 |
| Hex | DA | A6 | 5F | 0 | 18 | 38 | F | 23 | 3E | 3D |
| Octal | 332 | 246 | 137 | 0 | 30 | 70 | 17 | 43 | 76 | 75 |
| Binary | 11011010 | 10100110 | 1011111 | 0 | 11000 | 111000 | 1111 | 100011 | 111110 | 111101 |
Color Harmonies of #DAA65F
Complementary color
Monochromatic Colors of #DAA65F
Black with #DAA65F
Text Example
Text Example
White with #DAA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA65F; }
p { color: rgb(218,166,95); }
H1.HeaderClassName
{
color: #DAA65F;
}
.AnyTagClassName
{
color: #DAA65F;
}
</style>
background-color css
<style>
a { background-color: #DAA65F; }
a { background-color: rgb(218,166,95); }
div.DivClassName
{
background-color: #DAA65F;
}
.BgClassName
{
background-color: #DAA65F;
}
</style>
border-color css
<style>
span { border-color: #DAA65F; }
span { border-color: rgb(218,166,95); }
td.TdClassName
{
border-color: #DAA65F;
}
.TagClassName
{
border-color: #DAA65F;
}
</style>