Shades of Whiskey Sour #DB8554
Tints of Whiskey Sour #DB8554
RGB
CMYK
RGB Variations
Color information
#DB8554 (or 0xDB8554) is known color: Whiskey Sour. HEX triplet: DB, 85 and 54. RGB value is (219,133,84). Sum of RGB (Red+Green+Blue) = 219+133+84=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8554 is #247AAB. Grayscale: #999999. Windows color (decimal): -2390700 or 5539291. OLE color: 5539291.
HSL color Cylindrical-coordinate representation of color #DB8554: hue angle of 21.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB8554 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 84 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.14 |
| HSL | 21.78º | 0.65% | 0.59% | - |
| HSV(B) | 21.78º | 0.62% | 0.86% | - |
| XYZ | 39.2 | 32.48 | 12.59 | - |
| YUV | 153.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 84 | 0 | 0.39 | 0.62 | 0.14 | 21.78 | 0.65 | 0.59 |
| Hex | DB | 85 | 54 | 0 | 27 | 3E | E | 16 | 41 | 3B |
| Octal | 333 | 205 | 124 | 0 | 47 | 76 | 16 | 26 | 101 | 73 |
| Binary | 11011011 | 10000101 | 1010100 | 0 | 100111 | 111110 | 1110 | 10110 | 1000001 | 111011 |
Color Harmonies of #DB8554
Complementary color
Monochromatic Colors of #DB8554
Black with #DB8554
Text Example
Text Example
White with #DB8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8554; }
p { color: rgb(219,133,84); }
H1.HeaderClassName
{
color: #DB8554;
}
.AnyTagClassName
{
color: #DB8554;
}
</style>
background-color css
<style>
a { background-color: #DB8554; }
a { background-color: rgb(219,133,84); }
div.DivClassName
{
background-color: #DB8554;
}
.BgClassName
{
background-color: #DB8554;
}
</style>
border-color css
<style>
span { border-color: #DB8554; }
span { border-color: rgb(219,133,84); }
td.TdClassName
{
border-color: #DB8554;
}
.TagClassName
{
border-color: #DB8554;
}
</style>