Shades of Apache #DAA45A
Tints of Apache #DAA45A
RGB
CMYK
RGB Variations
Color information
#DAA45A (or 0xDAA45A) is known color: Apache. HEX triplet: DA, A4 and 5A. RGB value is (218,164,90). Sum of RGB (Red+Green+Blue) = 218+164+90=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA45A is #255BA5. Grayscale: #ACACAC. Windows color (decimal): -2448294 or 5940442. OLE color: 5940442.
HSL color Cylindrical-coordinate representation of color #DAA45A: hue angle of 34.69º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAA45A is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 90 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.15 |
| HSL | 34.69º | 0.63% | 0.6% | - |
| HSV(B) | 34.69º | 0.59% | 0.85% | - |
| XYZ | 44.03 | 42.19 | 15.5 | - |
| YUV | 171.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 90 | 0 | 0.25 | 0.59 | 0.15 | 34.69 | 0.63 | 0.6 |
| Hex | DA | A4 | 5A | 0 | 19 | 3B | F | 23 | 3F | 3C |
| Octal | 332 | 244 | 132 | 0 | 31 | 73 | 17 | 43 | 77 | 74 |
| Binary | 11011010 | 10100100 | 1011010 | 0 | 11001 | 111011 | 1111 | 100011 | 111111 | 111100 |
Color Harmonies of #DAA45A
Complementary color
Monochromatic Colors of #DAA45A
Black with #DAA45A
Text Example
Text Example
White with #DAA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA45A; }
p { color: rgb(218,164,90); }
H1.HeaderClassName
{
color: #DAA45A;
}
.AnyTagClassName
{
color: #DAA45A;
}
</style>
background-color css
<style>
a { background-color: #DAA45A; }
a { background-color: rgb(218,164,90); }
div.DivClassName
{
background-color: #DAA45A;
}
.BgClassName
{
background-color: #DAA45A;
}
</style>
border-color css
<style>
span { border-color: #DAA45A; }
span { border-color: rgb(218,164,90); }
td.TdClassName
{
border-color: #DAA45A;
}
.TagClassName
{
border-color: #DAA45A;
}
</style>