Shades of Apache #DAA95C
Tints of Apache #DAA95C
RGB
CMYK
RGB Variations
Color information
#DAA95C (or 0xDAA95C) is known color: Apache. HEX triplet: DA, A9 and 5C. RGB value is (218,169,92). Sum of RGB (Red+Green+Blue) = 218+169+92=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA95C is #2556A3. Grayscale: #AFAFAF. Windows color (decimal): -2447012 or 6072794. OLE color: 6072794.
HSL color Cylindrical-coordinate representation of color #DAA95C: hue angle of 36.67º 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 #DAA95C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 92 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.15 |
| HSL | 36.67º | 0.63% | 0.61% | - |
| HSV(B) | 36.67º | 0.58% | 0.85% | - |
| XYZ | 45.03 | 44.05 | 16.25 | - |
| YUV | 174.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 92 | 0 | 0.22 | 0.58 | 0.15 | 36.67 | 0.63 | 0.61 |
| Hex | DA | A9 | 5C | 0 | 16 | 3A | F | 25 | 3F | 3D |
| Octal | 332 | 251 | 134 | 0 | 26 | 72 | 17 | 45 | 77 | 75 |
| Binary | 11011010 | 10101001 | 1011100 | 0 | 10110 | 111010 | 1111 | 100101 | 111111 | 111101 |
Color Harmonies of #DAA95C
Complementary color
Monochromatic Colors of #DAA95C
Black with #DAA95C
Text Example
Text Example
White with #DAA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA95C; }
p { color: rgb(218,169,92); }
H1.HeaderClassName
{
color: #DAA95C;
}
.AnyTagClassName
{
color: #DAA95C;
}
</style>
background-color css
<style>
a { background-color: #DAA95C; }
a { background-color: rgb(218,169,92); }
div.DivClassName
{
background-color: #DAA95C;
}
.BgClassName
{
background-color: #DAA95C;
}
</style>
border-color css
<style>
span { border-color: #DAA95C; }
span { border-color: rgb(218,169,92); }
td.TdClassName
{
border-color: #DAA95C;
}
.TagClassName
{
border-color: #DAA95C;
}
</style>