Shades of Apache #DAA75B
Tints of Apache #DAA75B
RGB
CMYK
RGB Variations
Color information
#DAA75B (or 0xDAA75B) is known color: Apache. HEX triplet: DA, A7 and 5B. RGB value is (218,167,91). Sum of RGB (Red+Green+Blue) = 218+167+91=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA75B is #2558A4. Grayscale: #ADADAD. Windows color (decimal): -2447525 or 6006746. OLE color: 6006746.
HSL color Cylindrical-coordinate representation of color #DAA75B: hue angle of 35.91º 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 #DAA75B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 91 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.15 |
| HSL | 35.91º | 0.63% | 0.61% | - |
| HSV(B) | 35.91º | 0.58% | 0.85% | - |
| XYZ | 44.62 | 43.3 | 15.9 | - |
| YUV | 173.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 91 | 0 | 0.23 | 0.58 | 0.15 | 35.91 | 0.63 | 0.61 |
| Hex | DA | A7 | 5B | 0 | 17 | 3A | F | 24 | 3F | 3D |
| Octal | 332 | 247 | 133 | 0 | 27 | 72 | 17 | 44 | 77 | 75 |
| Binary | 11011010 | 10100111 | 1011011 | 0 | 10111 | 111010 | 1111 | 100100 | 111111 | 111101 |
Color Harmonies of #DAA75B
Complementary color
Monochromatic Colors of #DAA75B
Black with #DAA75B
Text Example
Text Example
White with #DAA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA75B; }
p { color: rgb(218,167,91); }
H1.HeaderClassName
{
color: #DAA75B;
}
.AnyTagClassName
{
color: #DAA75B;
}
</style>
background-color css
<style>
a { background-color: #DAA75B; }
a { background-color: rgb(218,167,91); }
div.DivClassName
{
background-color: #DAA75B;
}
.BgClassName
{
background-color: #DAA75B;
}
</style>
border-color css
<style>
span { border-color: #DAA75B; }
span { border-color: rgb(218,167,91); }
td.TdClassName
{
border-color: #DAA75B;
}
.TagClassName
{
border-color: #DAA75B;
}
</style>