Shades of Apache #D1A255
Tints of Apache #D1A255
RGB
CMYK
RGB Variations
Color information
#D1A255 (or 0xD1A255) is known color: Apache. HEX triplet: D1, A2 and 55. RGB value is (209,162,85). Sum of RGB (Red+Green+Blue) = 209+162+85=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A255 is #2E5DAA. Grayscale: #A7A7A7. Windows color (decimal): -3038635 or 5612241. OLE color: 5612241.
HSL color Cylindrical-coordinate representation of color #D1A255: hue angle of 37.26º 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 #D1A255 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 85 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.18 |
| HSL | 37.26º | 0.57% | 0.58% | - |
| HSV(B) | 37.26º | 0.59% | 0.82% | - |
| XYZ | 40.85 | 40.05 | 14.17 | - |
| YUV | 167.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 85 | 0 | 0.22 | 0.59 | 0.18 | 37.26 | 0.57 | 0.58 |
| Hex | D1 | A2 | 55 | 0 | 16 | 3B | 12 | 25 | 39 | 3A |
| Octal | 321 | 242 | 125 | 0 | 26 | 73 | 22 | 45 | 71 | 72 |
| Binary | 11010001 | 10100010 | 1010101 | 0 | 10110 | 111011 | 10010 | 100101 | 111001 | 111010 |
Color Harmonies of #D1A255
Complementary color
Monochromatic Colors of #D1A255
Black with #D1A255
Text Example
Text Example
White with #D1A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A255; }
p { color: rgb(209,162,85); }
H1.HeaderClassName
{
color: #D1A255;
}
.AnyTagClassName
{
color: #D1A255;
}
</style>
background-color css
<style>
a { background-color: #D1A255; }
a { background-color: rgb(209,162,85); }
div.DivClassName
{
background-color: #D1A255;
}
.BgClassName
{
background-color: #D1A255;
}
</style>
border-color css
<style>
span { border-color: #D1A255; }
span { border-color: rgb(209,162,85); }
td.TdClassName
{
border-color: #D1A255;
}
.TagClassName
{
border-color: #D1A255;
}
</style>