Shades of Whiskey Sour #DB8B4E
Tints of Whiskey Sour #DB8B4E
RGB
CMYK
RGB Variations
Color information
#DB8B4E (or 0xDB8B4E) is known color: Whiskey Sour. HEX triplet: DB, 8B and 4E. RGB value is (219,139,78). Sum of RGB (Red+Green+Blue) = 219+139+78=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B4E is #2474B1. Grayscale: #9C9C9C. Windows color (decimal): -2389170 or 5147611. OLE color: 5147611.
HSL color Cylindrical-coordinate representation of color #DB8B4E: hue angle of 25.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB8B4E is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 78 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.14 |
| HSL | 25.96º | 0.66% | 0.58% | - |
| HSV(B) | 25.96º | 0.64% | 0.86% | - |
| XYZ | 39.82 | 34.08 | 11.69 | - |
| YUV | 155.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 78 | 0 | 0.37 | 0.64 | 0.14 | 25.96 | 0.66 | 0.58 |
| Hex | DB | 8B | 4E | 0 | 25 | 40 | E | 1A | 42 | 3A |
| Octal | 333 | 213 | 116 | 0 | 45 | 100 | 16 | 32 | 102 | 72 |
| Binary | 11011011 | 10001011 | 1001110 | 0 | 100101 | 1000000 | 1110 | 11010 | 1000010 | 111010 |
Color Harmonies of #DB8B4E
Complementary color
Monochromatic Colors of #DB8B4E
Black with #DB8B4E
Text Example
Text Example
White with #DB8B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B4E; }
p { color: rgb(219,139,78); }
H1.HeaderClassName
{
color: #DB8B4E;
}
.AnyTagClassName
{
color: #DB8B4E;
}
</style>
background-color css
<style>
a { background-color: #DB8B4E; }
a { background-color: rgb(219,139,78); }
div.DivClassName
{
background-color: #DB8B4E;
}
.BgClassName
{
background-color: #DB8B4E;
}
</style>
border-color css
<style>
span { border-color: #DB8B4E; }
span { border-color: rgb(219,139,78); }
td.TdClassName
{
border-color: #DB8B4E;
}
.TagClassName
{
border-color: #DB8B4E;
}
</style>