Shades of Whiskey #D19666
Tints of Whiskey #D19666
RGB
CMYK
RGB Variations
Color information
#D19666 (or 0xD19666) is known color: Whiskey. HEX triplet: D1, 96 and 66. RGB value is (209,150,102). Sum of RGB (Red+Green+Blue) = 209+150+102=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D19666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19666 is #2E6999. Grayscale: #A2A2A2. Windows color (decimal): -3041690 or 6723281. OLE color: 6723281.
HSL color Cylindrical-coordinate representation of color #D19666: hue angle of 26.92º 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 #D19666 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 102 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.18 |
| HSL | 26.92º | 0.54% | 0.61% | - |
| HSV(B) | 26.92º | 0.51% | 0.82% | - |
| XYZ | 39.6 | 36.33 | 17.5 | - |
| YUV | 162.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 102 | 0 | 0.28 | 0.51 | 0.18 | 26.92 | 0.54 | 0.61 |
| Hex | D1 | 96 | 66 | 0 | 1C | 33 | 12 | 1B | 36 | 3D |
| Octal | 321 | 226 | 146 | 0 | 34 | 63 | 22 | 33 | 66 | 75 |
| Binary | 11010001 | 10010110 | 1100110 | 0 | 11100 | 110011 | 10010 | 11011 | 110110 | 111101 |
Color Harmonies of #D19666
Complementary color
Monochromatic Colors of #D19666
Black with #D19666
Text Example
Text Example
White with #D19666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19666; }
p { color: rgb(209,150,102); }
H1.HeaderClassName
{
color: #D19666;
}
.AnyTagClassName
{
color: #D19666;
}
</style>
background-color css
<style>
a { background-color: #D19666; }
a { background-color: rgb(209,150,102); }
div.DivClassName
{
background-color: #D19666;
}
.BgClassName
{
background-color: #D19666;
}
</style>
border-color css
<style>
span { border-color: #D19666; }
span { border-color: rgb(209,150,102); }
td.TdClassName
{
border-color: #D19666;
}
.TagClassName
{
border-color: #D19666;
}
</style>