Shades of Apache #D5A659
Tints of Apache #D5A659
RGB
CMYK
RGB Variations
Color information
#D5A659 (or 0xD5A659) is known color: Apache. HEX triplet: D5, A6 and 59. RGB value is (213,166,89). Sum of RGB (Red+Green+Blue) = 213+166+89=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A659 is #2A59A6. Grayscale: #ABABAB. Windows color (decimal): -2775463 or 5875413. OLE color: 5875413.
HSL color Cylindrical-coordinate representation of color #D5A659: hue angle of 37.26º 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 #D5A659 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 89 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.16 |
| HSL | 37.26º | 0.6% | 0.59% | - |
| HSV(B) | 37.26º | 0.58% | 0.84% | - |
| XYZ | 42.88 | 42.14 | 15.32 | - |
| YUV | 171.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 89 | 0 | 0.22 | 0.58 | 0.16 | 37.26 | 0.6 | 0.59 |
| Hex | D5 | A6 | 59 | 0 | 16 | 3A | 10 | 25 | 3C | 3B |
| Octal | 325 | 246 | 131 | 0 | 26 | 72 | 20 | 45 | 74 | 73 |
| Binary | 11010101 | 10100110 | 1011001 | 0 | 10110 | 111010 | 10000 | 100101 | 111100 | 111011 |
Color Harmonies of #D5A659
Complementary color
Monochromatic Colors of #D5A659
Black with #D5A659
Text Example
Text Example
White with #D5A659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A659; }
p { color: rgb(213,166,89); }
H1.HeaderClassName
{
color: #D5A659;
}
.AnyTagClassName
{
color: #D5A659;
}
</style>
background-color css
<style>
a { background-color: #D5A659; }
a { background-color: rgb(213,166,89); }
div.DivClassName
{
background-color: #D5A659;
}
.BgClassName
{
background-color: #D5A659;
}
</style>
border-color css
<style>
span { border-color: #D5A659; }
span { border-color: rgb(213,166,89); }
td.TdClassName
{
border-color: #D5A659;
}
.TagClassName
{
border-color: #D5A659;
}
</style>