Shades of Apache #D19E60
Tints of Apache #D19E60
RGB
CMYK
RGB Variations
Color information
#D19E60 (or 0xD19E60) is known color: Apache. HEX triplet: D1, 9E and 60. RGB value is (209,158,96). Sum of RGB (Red+Green+Blue) = 209+158+96=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19E60 is #2E619F. Grayscale: #A6A6A6. Windows color (decimal): -3039648 or 6332113. OLE color: 6332113.
HSL color Cylindrical-coordinate representation of color #D19E60: hue angle of 32.92º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D19E60 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 96 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.18 |
| HSL | 32.92º | 0.55% | 0.6% | - |
| HSV(B) | 32.92º | 0.54% | 0.82% | - |
| XYZ | 40.63 | 38.85 | 16.42 | - |
| YUV | 166.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 96 | 0 | 0.24 | 0.54 | 0.18 | 32.92 | 0.55 | 0.6 |
| Hex | D1 | 9E | 60 | 0 | 18 | 36 | 12 | 21 | 37 | 3C |
| Octal | 321 | 236 | 140 | 0 | 30 | 66 | 22 | 41 | 67 | 74 |
| Binary | 11010001 | 10011110 | 1100000 | 0 | 11000 | 110110 | 10010 | 100001 | 110111 | 111100 |
Color Harmonies of #D19E60
Complementary color
Monochromatic Colors of #D19E60
Black with #D19E60
Text Example
Text Example
White with #D19E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E60; }
p { color: rgb(209,158,96); }
H1.HeaderClassName
{
color: #D19E60;
}
.AnyTagClassName
{
color: #D19E60;
}
</style>
background-color css
<style>
a { background-color: #D19E60; }
a { background-color: rgb(209,158,96); }
div.DivClassName
{
background-color: #D19E60;
}
.BgClassName
{
background-color: #D19E60;
}
</style>
border-color css
<style>
span { border-color: #D19E60; }
span { border-color: rgb(209,158,96); }
td.TdClassName
{
border-color: #D19E60;
}
.TagClassName
{
border-color: #D19E60;
}
</style>