Shades of Whiskey Sour #DB8C54
Tints of Whiskey Sour #DB8C54
RGB
CMYK
RGB Variations
Color information
#DB8C54 (or 0xDB8C54) is known color: Whiskey Sour. HEX triplet: DB, 8C and 54. RGB value is (219,140,84). Sum of RGB (Red+Green+Blue) = 219+140+84=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C54 is #2473AB. Grayscale: #9D9D9D. Windows color (decimal): -2388908 or 5541083. OLE color: 5541083.
HSL color Cylindrical-coordinate representation of color #DB8C54: hue angle of 24.89º 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 #DB8C54 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 84 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.14 |
| HSL | 24.89º | 0.65% | 0.59% | - |
| HSV(B) | 24.89º | 0.62% | 0.86% | - |
| XYZ | 40.19 | 34.46 | 12.92 | - |
| YUV | 157.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 84 | 0 | 0.36 | 0.62 | 0.14 | 24.89 | 0.65 | 0.59 |
| Hex | DB | 8C | 54 | 0 | 24 | 3E | E | 19 | 41 | 3B |
| Octal | 333 | 214 | 124 | 0 | 44 | 76 | 16 | 31 | 101 | 73 |
| Binary | 11011011 | 10001100 | 1010100 | 0 | 100100 | 111110 | 1110 | 11001 | 1000001 | 111011 |
Color Harmonies of #DB8C54
Complementary color
Monochromatic Colors of #DB8C54
Black with #DB8C54
Text Example
Text Example
White with #DB8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C54; }
p { color: rgb(219,140,84); }
H1.HeaderClassName
{
color: #DB8C54;
}
.AnyTagClassName
{
color: #DB8C54;
}
</style>
background-color css
<style>
a { background-color: #DB8C54; }
a { background-color: rgb(219,140,84); }
div.DivClassName
{
background-color: #DB8C54;
}
.BgClassName
{
background-color: #DB8C54;
}
</style>
border-color css
<style>
span { border-color: #DB8C54; }
span { border-color: rgb(219,140,84); }
td.TdClassName
{
border-color: #DB8C54;
}
.TagClassName
{
border-color: #DB8C54;
}
</style>