Shades of Apache #D5A95E
Tints of Apache #D5A95E
RGB
CMYK
RGB Variations
Color information
#D5A95E (or 0xD5A95E) is known color: Apache. HEX triplet: D5, A9 and 5E. RGB value is (213,169,94). Sum of RGB (Red+Green+Blue) = 213+169+94=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A95E is #2A56A1. Grayscale: #ADADAD. Windows color (decimal): -2774690 or 6203861. OLE color: 6203861.
HSL color Cylindrical-coordinate representation of color #D5A95E: hue angle of 37.82º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5A95E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 94 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.16 |
| HSL | 37.82º | 0.59% | 0.6% | - |
| HSV(B) | 37.82º | 0.56% | 0.84% | - |
| XYZ | 43.65 | 43.33 | 16.65 | - |
| YUV | 173.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 94 | 0 | 0.21 | 0.56 | 0.16 | 37.82 | 0.59 | 0.6 |
| Hex | D5 | A9 | 5E | 0 | 15 | 38 | 10 | 26 | 3B | 3C |
| Octal | 325 | 251 | 136 | 0 | 25 | 70 | 20 | 46 | 73 | 74 |
| Binary | 11010101 | 10101001 | 1011110 | 0 | 10101 | 111000 | 10000 | 100110 | 111011 | 111100 |
Color Harmonies of #D5A95E
Complementary color
Monochromatic Colors of #D5A95E
Black with #D5A95E
Text Example
Text Example
White with #D5A95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A95E; }
p { color: rgb(213,169,94); }
H1.HeaderClassName
{
color: #D5A95E;
}
.AnyTagClassName
{
color: #D5A95E;
}
</style>
background-color css
<style>
a { background-color: #D5A95E; }
a { background-color: rgb(213,169,94); }
div.DivClassName
{
background-color: #D5A95E;
}
.BgClassName
{
background-color: #D5A95E;
}
</style>
border-color css
<style>
span { border-color: #D5A95E; }
span { border-color: rgb(213,169,94); }
td.TdClassName
{
border-color: #D5A95E;
}
.TagClassName
{
border-color: #D5A95E;
}
</style>