Shades of Apache #D1AA57
Tints of Apache #D1AA57
RGB
CMYK
RGB Variations
Color information
#D1AA57 (or 0xD1AA57) is known color: Apache. HEX triplet: D1, AA and 57. RGB value is (209,170,87). Sum of RGB (Red+Green+Blue) = 209+170+87=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA57 is #2E55A8. Grayscale: #ACACAC. Windows color (decimal): -3036585 or 5745361. OLE color: 5745361.
HSL color Cylindrical-coordinate representation of color #D1AA57: hue angle of 40.82º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1AA57 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 87 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.18 |
| HSL | 40.82º | 0.57% | 0.58% | - |
| HSV(B) | 40.82º | 0.58% | 0.82% | - |
| XYZ | 42.39 | 42.99 | 15.08 | - |
| YUV | 172.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 87 | 0 | 0.19 | 0.58 | 0.18 | 40.82 | 0.57 | 0.58 |
| Hex | D1 | AA | 57 | 0 | 13 | 3A | 12 | 29 | 39 | 3A |
| Octal | 321 | 252 | 127 | 0 | 23 | 72 | 22 | 51 | 71 | 72 |
| Binary | 11010001 | 10101010 | 1010111 | 0 | 10011 | 111010 | 10010 | 101001 | 111001 | 111010 |
Color Harmonies of #D1AA57
Complementary color
Monochromatic Colors of #D1AA57
Black with #D1AA57
Text Example
Text Example
White with #D1AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA57; }
p { color: rgb(209,170,87); }
H1.HeaderClassName
{
color: #D1AA57;
}
.AnyTagClassName
{
color: #D1AA57;
}
</style>
background-color css
<style>
a { background-color: #D1AA57; }
a { background-color: rgb(209,170,87); }
div.DivClassName
{
background-color: #D1AA57;
}
.BgClassName
{
background-color: #D1AA57;
}
</style>
border-color css
<style>
span { border-color: #D1AA57; }
span { border-color: rgb(209,170,87); }
td.TdClassName
{
border-color: #D1AA57;
}
.TagClassName
{
border-color: #D1AA57;
}
</style>