Shades of Apache #D5AF57
Tints of Apache #D5AF57
RGB
CMYK
RGB Variations
Color information
#D5AF57 (or 0xD5AF57) is known color: Apache. HEX triplet: D5, AF and 57. RGB value is (213,175,87). Sum of RGB (Red+Green+Blue) = 213+175+87=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF57 is #2A50A8. Grayscale: #B0B0B0. Windows color (decimal): -2773161 or 5746645. OLE color: 5746645.
HSL color Cylindrical-coordinate representation of color #D5AF57: hue angle of 41.9º 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 #D5AF57 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 87 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.16 |
| HSL | 41.9º | 0.6% | 0.59% | - |
| HSV(B) | 41.9º | 0.59% | 0.84% | - |
| XYZ | 44.49 | 45.49 | 15.45 | - |
| YUV | 176.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 87 | 0 | 0.18 | 0.59 | 0.16 | 41.9 | 0.6 | 0.59 |
| Hex | D5 | AF | 57 | 0 | 12 | 3B | 10 | 2A | 3C | 3B |
| Octal | 325 | 257 | 127 | 0 | 22 | 73 | 20 | 52 | 74 | 73 |
| Binary | 11010101 | 10101111 | 1010111 | 0 | 10010 | 111011 | 10000 | 101010 | 111100 | 111011 |
Color Harmonies of #D5AF57
Complementary color
Monochromatic Colors of #D5AF57
Black with #D5AF57
Text Example
Text Example
White with #D5AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF57; }
p { color: rgb(213,175,87); }
H1.HeaderClassName
{
color: #D5AF57;
}
.AnyTagClassName
{
color: #D5AF57;
}
</style>
background-color css
<style>
a { background-color: #D5AF57; }
a { background-color: rgb(213,175,87); }
div.DivClassName
{
background-color: #D5AF57;
}
.BgClassName
{
background-color: #D5AF57;
}
</style>
border-color css
<style>
span { border-color: #D5AF57; }
span { border-color: rgb(213,175,87); }
td.TdClassName
{
border-color: #D5AF57;
}
.TagClassName
{
border-color: #D5AF57;
}
</style>