Shades of Whiskey #D18B66
Tints of Whiskey #D18B66
RGB
CMYK
RGB Variations
Color information
#D18B66 (or 0xD18B66) is known color: Whiskey. HEX triplet: D1, 8B and 66. RGB value is (209,139,102). Sum of RGB (Red+Green+Blue) = 209+139+102=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B66 is #2E7499. Grayscale: #9B9B9B. Windows color (decimal): -3044506 or 6720465. OLE color: 6720465.
HSL color Cylindrical-coordinate representation of color #D18B66: hue angle of 20.75º 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 #D18B66 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 102 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.18 |
| HSL | 20.75º | 0.54% | 0.61% | - |
| HSV(B) | 20.75º | 0.51% | 0.82% | - |
| XYZ | 37.93 | 32.98 | 16.94 | - |
| YUV | 155.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 102 | 0 | 0.33 | 0.51 | 0.18 | 20.75 | 0.54 | 0.61 |
| Hex | D1 | 8B | 66 | 0 | 21 | 33 | 12 | 15 | 36 | 3D |
| Octal | 321 | 213 | 146 | 0 | 41 | 63 | 22 | 25 | 66 | 75 |
| Binary | 11010001 | 10001011 | 1100110 | 0 | 100001 | 110011 | 10010 | 10101 | 110110 | 111101 |
Color Harmonies of #D18B66
Complementary color
Monochromatic Colors of #D18B66
Black with #D18B66
Text Example
Text Example
White with #D18B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B66; }
p { color: rgb(209,139,102); }
H1.HeaderClassName
{
color: #D18B66;
}
.AnyTagClassName
{
color: #D18B66;
}
</style>
background-color css
<style>
a { background-color: #D18B66; }
a { background-color: rgb(209,139,102); }
div.DivClassName
{
background-color: #D18B66;
}
.BgClassName
{
background-color: #D18B66;
}
</style>
border-color css
<style>
span { border-color: #D18B66; }
span { border-color: rgb(209,139,102); }
td.TdClassName
{
border-color: #D18B66;
}
.TagClassName
{
border-color: #D18B66;
}
</style>