Shades of Apache #D19F66
Tints of Apache #D19F66
RGB
CMYK
RGB Variations
Color information
#D19F66 (or 0xD19F66) is known color: Apache. HEX triplet: D1, 9F and 66. RGB value is (209,159,102). Sum of RGB (Red+Green+Blue) = 209+159+102=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F66 is #2E6099. Grayscale: #A7A7A7. Windows color (decimal): -3039386 or 6725585. OLE color: 6725585.
HSL color Cylindrical-coordinate representation of color #D19F66: hue angle of 31.96º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D19F66 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 102 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.18 |
| HSL | 31.96º | 0.54% | 0.61% | - |
| HSV(B) | 31.96º | 0.51% | 0.82% | - |
| XYZ | 41.09 | 39.31 | 17.99 | - |
| YUV | 167.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 102 | 0 | 0.24 | 0.51 | 0.18 | 31.96 | 0.54 | 0.61 |
| Hex | D1 | 9F | 66 | 0 | 18 | 33 | 12 | 20 | 36 | 3D |
| Octal | 321 | 237 | 146 | 0 | 30 | 63 | 22 | 40 | 66 | 75 |
| Binary | 11010001 | 10011111 | 1100110 | 0 | 11000 | 110011 | 10010 | 100000 | 110110 | 111101 |
Color Harmonies of #D19F66
Complementary color
Monochromatic Colors of #D19F66
Black with #D19F66
Text Example
Text Example
White with #D19F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F66; }
p { color: rgb(209,159,102); }
H1.HeaderClassName
{
color: #D19F66;
}
.AnyTagClassName
{
color: #D19F66;
}
</style>
background-color css
<style>
a { background-color: #D19F66; }
a { background-color: rgb(209,159,102); }
div.DivClassName
{
background-color: #D19F66;
}
.BgClassName
{
background-color: #D19F66;
}
</style>
border-color css
<style>
span { border-color: #D19F66; }
span { border-color: rgb(209,159,102); }
td.TdClassName
{
border-color: #D19F66;
}
.TagClassName
{
border-color: #D19F66;
}
</style>