Shades of Apache #DAAA5D
Tints of Apache #DAAA5D
RGB
CMYK
RGB Variations
Color information
#DAAA5D (or 0xDAAA5D) is known color: Apache. HEX triplet: DA, AA and 5D. RGB value is (218,170,93). Sum of RGB (Red+Green+Blue) = 218+170+93=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA5D is #2555A2. Grayscale: #AFAFAF. Windows color (decimal): -2446755 or 6138586. OLE color: 6138586.
HSL color Cylindrical-coordinate representation of color #DAAA5D: hue angle of 36.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAAA5D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 93 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.15 |
| HSL | 36.96º | 0.63% | 0.61% | - |
| HSV(B) | 36.96º | 0.57% | 0.85% | - |
| XYZ | 45.26 | 44.45 | 16.55 | - |
| YUV | 175.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 93 | 0 | 0.22 | 0.57 | 0.15 | 36.96 | 0.63 | 0.61 |
| Hex | DA | AA | 5D | 0 | 16 | 39 | F | 25 | 3F | 3D |
| Octal | 332 | 252 | 135 | 0 | 26 | 71 | 17 | 45 | 77 | 75 |
| Binary | 11011010 | 10101010 | 1011101 | 0 | 10110 | 111001 | 1111 | 100101 | 111111 | 111101 |
Color Harmonies of #DAAA5D
Complementary color
Monochromatic Colors of #DAAA5D
Black with #DAAA5D
Text Example
Text Example
White with #DAAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA5D; }
p { color: rgb(218,170,93); }
H1.HeaderClassName
{
color: #DAAA5D;
}
.AnyTagClassName
{
color: #DAAA5D;
}
</style>
background-color css
<style>
a { background-color: #DAAA5D; }
a { background-color: rgb(218,170,93); }
div.DivClassName
{
background-color: #DAAA5D;
}
.BgClassName
{
background-color: #DAAA5D;
}
</style>
border-color css
<style>
span { border-color: #DAAA5D; }
span { border-color: rgb(218,170,93); }
td.TdClassName
{
border-color: #DAAA5D;
}
.TagClassName
{
border-color: #DAAA5D;
}
</style>