Shades of Apache #D5A059
Tints of Apache #D5A059
RGB
CMYK
RGB Variations
Color information
#D5A059 (or 0xD5A059) is known color: Apache. HEX triplet: D5, A0 and 59. RGB value is (213,160,89). Sum of RGB (Red+Green+Blue) = 213+160+89=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A059 is #2A5FA6. Grayscale: #A8A8A8. Windows color (decimal): -2776999 or 5873877. OLE color: 5873877.
HSL color Cylindrical-coordinate representation of color #D5A059: hue angle of 34.35º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5A059 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 89 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.16 |
| HSL | 34.35º | 0.6% | 0.59% | - |
| HSV(B) | 34.35º | 0.58% | 0.84% | - |
| XYZ | 41.81 | 40.01 | 14.97 | - |
| YUV | 167.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 89 | 0 | 0.25 | 0.58 | 0.16 | 34.35 | 0.6 | 0.59 |
| Hex | D5 | A0 | 59 | 0 | 19 | 3A | 10 | 22 | 3C | 3B |
| Octal | 325 | 240 | 131 | 0 | 31 | 72 | 20 | 42 | 74 | 73 |
| Binary | 11010101 | 10100000 | 1011001 | 0 | 11001 | 111010 | 10000 | 100010 | 111100 | 111011 |
Color Harmonies of #D5A059
Complementary color
Monochromatic Colors of #D5A059
Black with #D5A059
Text Example
Text Example
White with #D5A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A059; }
p { color: rgb(213,160,89); }
H1.HeaderClassName
{
color: #D5A059;
}
.AnyTagClassName
{
color: #D5A059;
}
</style>
background-color css
<style>
a { background-color: #D5A059; }
a { background-color: rgb(213,160,89); }
div.DivClassName
{
background-color: #D5A059;
}
.BgClassName
{
background-color: #D5A059;
}
</style>
border-color css
<style>
span { border-color: #D5A059; }
span { border-color: rgb(213,160,89); }
td.TdClassName
{
border-color: #D5A059;
}
.TagClassName
{
border-color: #D5A059;
}
</style>