Shades of Whiskey Sour #DB8D5B
Tints of Whiskey Sour #DB8D5B
RGB
CMYK
RGB Variations
Color information
#DB8D5B (or 0xDB8D5B) is known color: Whiskey Sour. HEX triplet: DB, 8D and 5B. RGB value is (219,141,91). Sum of RGB (Red+Green+Blue) = 219+141+91=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D5B is #2472A4. Grayscale: #9E9E9E. Windows color (decimal): -2388645 or 6000091. OLE color: 6000091.
HSL color Cylindrical-coordinate representation of color #DB8D5B: hue angle of 23.44º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB8D5B is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 91 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.14 |
| HSL | 23.44º | 0.64% | 0.61% | - |
| HSV(B) | 23.44º | 0.58% | 0.86% | - |
| XYZ | 40.63 | 34.87 | 14.49 | - |
| YUV | 158.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 91 | 0 | 0.36 | 0.58 | 0.14 | 23.44 | 0.64 | 0.61 |
| Hex | DB | 8D | 5B | 0 | 24 | 3A | E | 17 | 40 | 3D |
| Octal | 333 | 215 | 133 | 0 | 44 | 72 | 16 | 27 | 100 | 75 |
| Binary | 11011011 | 10001101 | 1011011 | 0 | 100100 | 111010 | 1110 | 10111 | 1000000 | 111101 |
Color Harmonies of #DB8D5B
Complementary color
Monochromatic Colors of #DB8D5B
Black with #DB8D5B
Text Example
Text Example
White with #DB8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D5B; }
p { color: rgb(219,141,91); }
H1.HeaderClassName
{
color: #DB8D5B;
}
.AnyTagClassName
{
color: #DB8D5B;
}
</style>
background-color css
<style>
a { background-color: #DB8D5B; }
a { background-color: rgb(219,141,91); }
div.DivClassName
{
background-color: #DB8D5B;
}
.BgClassName
{
background-color: #DB8D5B;
}
</style>
border-color css
<style>
span { border-color: #DB8D5B; }
span { border-color: rgb(219,141,91); }
td.TdClassName
{
border-color: #DB8D5B;
}
.TagClassName
{
border-color: #DB8D5B;
}
</style>