Shades of Apache #D5A855
Tints of Apache #D5A855
RGB
CMYK
RGB Variations
Color information
#D5A855 (or 0xD5A855) is known color: Apache. HEX triplet: D5, A8 and 55. RGB value is (213,168,85). Sum of RGB (Red+Green+Blue) = 213+168+85=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A855 is #2A57AA. Grayscale: #ACACAC. Windows color (decimal): -2774955 or 5613781. OLE color: 5613781.
HSL color Cylindrical-coordinate representation of color #D5A855: hue angle of 38.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5A855 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 85 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.16 |
| HSL | 38.91º | 0.6% | 0.58% | - |
| HSV(B) | 38.91º | 0.6% | 0.84% | - |
| XYZ | 43.08 | 42.81 | 14.59 | - |
| YUV | 171.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 85 | 0 | 0.21 | 0.60 | 0.16 | 38.91 | 0.6 | 0.58 |
| Hex | D5 | A8 | 55 | 0 | 15 | 3C | 10 | 27 | 3C | 3A |
| Octal | 325 | 250 | 125 | 0 | 25 | 74 | 20 | 47 | 74 | 72 |
| Binary | 11010101 | 10101000 | 1010101 | 0 | 10101 | 111100 | 10000 | 100111 | 111100 | 111010 |
Color Harmonies of #D5A855
Complementary color
Monochromatic Colors of #D5A855
Black with #D5A855
Text Example
Text Example
White with #D5A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A855; }
p { color: rgb(213,168,85); }
H1.HeaderClassName
{
color: #D5A855;
}
.AnyTagClassName
{
color: #D5A855;
}
</style>
background-color css
<style>
a { background-color: #D5A855; }
a { background-color: rgb(213,168,85); }
div.DivClassName
{
background-color: #D5A855;
}
.BgClassName
{
background-color: #D5A855;
}
</style>
border-color css
<style>
span { border-color: #D5A855; }
span { border-color: rgb(213,168,85); }
td.TdClassName
{
border-color: #D5A855;
}
.TagClassName
{
border-color: #D5A855;
}
</style>