Shades of Apache #D5A85B
Tints of Apache #D5A85B
RGB
CMYK
RGB Variations
Color information
#D5A85B (or 0xD5A85B) is known color: Apache. HEX triplet: D5, A8 and 5B. RGB value is (213,168,91). Sum of RGB (Red+Green+Blue) = 213+168+91=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A85B is #2A57A4. Grayscale: #ADADAD. Windows color (decimal): -2774949 or 6006997. OLE color: 6006997.
HSL color Cylindrical-coordinate representation of color #D5A85B: hue angle of 37.87º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5A85B is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 91 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.16 |
| HSL | 37.87º | 0.59% | 0.6% | - |
| HSV(B) | 37.87º | 0.57% | 0.84% | - |
| XYZ | 43.33 | 42.91 | 15.9 | - |
| YUV | 172.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 91 | 0 | 0.21 | 0.57 | 0.16 | 37.87 | 0.59 | 0.6 |
| Hex | D5 | A8 | 5B | 0 | 15 | 39 | 10 | 26 | 3B | 3C |
| Octal | 325 | 250 | 133 | 0 | 25 | 71 | 20 | 46 | 73 | 74 |
| Binary | 11010101 | 10101000 | 1011011 | 0 | 10101 | 111001 | 10000 | 100110 | 111011 | 111100 |
Color Harmonies of #D5A85B
Complementary color
Monochromatic Colors of #D5A85B
Black with #D5A85B
Text Example
Text Example
White with #D5A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A85B; }
p { color: rgb(213,168,91); }
H1.HeaderClassName
{
color: #D5A85B;
}
.AnyTagClassName
{
color: #D5A85B;
}
</style>
background-color css
<style>
a { background-color: #D5A85B; }
a { background-color: rgb(213,168,91); }
div.DivClassName
{
background-color: #D5A85B;
}
.BgClassName
{
background-color: #D5A85B;
}
</style>
border-color css
<style>
span { border-color: #D5A85B; }
span { border-color: rgb(213,168,91); }
td.TdClassName
{
border-color: #D5A85B;
}
.TagClassName
{
border-color: #D5A85B;
}
</style>