Shades of Apache #D5A557
Tints of Apache #D5A557
RGB
CMYK
RGB Variations
Color information
#D5A557 (or 0xD5A557) is known color: Apache. HEX triplet: D5, A5 and 57. RGB value is (213,165,87). Sum of RGB (Red+Green+Blue) = 213+165+87=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A557 is #2A5AA8. Grayscale: #AAAAAA. Windows color (decimal): -2775721 or 5744085. OLE color: 5744085.
HSL color Cylindrical-coordinate representation of color #D5A557: hue angle of 37.14º 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 #D5A557 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 87 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.16 |
| HSL | 37.14º | 0.6% | 0.59% | - |
| HSV(B) | 37.14º | 0.59% | 0.84% | - |
| XYZ | 42.62 | 41.74 | 14.83 | - |
| YUV | 170.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 87 | 0 | 0.23 | 0.59 | 0.16 | 37.14 | 0.6 | 0.59 |
| Hex | D5 | A5 | 57 | 0 | 17 | 3B | 10 | 25 | 3C | 3B |
| Octal | 325 | 245 | 127 | 0 | 27 | 73 | 20 | 45 | 74 | 73 |
| Binary | 11010101 | 10100101 | 1010111 | 0 | 10111 | 111011 | 10000 | 100101 | 111100 | 111011 |
Color Harmonies of #D5A557
Complementary color
Monochromatic Colors of #D5A557
Black with #D5A557
Text Example
Text Example
White with #D5A557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A557; }
p { color: rgb(213,165,87); }
H1.HeaderClassName
{
color: #D5A557;
}
.AnyTagClassName
{
color: #D5A557;
}
</style>
background-color css
<style>
a { background-color: #D5A557; }
a { background-color: rgb(213,165,87); }
div.DivClassName
{
background-color: #D5A557;
}
.BgClassName
{
background-color: #D5A557;
}
</style>
border-color css
<style>
span { border-color: #D5A557; }
span { border-color: rgb(213,165,87); }
td.TdClassName
{
border-color: #D5A557;
}
.TagClassName
{
border-color: #D5A557;
}
</style>