Shades of Whiskey Sour #DB8B5D
Tints of Whiskey Sour #DB8B5D
RGB
CMYK
RGB Variations
Color information
#DB8B5D (or 0xDB8B5D) is known color: Whiskey Sour. HEX triplet: DB, 8B and 5D. RGB value is (219,139,93). Sum of RGB (Red+Green+Blue) = 219+139+93=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B5D is #2474A2. Grayscale: #9D9D9D. Windows color (decimal): -2389155 or 6130651. OLE color: 6130651.
HSL color Cylindrical-coordinate representation of color #DB8B5D: hue angle of 21.9º 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 #DB8B5D is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 93 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.14 |
| HSL | 21.9º | 0.64% | 0.61% | - |
| HSV(B) | 21.9º | 0.58% | 0.86% | - |
| XYZ | 40.42 | 34.32 | 14.85 | - |
| YUV | 157.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 93 | 0 | 0.37 | 0.58 | 0.14 | 21.9 | 0.64 | 0.61 |
| Hex | DB | 8B | 5D | 0 | 25 | 3A | E | 16 | 40 | 3D |
| Octal | 333 | 213 | 135 | 0 | 45 | 72 | 16 | 26 | 100 | 75 |
| Binary | 11011011 | 10001011 | 1011101 | 0 | 100101 | 111010 | 1110 | 10110 | 1000000 | 111101 |
Color Harmonies of #DB8B5D
Complementary color
Monochromatic Colors of #DB8B5D
Black with #DB8B5D
Text Example
Text Example
White with #DB8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B5D; }
p { color: rgb(219,139,93); }
H1.HeaderClassName
{
color: #DB8B5D;
}
.AnyTagClassName
{
color: #DB8B5D;
}
</style>
background-color css
<style>
a { background-color: #DB8B5D; }
a { background-color: rgb(219,139,93); }
div.DivClassName
{
background-color: #DB8B5D;
}
.BgClassName
{
background-color: #DB8B5D;
}
</style>
border-color css
<style>
span { border-color: #DB8B5D; }
span { border-color: rgb(219,139,93); }
td.TdClassName
{
border-color: #DB8B5D;
}
.TagClassName
{
border-color: #DB8B5D;
}
</style>