Shades of Whiskey Sour #DB8C5C
Tints of Whiskey Sour #DB8C5C
RGB
CMYK
RGB Variations
Color information
#DB8C5C (or 0xDB8C5C) is known color: Whiskey Sour. HEX triplet: DB, 8C and 5C. RGB value is (219,140,92). Sum of RGB (Red+Green+Blue) = 219+140+92=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C5C is #2473A3. Grayscale: #9E9E9E. Windows color (decimal): -2388900 or 6065371. OLE color: 6065371.
HSL color Cylindrical-coordinate representation of color #DB8C5C: hue angle of 22.68º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB8C5C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 92 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.14 |
| HSL | 22.68º | 0.64% | 0.61% | - |
| HSV(B) | 22.68º | 0.58% | 0.86% | - |
| XYZ | 40.52 | 34.59 | 14.67 | - |
| YUV | 158.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 92 | 0 | 0.36 | 0.58 | 0.14 | 22.68 | 0.64 | 0.61 |
| Hex | DB | 8C | 5C | 0 | 24 | 3A | E | 17 | 40 | 3D |
| Octal | 333 | 214 | 134 | 0 | 44 | 72 | 16 | 27 | 100 | 75 |
| Binary | 11011011 | 10001100 | 1011100 | 0 | 100100 | 111010 | 1110 | 10111 | 1000000 | 111101 |
Color Harmonies of #DB8C5C
Complementary color
Monochromatic Colors of #DB8C5C
Black with #DB8C5C
Text Example
Text Example
White with #DB8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C5C; }
p { color: rgb(219,140,92); }
H1.HeaderClassName
{
color: #DB8C5C;
}
.AnyTagClassName
{
color: #DB8C5C;
}
</style>
background-color css
<style>
a { background-color: #DB8C5C; }
a { background-color: rgb(219,140,92); }
div.DivClassName
{
background-color: #DB8C5C;
}
.BgClassName
{
background-color: #DB8C5C;
}
</style>
border-color css
<style>
span { border-color: #DB8C5C; }
span { border-color: rgb(219,140,92); }
td.TdClassName
{
border-color: #DB8C5C;
}
.TagClassName
{
border-color: #DB8C5C;
}
</style>