Shades of Whiskey Sour #DB8B53
Tints of Whiskey Sour #DB8B53
RGB
CMYK
RGB Variations
Color information
#DB8B53 (or 0xDB8B53) is known color: Whiskey Sour. HEX triplet: DB, 8B and 53. RGB value is (219,139,83). Sum of RGB (Red+Green+Blue) = 219+139+83=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B53 is #2474AC. Grayscale: #9C9C9C. Windows color (decimal): -2389165 or 5475291. OLE color: 5475291.
HSL color Cylindrical-coordinate representation of color #DB8B53: hue angle of 24.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB8B53 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 83 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.14 |
| HSL | 24.71º | 0.65% | 0.59% | - |
| HSV(B) | 24.71º | 0.62% | 0.86% | - |
| XYZ | 40.01 | 34.15 | 12.67 | - |
| YUV | 156.54 | 86.5 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 83 | 0 | 0.37 | 0.62 | 0.14 | 24.71 | 0.65 | 0.59 |
| Hex | DB | 8B | 53 | 0 | 25 | 3E | E | 19 | 41 | 3B |
| Octal | 333 | 213 | 123 | 0 | 45 | 76 | 16 | 31 | 101 | 73 |
| Binary | 11011011 | 10001011 | 1010011 | 0 | 100101 | 111110 | 1110 | 11001 | 1000001 | 111011 |
Color Harmonies of #DB8B53
Complementary color
Monochromatic Colors of #DB8B53
Black with #DB8B53
Text Example
Text Example
White with #DB8B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B53; }
p { color: rgb(219,139,83); }
H1.HeaderClassName
{
color: #DB8B53;
}
.AnyTagClassName
{
color: #DB8B53;
}
</style>
background-color css
<style>
a { background-color: #DB8B53; }
a { background-color: rgb(219,139,83); }
div.DivClassName
{
background-color: #DB8B53;
}
.BgClassName
{
background-color: #DB8B53;
}
</style>
border-color css
<style>
span { border-color: #DB8B53; }
span { border-color: rgb(219,139,83); }
td.TdClassName
{
border-color: #DB8B53;
}
.TagClassName
{
border-color: #DB8B53;
}
</style>