Shades of Whiskey Sour #DB8C53
Tints of Whiskey Sour #DB8C53
RGB
CMYK
RGB Variations
Color information
#DB8C53 (or 0xDB8C53) is known color: Whiskey Sour. HEX triplet: DB, 8C and 53. RGB value is (219,140,83). Sum of RGB (Red+Green+Blue) = 219+140+83=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C53 is #2473AC. Grayscale: #9D9D9D. Windows color (decimal): -2388909 or 5475547. OLE color: 5475547.
HSL color Cylindrical-coordinate representation of color #DB8C53: hue angle of 25.15º 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 #DB8C53 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 83 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.14 |
| HSL | 25.15º | 0.65% | 0.59% | - |
| HSV(B) | 25.15º | 0.62% | 0.86% | - |
| XYZ | 40.15 | 34.44 | 12.72 | - |
| YUV | 157.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 83 | 0 | 0.36 | 0.62 | 0.14 | 25.15 | 0.65 | 0.59 |
| Hex | DB | 8C | 53 | 0 | 24 | 3E | E | 19 | 41 | 3B |
| Octal | 333 | 214 | 123 | 0 | 44 | 76 | 16 | 31 | 101 | 73 |
| Binary | 11011011 | 10001100 | 1010011 | 0 | 100100 | 111110 | 1110 | 11001 | 1000001 | 111011 |
Color Harmonies of #DB8C53
Complementary color
Monochromatic Colors of #DB8C53
Black with #DB8C53
Text Example
Text Example
White with #DB8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C53; }
p { color: rgb(219,140,83); }
H1.HeaderClassName
{
color: #DB8C53;
}
.AnyTagClassName
{
color: #DB8C53;
}
</style>
background-color css
<style>
a { background-color: #DB8C53; }
a { background-color: rgb(219,140,83); }
div.DivClassName
{
background-color: #DB8C53;
}
.BgClassName
{
background-color: #DB8C53;
}
</style>
border-color css
<style>
span { border-color: #DB8C53; }
span { border-color: rgb(219,140,83); }
td.TdClassName
{
border-color: #DB8C53;
}
.TagClassName
{
border-color: #DB8C53;
}
</style>