Shades of Apache #D5A859
Tints of Apache #D5A859
RGB
CMYK
RGB Variations
Color information
#D5A859 (or 0xD5A859) is known color: Apache. HEX triplet: D5, A8 and 59. RGB value is (213,168,89). Sum of RGB (Red+Green+Blue) = 213+168+89=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A859 is #2A57A6. Grayscale: #ACACAC. Windows color (decimal): -2774951 or 5875925. OLE color: 5875925.
HSL color Cylindrical-coordinate representation of color #D5A859: hue angle of 38.23º 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 #D5A859 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 89 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.16 |
| HSL | 38.23º | 0.6% | 0.59% | - |
| HSV(B) | 38.23º | 0.58% | 0.84% | - |
| XYZ | 43.25 | 42.87 | 15.45 | - |
| YUV | 172.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 89 | 0 | 0.21 | 0.58 | 0.16 | 38.23 | 0.6 | 0.59 |
| Hex | D5 | A8 | 59 | 0 | 15 | 3A | 10 | 26 | 3C | 3B |
| Octal | 325 | 250 | 131 | 0 | 25 | 72 | 20 | 46 | 74 | 73 |
| Binary | 11010101 | 10101000 | 1011001 | 0 | 10101 | 111010 | 10000 | 100110 | 111100 | 111011 |
Color Harmonies of #D5A859
Complementary color
Monochromatic Colors of #D5A859
Black with #D5A859
Text Example
Text Example
White with #D5A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A859; }
p { color: rgb(213,168,89); }
H1.HeaderClassName
{
color: #D5A859;
}
.AnyTagClassName
{
color: #D5A859;
}
</style>
background-color css
<style>
a { background-color: #D5A859; }
a { background-color: rgb(213,168,89); }
div.DivClassName
{
background-color: #D5A859;
}
.BgClassName
{
background-color: #D5A859;
}
</style>
border-color css
<style>
span { border-color: #D5A859; }
span { border-color: rgb(213,168,89); }
td.TdClassName
{
border-color: #D5A859;
}
.TagClassName
{
border-color: #D5A859;
}
</style>