Shades of Whiskey #D18B5D
Tints of Whiskey #D18B5D
RGB
CMYK
RGB Variations
Color information
#D18B5D (or 0xD18B5D) is known color: Whiskey. HEX triplet: D1, 8B and 5D. RGB value is (209,139,93). Sum of RGB (Red+Green+Blue) = 209+139+93=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B5D is #2E74A2. Grayscale: #9A9A9A. Windows color (decimal): -3044515 or 6130641. OLE color: 6130641.
HSL color Cylindrical-coordinate representation of color #D18B5D: hue angle of 23.79º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D18B5D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 93 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.18 |
| HSL | 23.79º | 0.56% | 0.59% | - |
| HSV(B) | 23.79º | 0.56% | 0.82% | - |
| XYZ | 37.5 | 32.81 | 14.71 | - |
| YUV | 154.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 93 | 0 | 0.33 | 0.56 | 0.18 | 23.79 | 0.56 | 0.59 |
| Hex | D1 | 8B | 5D | 0 | 21 | 38 | 12 | 18 | 38 | 3B |
| Octal | 321 | 213 | 135 | 0 | 41 | 70 | 22 | 30 | 70 | 73 |
| Binary | 11010001 | 10001011 | 1011101 | 0 | 100001 | 111000 | 10010 | 11000 | 111000 | 111011 |
Color Harmonies of #D18B5D
Complementary color
Monochromatic Colors of #D18B5D
Black with #D18B5D
Text Example
Text Example
White with #D18B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B5D; }
p { color: rgb(209,139,93); }
H1.HeaderClassName
{
color: #D18B5D;
}
.AnyTagClassName
{
color: #D18B5D;
}
</style>
background-color css
<style>
a { background-color: #D18B5D; }
a { background-color: rgb(209,139,93); }
div.DivClassName
{
background-color: #D18B5D;
}
.BgClassName
{
background-color: #D18B5D;
}
</style>
border-color css
<style>
span { border-color: #D18B5D; }
span { border-color: rgb(209,139,93); }
td.TdClassName
{
border-color: #D18B5D;
}
.TagClassName
{
border-color: #D18B5D;
}
</style>