Shades of Whiskey Sour #DB8952
Tints of Whiskey Sour #DB8952
RGB
CMYK
RGB Variations
Color information
#DB8952 (or 0xDB8952) is known color: Whiskey Sour. HEX triplet: DB, 89 and 52. RGB value is (219,137,82). Sum of RGB (Red+Green+Blue) = 219+137+82=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8952 is #2476AD. Grayscale: #9B9B9B. Windows color (decimal): -2389678 or 5409243. OLE color: 5409243.
HSL color Cylindrical-coordinate representation of color #DB8952: hue angle of 24.09º 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 #DB8952 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 82 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.14 |
| HSL | 24.09º | 0.66% | 0.59% | - |
| HSV(B) | 24.09º | 0.63% | 0.86% | - |
| XYZ | 39.68 | 33.56 | 12.37 | - |
| YUV | 155.25 | 86.67 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 82 | 0 | 0.37 | 0.63 | 0.14 | 24.09 | 0.66 | 0.59 |
| Hex | DB | 89 | 52 | 0 | 25 | 3F | E | 18 | 42 | 3B |
| Octal | 333 | 211 | 122 | 0 | 45 | 77 | 16 | 30 | 102 | 73 |
| Binary | 11011011 | 10001001 | 1010010 | 0 | 100101 | 111111 | 1110 | 11000 | 1000010 | 111011 |
Color Harmonies of #DB8952
Complementary color
Monochromatic Colors of #DB8952
Black with #DB8952
Text Example
Text Example
White with #DB8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8952; }
p { color: rgb(219,137,82); }
H1.HeaderClassName
{
color: #DB8952;
}
.AnyTagClassName
{
color: #DB8952;
}
</style>
background-color css
<style>
a { background-color: #DB8952; }
a { background-color: rgb(219,137,82); }
div.DivClassName
{
background-color: #DB8952;
}
.BgClassName
{
background-color: #DB8952;
}
</style>
border-color css
<style>
span { border-color: #DB8952; }
span { border-color: rgb(219,137,82); }
td.TdClassName
{
border-color: #DB8952;
}
.TagClassName
{
border-color: #DB8952;
}
</style>