Shades of Whiskey Sour #DB8C52
Tints of Whiskey Sour #DB8C52
RGB
CMYK
RGB Variations
Color information
#DB8C52 (or 0xDB8C52) is known color: Whiskey Sour. HEX triplet: DB, 8C and 52. RGB value is (219,140,82). Sum of RGB (Red+Green+Blue) = 219+140+82=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C52 is #2473AD. Grayscale: #9D9D9D. Windows color (decimal): -2388910 or 5410011. OLE color: 5410011.
HSL color Cylindrical-coordinate representation of color #DB8C52: hue angle of 25.4º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB8C52 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 82 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.14 |
| HSL | 25.4º | 0.66% | 0.59% | - |
| HSV(B) | 25.4º | 0.63% | 0.86% | - |
| XYZ | 40.11 | 34.43 | 12.51 | - |
| YUV | 157.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 82 | 0 | 0.36 | 0.63 | 0.14 | 25.4 | 0.66 | 0.59 |
| Hex | DB | 8C | 52 | 0 | 24 | 3F | E | 19 | 42 | 3B |
| Octal | 333 | 214 | 122 | 0 | 44 | 77 | 16 | 31 | 102 | 73 |
| Binary | 11011011 | 10001100 | 1010010 | 0 | 100100 | 111111 | 1110 | 11001 | 1000010 | 111011 |
Color Harmonies of #DB8C52
Complementary color
Monochromatic Colors of #DB8C52
Black with #DB8C52
Text Example
Text Example
White with #DB8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C52; }
p { color: rgb(219,140,82); }
H1.HeaderClassName
{
color: #DB8C52;
}
.AnyTagClassName
{
color: #DB8C52;
}
</style>
background-color css
<style>
a { background-color: #DB8C52; }
a { background-color: rgb(219,140,82); }
div.DivClassName
{
background-color: #DB8C52;
}
.BgClassName
{
background-color: #DB8C52;
}
</style>
border-color css
<style>
span { border-color: #DB8C52; }
span { border-color: rgb(219,140,82); }
td.TdClassName
{
border-color: #DB8C52;
}
.TagClassName
{
border-color: #DB8C52;
}
</style>