Shades of Apache #DAA763
Tints of Apache #DAA763
RGB
CMYK
RGB Variations
Color information
#DAA763 (or 0xDAA763) is known color: Apache. HEX triplet: DA, A7 and 63. RGB value is (218,167,99). Sum of RGB (Red+Green+Blue) = 218+167+99=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA763 is #25589C. Grayscale: #AEAEAE. Windows color (decimal): -2447517 or 6531034. OLE color: 6531034.
HSL color Cylindrical-coordinate representation of color #DAA763: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAA763 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 99 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.15 |
| HSL | 34.29º | 0.62% | 0.62% | - |
| HSV(B) | 34.29º | 0.55% | 0.85% | - |
| XYZ | 44.98 | 43.44 | 17.82 | - |
| YUV | 174.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 99 | 0 | 0.23 | 0.55 | 0.15 | 34.29 | 0.62 | 0.62 |
| Hex | DA | A7 | 63 | 0 | 17 | 37 | F | 22 | 3E | 3E |
| Octal | 332 | 247 | 143 | 0 | 27 | 67 | 17 | 42 | 76 | 76 |
| Binary | 11011010 | 10100111 | 1100011 | 0 | 10111 | 110111 | 1111 | 100010 | 111110 | 111110 |
Color Harmonies of #DAA763
Complementary color
Monochromatic Colors of #DAA763
Black with #DAA763
Text Example
Text Example
White with #DAA763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA763; }
p { color: rgb(218,167,99); }
H1.HeaderClassName
{
color: #DAA763;
}
.AnyTagClassName
{
color: #DAA763;
}
</style>
background-color css
<style>
a { background-color: #DAA763; }
a { background-color: rgb(218,167,99); }
div.DivClassName
{
background-color: #DAA763;
}
.BgClassName
{
background-color: #DAA763;
}
</style>
border-color css
<style>
span { border-color: #DAA763; }
span { border-color: rgb(218,167,99); }
td.TdClassName
{
border-color: #DAA763;
}
.TagClassName
{
border-color: #DAA763;
}
</style>