Shades of Whiskey Sour #DB8D52
Tints of Whiskey Sour #DB8D52
RGB
CMYK
RGB Variations
Color information
#DB8D52 (or 0xDB8D52) is known color: Whiskey Sour. HEX triplet: DB, 8D and 52. RGB value is (219,141,82). Sum of RGB (Red+Green+Blue) = 219+141+82=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D52 is #2472AD. Grayscale: #9D9D9D. Windows color (decimal): -2388654 or 5410267. OLE color: 5410267.
HSL color Cylindrical-coordinate representation of color #DB8D52: hue angle of 25.84º 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 #DB8D52 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 82 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.14 |
| HSL | 25.84º | 0.66% | 0.59% | - |
| HSV(B) | 25.84º | 0.63% | 0.86% | - |
| XYZ | 40.26 | 34.72 | 12.56 | - |
| YUV | 157.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 82 | 0 | 0.36 | 0.63 | 0.14 | 25.84 | 0.66 | 0.59 |
| Hex | DB | 8D | 52 | 0 | 24 | 3F | E | 1A | 42 | 3B |
| Octal | 333 | 215 | 122 | 0 | 44 | 77 | 16 | 32 | 102 | 73 |
| Binary | 11011011 | 10001101 | 1010010 | 0 | 100100 | 111111 | 1110 | 11010 | 1000010 | 111011 |
Color Harmonies of #DB8D52
Complementary color
Monochromatic Colors of #DB8D52
Black with #DB8D52
Text Example
Text Example
White with #DB8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D52; }
p { color: rgb(219,141,82); }
H1.HeaderClassName
{
color: #DB8D52;
}
.AnyTagClassName
{
color: #DB8D52;
}
</style>
background-color css
<style>
a { background-color: #DB8D52; }
a { background-color: rgb(219,141,82); }
div.DivClassName
{
background-color: #DB8D52;
}
.BgClassName
{
background-color: #DB8D52;
}
</style>
border-color css
<style>
span { border-color: #DB8D52; }
span { border-color: rgb(219,141,82); }
td.TdClassName
{
border-color: #DB8D52;
}
.TagClassName
{
border-color: #DB8D52;
}
</style>