Shades of Apache #D19F62
Tints of Apache #D19F62
RGB
CMYK
RGB Variations
Color information
#D19F62 (or 0xD19F62) is known color: Apache. HEX triplet: D1, 9F and 62. RGB value is (209,159,98). Sum of RGB (Red+Green+Blue) = 209+159+98=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F62 is #2E609D. Grayscale: #A7A7A7. Windows color (decimal): -3039390 or 6463441. OLE color: 6463441.
HSL color Cylindrical-coordinate representation of color #D19F62: hue angle of 32.97º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D19F62 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 98 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.18 |
| HSL | 32.97º | 0.55% | 0.6% | - |
| HSV(B) | 32.97º | 0.53% | 0.82% | - |
| XYZ | 40.9 | 39.23 | 16.97 | - |
| YUV | 167 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 98 | 0 | 0.24 | 0.53 | 0.18 | 32.97 | 0.55 | 0.6 |
| Hex | D1 | 9F | 62 | 0 | 18 | 35 | 12 | 21 | 37 | 3C |
| Octal | 321 | 237 | 142 | 0 | 30 | 65 | 22 | 41 | 67 | 74 |
| Binary | 11010001 | 10011111 | 1100010 | 0 | 11000 | 110101 | 10010 | 100001 | 110111 | 111100 |
Color Harmonies of #D19F62
Complementary color
Monochromatic Colors of #D19F62
Black with #D19F62
Text Example
Text Example
White with #D19F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F62; }
p { color: rgb(209,159,98); }
H1.HeaderClassName
{
color: #D19F62;
}
.AnyTagClassName
{
color: #D19F62;
}
</style>
background-color css
<style>
a { background-color: #D19F62; }
a { background-color: rgb(209,159,98); }
div.DivClassName
{
background-color: #D19F62;
}
.BgClassName
{
background-color: #D19F62;
}
</style>
border-color css
<style>
span { border-color: #D19F62; }
span { border-color: rgb(209,159,98); }
td.TdClassName
{
border-color: #D19F62;
}
.TagClassName
{
border-color: #D19F62;
}
</style>