Shades of Apache #D5A857
Tints of Apache #D5A857
RGB
CMYK
RGB Variations
Color information
#D5A857 (or 0xD5A857) is known color: Apache. HEX triplet: D5, A8 and 57. RGB value is (213,168,87). Sum of RGB (Red+Green+Blue) = 213+168+87=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A857 is #2A57A8. Grayscale: #ACACAC. Windows color (decimal): -2774953 or 5744853. OLE color: 5744853.
HSL color Cylindrical-coordinate representation of color #D5A857: hue angle of 38.57º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5A857 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 87 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.16 |
| HSL | 38.57º | 0.6% | 0.59% | - |
| HSV(B) | 38.57º | 0.59% | 0.84% | - |
| XYZ | 43.16 | 42.84 | 15.01 | - |
| YUV | 172.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 87 | 0 | 0.21 | 0.59 | 0.16 | 38.57 | 0.6 | 0.59 |
| Hex | D5 | A8 | 57 | 0 | 15 | 3B | 10 | 27 | 3C | 3B |
| Octal | 325 | 250 | 127 | 0 | 25 | 73 | 20 | 47 | 74 | 73 |
| Binary | 11010101 | 10101000 | 1010111 | 0 | 10101 | 111011 | 10000 | 100111 | 111100 | 111011 |
Color Harmonies of #D5A857
Complementary color
Monochromatic Colors of #D5A857
Black with #D5A857
Text Example
Text Example
White with #D5A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A857; }
p { color: rgb(213,168,87); }
H1.HeaderClassName
{
color: #D5A857;
}
.AnyTagClassName
{
color: #D5A857;
}
</style>
background-color css
<style>
a { background-color: #D5A857; }
a { background-color: rgb(213,168,87); }
div.DivClassName
{
background-color: #D5A857;
}
.BgClassName
{
background-color: #D5A857;
}
</style>
border-color css
<style>
span { border-color: #D5A857; }
span { border-color: rgb(213,168,87); }
td.TdClassName
{
border-color: #D5A857;
}
.TagClassName
{
border-color: #D5A857;
}
</style>