Shades of Apache #DAAA5C
Tints of Apache #DAAA5C
RGB
CMYK
RGB Variations
Color information
#DAAA5C (or 0xDAAA5C) is known color: Apache. HEX triplet: DA, AA and 5C. RGB value is (218,170,92). Sum of RGB (Red+Green+Blue) = 218+170+92=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA5C is #2555A3. Grayscale: #AFAFAF. Windows color (decimal): -2446756 or 6073050. OLE color: 6073050.
HSL color Cylindrical-coordinate representation of color #DAAA5C: hue angle of 37.14º 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 #DAAA5C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 92 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.15 |
| HSL | 37.14º | 0.63% | 0.61% | - |
| HSV(B) | 37.14º | 0.58% | 0.85% | - |
| XYZ | 45.22 | 44.43 | 16.32 | - |
| YUV | 175.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 92 | 0 | 0.22 | 0.58 | 0.15 | 37.14 | 0.63 | 0.61 |
| Hex | DA | AA | 5C | 0 | 16 | 3A | F | 25 | 3F | 3D |
| Octal | 332 | 252 | 134 | 0 | 26 | 72 | 17 | 45 | 77 | 75 |
| Binary | 11011010 | 10101010 | 1011100 | 0 | 10110 | 111010 | 1111 | 100101 | 111111 | 111101 |
Color Harmonies of #DAAA5C
Complementary color
Monochromatic Colors of #DAAA5C
Black with #DAAA5C
Text Example
Text Example
White with #DAAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA5C; }
p { color: rgb(218,170,92); }
H1.HeaderClassName
{
color: #DAAA5C;
}
.AnyTagClassName
{
color: #DAAA5C;
}
</style>
background-color css
<style>
a { background-color: #DAAA5C; }
a { background-color: rgb(218,170,92); }
div.DivClassName
{
background-color: #DAAA5C;
}
.BgClassName
{
background-color: #DAAA5C;
}
</style>
border-color css
<style>
span { border-color: #DAAA5C; }
span { border-color: rgb(218,170,92); }
td.TdClassName
{
border-color: #DAAA5C;
}
.TagClassName
{
border-color: #DAAA5C;
}
</style>