Shades of Apache #D19E55
Tints of Apache #D19E55
RGB
CMYK
RGB Variations
Color information
#D19E55 (or 0xD19E55) is known color: Apache. HEX triplet: D1, 9E and 55. RGB value is (209,158,85). Sum of RGB (Red+Green+Blue) = 209+158+85=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19E55 is #2E61AA. Grayscale: #A5A5A5. Windows color (decimal): -3039659 or 5611217. OLE color: 5611217.
HSL color Cylindrical-coordinate representation of color #D19E55: hue angle of 35.32º 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 #D19E55 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 85 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.18 |
| HSL | 35.32º | 0.57% | 0.58% | - |
| HSV(B) | 35.32º | 0.59% | 0.82% | - |
| XYZ | 40.16 | 38.66 | 13.94 | - |
| YUV | 164.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 85 | 0 | 0.24 | 0.59 | 0.18 | 35.32 | 0.57 | 0.58 |
| Hex | D1 | 9E | 55 | 0 | 18 | 3B | 12 | 23 | 39 | 3A |
| Octal | 321 | 236 | 125 | 0 | 30 | 73 | 22 | 43 | 71 | 72 |
| Binary | 11010001 | 10011110 | 1010101 | 0 | 11000 | 111011 | 10010 | 100011 | 111001 | 111010 |
Color Harmonies of #D19E55
Complementary color
Monochromatic Colors of #D19E55
Black with #D19E55
Text Example
Text Example
White with #D19E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E55; }
p { color: rgb(209,158,85); }
H1.HeaderClassName
{
color: #D19E55;
}
.AnyTagClassName
{
color: #D19E55;
}
</style>
background-color css
<style>
a { background-color: #D19E55; }
a { background-color: rgb(209,158,85); }
div.DivClassName
{
background-color: #D19E55;
}
.BgClassName
{
background-color: #D19E55;
}
</style>
border-color css
<style>
span { border-color: #D19E55; }
span { border-color: rgb(209,158,85); }
td.TdClassName
{
border-color: #D19E55;
}
.TagClassName
{
border-color: #D19E55;
}
</style>