Shades of Apache #DAA765
Tints of Apache #DAA765
RGB
CMYK
RGB Variations
Color information
#DAA765 (or 0xDAA765) is known color: Apache. HEX triplet: DA, A7 and 65. RGB value is (218,167,101). Sum of RGB (Red+Green+Blue) = 218+167+101=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA765 is #25589A. Grayscale: #AFAFAF. Windows color (decimal): -2447515 or 6662106. OLE color: 6662106.
HSL color Cylindrical-coordinate representation of color #DAA765: hue angle of 33.85º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAA765 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 101 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.15 |
| HSL | 33.85º | 0.61% | 0.63% | - |
| HSV(B) | 33.85º | 0.54% | 0.85% | - |
| XYZ | 45.08 | 43.48 | 18.33 | - |
| YUV | 174.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 101 | 0 | 0.23 | 0.54 | 0.15 | 33.85 | 0.61 | 0.63 |
| Hex | DA | A7 | 65 | 0 | 17 | 36 | F | 22 | 3D | 3F |
| Octal | 332 | 247 | 145 | 0 | 27 | 66 | 17 | 42 | 75 | 77 |
| Binary | 11011010 | 10100111 | 1100101 | 0 | 10111 | 110110 | 1111 | 100010 | 111101 | 111111 |
Color Harmonies of #DAA765
Complementary color
Monochromatic Colors of #DAA765
Black with #DAA765
Text Example
Text Example
White with #DAA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA765; }
p { color: rgb(218,167,101); }
H1.HeaderClassName
{
color: #DAA765;
}
.AnyTagClassName
{
color: #DAA765;
}
</style>
background-color css
<style>
a { background-color: #DAA765; }
a { background-color: rgb(218,167,101); }
div.DivClassName
{
background-color: #DAA765;
}
.BgClassName
{
background-color: #DAA765;
}
</style>
border-color css
<style>
span { border-color: #DAA765; }
span { border-color: rgb(218,167,101); }
td.TdClassName
{
border-color: #DAA765;
}
.TagClassName
{
border-color: #DAA765;
}
</style>