Shades of Whiskey #D18B63
Tints of Whiskey #D18B63
RGB
CMYK
RGB Variations
Color information
#D18B63 (or 0xD18B63) is known color: Whiskey. HEX triplet: D1, 8B and 63. RGB value is (209,139,99). Sum of RGB (Red+Green+Blue) = 209+139+99=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B63 is #2E749C. Grayscale: #9B9B9B. Windows color (decimal): -3044509 or 6523857. OLE color: 6523857.
HSL color Cylindrical-coordinate representation of color #D18B63: hue angle of 21.82º degrees, saturation: 0.54, 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 #D18B63 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 99 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.18 |
| HSL | 21.82º | 0.54% | 0.6% | - |
| HSV(B) | 21.82º | 0.53% | 0.82% | - |
| XYZ | 37.78 | 32.92 | 16.17 | - |
| YUV | 155.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 99 | 0 | 0.33 | 0.53 | 0.18 | 21.82 | 0.54 | 0.6 |
| Hex | D1 | 8B | 63 | 0 | 21 | 35 | 12 | 16 | 36 | 3C |
| Octal | 321 | 213 | 143 | 0 | 41 | 65 | 22 | 26 | 66 | 74 |
| Binary | 11010001 | 10001011 | 1100011 | 0 | 100001 | 110101 | 10010 | 10110 | 110110 | 111100 |
Color Harmonies of #D18B63
Complementary color
Monochromatic Colors of #D18B63
Black with #D18B63
Text Example
Text Example
White with #D18B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B63; }
p { color: rgb(209,139,99); }
H1.HeaderClassName
{
color: #D18B63;
}
.AnyTagClassName
{
color: #D18B63;
}
</style>
background-color css
<style>
a { background-color: #D18B63; }
a { background-color: rgb(209,139,99); }
div.DivClassName
{
background-color: #D18B63;
}
.BgClassName
{
background-color: #D18B63;
}
</style>
border-color css
<style>
span { border-color: #D18B63; }
span { border-color: rgb(209,139,99); }
td.TdClassName
{
border-color: #D18B63;
}
.TagClassName
{
border-color: #D18B63;
}
</style>