Shades of Whiskey Sour #DB8C5A
Tints of Whiskey Sour #DB8C5A
RGB
CMYK
RGB Variations
Color information
#DB8C5A (or 0xDB8C5A) is known color: Whiskey Sour. HEX triplet: DB, 8C and 5A. RGB value is (219,140,90). Sum of RGB (Red+Green+Blue) = 219+140+90=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C5A is #2473A5. Grayscale: #9E9E9E. Windows color (decimal): -2388902 or 5934299. OLE color: 5934299.
HSL color Cylindrical-coordinate representation of color #DB8C5A: hue angle of 23.26º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB8C5A is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 90 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.14 |
| HSL | 23.26º | 0.64% | 0.61% | - |
| HSV(B) | 23.26º | 0.59% | 0.86% | - |
| XYZ | 40.44 | 34.55 | 14.21 | - |
| YUV | 157.92 | 89.67 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 90 | 0 | 0.36 | 0.59 | 0.14 | 23.26 | 0.64 | 0.61 |
| Hex | DB | 8C | 5A | 0 | 24 | 3B | E | 17 | 40 | 3D |
| Octal | 333 | 214 | 132 | 0 | 44 | 73 | 16 | 27 | 100 | 75 |
| Binary | 11011011 | 10001100 | 1011010 | 0 | 100100 | 111011 | 1110 | 10111 | 1000000 | 111101 |
Color Harmonies of #DB8C5A
Complementary color
Monochromatic Colors of #DB8C5A
Black with #DB8C5A
Text Example
Text Example
White with #DB8C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C5A; }
p { color: rgb(219,140,90); }
H1.HeaderClassName
{
color: #DB8C5A;
}
.AnyTagClassName
{
color: #DB8C5A;
}
</style>
background-color css
<style>
a { background-color: #DB8C5A; }
a { background-color: rgb(219,140,90); }
div.DivClassName
{
background-color: #DB8C5A;
}
.BgClassName
{
background-color: #DB8C5A;
}
</style>
border-color css
<style>
span { border-color: #DB8C5A; }
span { border-color: rgb(219,140,90); }
td.TdClassName
{
border-color: #DB8C5A;
}
.TagClassName
{
border-color: #DB8C5A;
}
</style>