Shades of Whiskey Sour #DB8455
Tints of Whiskey Sour #DB8455
RGB
CMYK
RGB Variations
Color information
#DB8455 (or 0xDB8455) is known color: Whiskey Sour. HEX triplet: DB, 84 and 55. RGB value is (219,132,85). Sum of RGB (Red+Green+Blue) = 219+132+85=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8455 is #247BAA. Grayscale: #989898. Windows color (decimal): -2390955 or 5604571. OLE color: 5604571.
HSL color Cylindrical-coordinate representation of color #DB8455: hue angle of 21.04º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB8455 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 85 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.14 |
| HSL | 21.04º | 0.65% | 0.6% | - |
| HSV(B) | 21.04º | 0.61% | 0.86% | - |
| XYZ | 39.1 | 32.22 | 12.75 | - |
| YUV | 152.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 85 | 0 | 0.40 | 0.61 | 0.14 | 21.04 | 0.65 | 0.6 |
| Hex | DB | 84 | 55 | 0 | 28 | 3D | E | 15 | 41 | 3C |
| Octal | 333 | 204 | 125 | 0 | 50 | 75 | 16 | 25 | 101 | 74 |
| Binary | 11011011 | 10000100 | 1010101 | 0 | 101000 | 111101 | 1110 | 10101 | 1000001 | 111100 |
Color Harmonies of #DB8455
Complementary color
Monochromatic Colors of #DB8455
Black with #DB8455
Text Example
Text Example
White with #DB8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8455; }
p { color: rgb(219,132,85); }
H1.HeaderClassName
{
color: #DB8455;
}
.AnyTagClassName
{
color: #DB8455;
}
</style>
background-color css
<style>
a { background-color: #DB8455; }
a { background-color: rgb(219,132,85); }
div.DivClassName
{
background-color: #DB8455;
}
.BgClassName
{
background-color: #DB8455;
}
</style>
border-color css
<style>
span { border-color: #DB8455; }
span { border-color: rgb(219,132,85); }
td.TdClassName
{
border-color: #DB8455;
}
.TagClassName
{
border-color: #DB8455;
}
</style>