Shades of Apache #DAA75D
Tints of Apache #DAA75D
RGB
CMYK
RGB Variations
Color information
#DAA75D (or 0xDAA75D) is known color: Apache. HEX triplet: DA, A7 and 5D. RGB value is (218,167,93). Sum of RGB (Red+Green+Blue) = 218+167+93=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA75D is #2558A2. Grayscale: #AEAEAE. Windows color (decimal): -2447523 or 6137818. OLE color: 6137818.
HSL color Cylindrical-coordinate representation of color #DAA75D: hue angle of 35.52º 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 #DAA75D is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 93 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.15 |
| HSL | 35.52º | 0.63% | 0.61% | - |
| HSV(B) | 35.52º | 0.57% | 0.85% | - |
| XYZ | 44.71 | 43.33 | 16.36 | - |
| YUV | 173.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 93 | 0 | 0.23 | 0.57 | 0.15 | 35.52 | 0.63 | 0.61 |
| Hex | DA | A7 | 5D | 0 | 17 | 39 | F | 24 | 3F | 3D |
| Octal | 332 | 247 | 135 | 0 | 27 | 71 | 17 | 44 | 77 | 75 |
| Binary | 11011010 | 10100111 | 1011101 | 0 | 10111 | 111001 | 1111 | 100100 | 111111 | 111101 |
Color Harmonies of #DAA75D
Complementary color
Monochromatic Colors of #DAA75D
Black with #DAA75D
Text Example
Text Example
White with #DAA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA75D; }
p { color: rgb(218,167,93); }
H1.HeaderClassName
{
color: #DAA75D;
}
.AnyTagClassName
{
color: #DAA75D;
}
</style>
background-color css
<style>
a { background-color: #DAA75D; }
a { background-color: rgb(218,167,93); }
div.DivClassName
{
background-color: #DAA75D;
}
.BgClassName
{
background-color: #DAA75D;
}
</style>
border-color css
<style>
span { border-color: #DAA75D; }
span { border-color: rgb(218,167,93); }
td.TdClassName
{
border-color: #DAA75D;
}
.TagClassName
{
border-color: #DAA75D;
}
</style>