Shades of Whiskey Sour #DB8F52
Tints of Whiskey Sour #DB8F52
RGB
CMYK
RGB Variations
Color information
#DB8F52 (or 0xDB8F52) is known color: Whiskey Sour. HEX triplet: DB, 8F and 52. RGB value is (219,143,82). Sum of RGB (Red+Green+Blue) = 219+143+82=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F52 is #2470AD. Grayscale: #9F9F9F. Windows color (decimal): -2388142 or 5410779. OLE color: 5410779.
HSL color Cylindrical-coordinate representation of color #DB8F52: hue angle of 26.72º 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 #DB8F52 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 82 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.14 |
| HSL | 26.72º | 0.66% | 0.59% | - |
| HSV(B) | 26.72º | 0.63% | 0.86% | - |
| XYZ | 40.56 | 35.31 | 12.66 | - |
| YUV | 158.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 82 | 0 | 0.35 | 0.63 | 0.14 | 26.72 | 0.66 | 0.59 |
| Hex | DB | 8F | 52 | 0 | 23 | 3F | E | 1B | 42 | 3B |
| Octal | 333 | 217 | 122 | 0 | 43 | 77 | 16 | 33 | 102 | 73 |
| Binary | 11011011 | 10001111 | 1010010 | 0 | 100011 | 111111 | 1110 | 11011 | 1000010 | 111011 |
Color Harmonies of #DB8F52
Complementary color
Monochromatic Colors of #DB8F52
Black with #DB8F52
Text Example
Text Example
White with #DB8F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F52; }
p { color: rgb(219,143,82); }
H1.HeaderClassName
{
color: #DB8F52;
}
.AnyTagClassName
{
color: #DB8F52;
}
</style>
background-color css
<style>
a { background-color: #DB8F52; }
a { background-color: rgb(219,143,82); }
div.DivClassName
{
background-color: #DB8F52;
}
.BgClassName
{
background-color: #DB8F52;
}
</style>
border-color css
<style>
span { border-color: #DB8F52; }
span { border-color: rgb(219,143,82); }
td.TdClassName
{
border-color: #DB8F52;
}
.TagClassName
{
border-color: #DB8F52;
}
</style>