Shades of Apache #D5A657
Tints of Apache #D5A657
RGB
CMYK
RGB Variations
Color information
#D5A657 (or 0xD5A657) is known color: Apache. HEX triplet: D5, A6 and 57. RGB value is (213,166,87). Sum of RGB (Red+Green+Blue) = 213+166+87=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A657 is #2A59A8. Grayscale: #ABABAB. Windows color (decimal): -2775465 or 5744341. OLE color: 5744341.
HSL color Cylindrical-coordinate representation of color #D5A657: hue angle of 37.62º 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 #D5A657 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 87 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.16 |
| HSL | 37.62º | 0.6% | 0.59% | - |
| HSV(B) | 37.62º | 0.59% | 0.84% | - |
| XYZ | 42.8 | 42.11 | 14.89 | - |
| YUV | 171.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 87 | 0 | 0.22 | 0.59 | 0.16 | 37.62 | 0.6 | 0.59 |
| Hex | D5 | A6 | 57 | 0 | 16 | 3B | 10 | 26 | 3C | 3B |
| Octal | 325 | 246 | 127 | 0 | 26 | 73 | 20 | 46 | 74 | 73 |
| Binary | 11010101 | 10100110 | 1010111 | 0 | 10110 | 111011 | 10000 | 100110 | 111100 | 111011 |
Color Harmonies of #D5A657
Complementary color
Monochromatic Colors of #D5A657
Black with #D5A657
Text Example
Text Example
White with #D5A657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A657; }
p { color: rgb(213,166,87); }
H1.HeaderClassName
{
color: #D5A657;
}
.AnyTagClassName
{
color: #D5A657;
}
</style>
background-color css
<style>
a { background-color: #D5A657; }
a { background-color: rgb(213,166,87); }
div.DivClassName
{
background-color: #D5A657;
}
.BgClassName
{
background-color: #D5A657;
}
</style>
border-color css
<style>
span { border-color: #D5A657; }
span { border-color: rgb(213,166,87); }
td.TdClassName
{
border-color: #D5A657;
}
.TagClassName
{
border-color: #D5A657;
}
</style>