Shades of Apache #D19F59
Tints of Apache #D19F59
RGB
CMYK
RGB Variations
Color information
#D19F59 (or 0xD19F59) is known color: Apache. HEX triplet: D1, 9F and 59. RGB value is (209,159,89). Sum of RGB (Red+Green+Blue) = 209+159+89=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F59 is #2E60A6. Grayscale: #A6A6A6. Windows color (decimal): -3039399 or 5873617. OLE color: 5873617.
HSL color Cylindrical-coordinate representation of color #D19F59: hue angle of 35º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D19F59 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 89 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.18 |
| HSL | 35º | 0.57% | 0.58% | - |
| HSV(B) | 35º | 0.57% | 0.82% | - |
| XYZ | 40.5 | 39.07 | 14.86 | - |
| YUV | 165.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 89 | 0 | 0.24 | 0.57 | 0.18 | 35 | 0.57 | 0.58 |
| Hex | D1 | 9F | 59 | 0 | 18 | 39 | 12 | 23 | 39 | 3A |
| Octal | 321 | 237 | 131 | 0 | 30 | 71 | 22 | 43 | 71 | 72 |
| Binary | 11010001 | 10011111 | 1011001 | 0 | 11000 | 111001 | 10010 | 100011 | 111001 | 111010 |
Color Harmonies of #D19F59
Complementary color
Monochromatic Colors of #D19F59
Black with #D19F59
Text Example
Text Example
White with #D19F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F59; }
p { color: rgb(209,159,89); }
H1.HeaderClassName
{
color: #D19F59;
}
.AnyTagClassName
{
color: #D19F59;
}
</style>
background-color css
<style>
a { background-color: #D19F59; }
a { background-color: rgb(209,159,89); }
div.DivClassName
{
background-color: #D19F59;
}
.BgClassName
{
background-color: #D19F59;
}
</style>
border-color css
<style>
span { border-color: #D19F59; }
span { border-color: rgb(209,159,89); }
td.TdClassName
{
border-color: #D19F59;
}
.TagClassName
{
border-color: #D19F59;
}
</style>