Shades of Apache #D1A957
Tints of Apache #D1A957
RGB
CMYK
RGB Variations
Color information
#D1A957 (or 0xD1A957) is known color: Apache. HEX triplet: D1, A9 and 57. RGB value is (209,169,87). Sum of RGB (Red+Green+Blue) = 209+169+87=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A957 is #2E56A8. Grayscale: #ABABAB. Windows color (decimal): -3036841 or 5745105. OLE color: 5745105.
HSL color Cylindrical-coordinate representation of color #D1A957: hue angle of 40.33º 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 #D1A957 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 87 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.18 |
| HSL | 40.33º | 0.57% | 0.58% | - |
| HSV(B) | 40.33º | 0.58% | 0.82% | - |
| XYZ | 42.2 | 42.62 | 15.02 | - |
| YUV | 171.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 87 | 0 | 0.19 | 0.58 | 0.18 | 40.33 | 0.57 | 0.58 |
| Hex | D1 | A9 | 57 | 0 | 13 | 3A | 12 | 28 | 39 | 3A |
| Octal | 321 | 251 | 127 | 0 | 23 | 72 | 22 | 50 | 71 | 72 |
| Binary | 11010001 | 10101001 | 1010111 | 0 | 10011 | 111010 | 10010 | 101000 | 111001 | 111010 |
Color Harmonies of #D1A957
Complementary color
Monochromatic Colors of #D1A957
Black with #D1A957
Text Example
Text Example
White with #D1A957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A957; }
p { color: rgb(209,169,87); }
H1.HeaderClassName
{
color: #D1A957;
}
.AnyTagClassName
{
color: #D1A957;
}
</style>
background-color css
<style>
a { background-color: #D1A957; }
a { background-color: rgb(209,169,87); }
div.DivClassName
{
background-color: #D1A957;
}
.BgClassName
{
background-color: #D1A957;
}
</style>
border-color css
<style>
span { border-color: #D1A957; }
span { border-color: rgb(209,169,87); }
td.TdClassName
{
border-color: #D1A957;
}
.TagClassName
{
border-color: #D1A957;
}
</style>