Shades of Apache #D1A156
Tints of Apache #D1A156
RGB
CMYK
RGB Variations
Color information
#D1A156 (or 0xD1A156) is known color: Apache. HEX triplet: D1, A1 and 56. RGB value is (209,161,86). Sum of RGB (Red+Green+Blue) = 209+161+86=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A156 is #2E5EA9. Grayscale: #A7A7A7. Windows color (decimal): -3038890 or 5677521. OLE color: 5677521.
HSL color Cylindrical-coordinate representation of color #D1A156: hue angle of 36.59º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1A156 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 86 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.18 |
| HSL | 36.59º | 0.57% | 0.58% | - |
| HSV(B) | 36.59º | 0.59% | 0.82% | - |
| XYZ | 40.72 | 39.72 | 14.32 | - |
| YUV | 166.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 86 | 0 | 0.23 | 0.59 | 0.18 | 36.59 | 0.57 | 0.58 |
| Hex | D1 | A1 | 56 | 0 | 17 | 3B | 12 | 25 | 39 | 3A |
| Octal | 321 | 241 | 126 | 0 | 27 | 73 | 22 | 45 | 71 | 72 |
| Binary | 11010001 | 10100001 | 1010110 | 0 | 10111 | 111011 | 10010 | 100101 | 111001 | 111010 |
Color Harmonies of #D1A156
Complementary color
Monochromatic Colors of #D1A156
Black with #D1A156
Text Example
Text Example
White with #D1A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A156; }
p { color: rgb(209,161,86); }
H1.HeaderClassName
{
color: #D1A156;
}
.AnyTagClassName
{
color: #D1A156;
}
</style>
background-color css
<style>
a { background-color: #D1A156; }
a { background-color: rgb(209,161,86); }
div.DivClassName
{
background-color: #D1A156;
}
.BgClassName
{
background-color: #D1A156;
}
</style>
border-color css
<style>
span { border-color: #D1A156; }
span { border-color: rgb(209,161,86); }
td.TdClassName
{
border-color: #D1A156;
}
.TagClassName
{
border-color: #D1A156;
}
</style>