Shades of Whiskey Sour #D18B5B
Tints of Whiskey Sour #D18B5B
RGB
CMYK
RGB Variations
Color information
#D18B5B (or 0xD18B5B) is known color: Whiskey Sour. HEX triplet: D1, 8B and 5B. RGB value is (209,139,91). Sum of RGB (Red+Green+Blue) = 209+139+91=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B5B is #2E74A4. Grayscale: #9A9A9A. Windows color (decimal): -3044517 or 5999569. OLE color: 5999569.
HSL color Cylindrical-coordinate representation of color #D18B5B: hue angle of 24.41º 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 #D18B5B is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 91 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.18 |
| HSL | 24.41º | 0.56% | 0.59% | - |
| HSV(B) | 24.41º | 0.56% | 0.82% | - |
| XYZ | 37.42 | 32.78 | 14.25 | - |
| YUV | 154.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 91 | 0 | 0.33 | 0.56 | 0.18 | 24.41 | 0.56 | 0.59 |
| Hex | D1 | 8B | 5B | 0 | 21 | 38 | 12 | 18 | 38 | 3B |
| Octal | 321 | 213 | 133 | 0 | 41 | 70 | 22 | 30 | 70 | 73 |
| Binary | 11010001 | 10001011 | 1011011 | 0 | 100001 | 111000 | 10010 | 11000 | 111000 | 111011 |
Color Harmonies of #D18B5B
Complementary color
Monochromatic Colors of #D18B5B
Black with #D18B5B
Text Example
Text Example
White with #D18B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B5B; }
p { color: rgb(209,139,91); }
H1.HeaderClassName
{
color: #D18B5B;
}
.AnyTagClassName
{
color: #D18B5B;
}
</style>
background-color css
<style>
a { background-color: #D18B5B; }
a { background-color: rgb(209,139,91); }
div.DivClassName
{
background-color: #D18B5B;
}
.BgClassName
{
background-color: #D18B5B;
}
</style>
border-color css
<style>
span { border-color: #D18B5B; }
span { border-color: rgb(209,139,91); }
td.TdClassName
{
border-color: #D18B5B;
}
.TagClassName
{
border-color: #D18B5B;
}
</style>