Shades of Whiskey Sour #DB8954
Tints of Whiskey Sour #DB8954
RGB
CMYK
RGB Variations
Color information
#DB8954 (or 0xDB8954) is known color: Whiskey Sour. HEX triplet: DB, 89 and 54. RGB value is (219,137,84). Sum of RGB (Red+Green+Blue) = 219+137+84=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8954 is #2476AB. Grayscale: #9B9B9B. Windows color (decimal): -2389676 or 5540315. OLE color: 5540315.
HSL color Cylindrical-coordinate representation of color #DB8954: hue angle of 23.56º 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 #DB8954 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 84 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.14 |
| HSL | 23.56º | 0.65% | 0.59% | - |
| HSV(B) | 23.56º | 0.62% | 0.86% | - |
| XYZ | 39.76 | 33.59 | 12.78 | - |
| YUV | 155.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 84 | 0 | 0.37 | 0.62 | 0.14 | 23.56 | 0.65 | 0.59 |
| Hex | DB | 89 | 54 | 0 | 25 | 3E | E | 18 | 41 | 3B |
| Octal | 333 | 211 | 124 | 0 | 45 | 76 | 16 | 30 | 101 | 73 |
| Binary | 11011011 | 10001001 | 1010100 | 0 | 100101 | 111110 | 1110 | 11000 | 1000001 | 111011 |
Color Harmonies of #DB8954
Complementary color
Monochromatic Colors of #DB8954
Black with #DB8954
Text Example
Text Example
White with #DB8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8954; }
p { color: rgb(219,137,84); }
H1.HeaderClassName
{
color: #DB8954;
}
.AnyTagClassName
{
color: #DB8954;
}
</style>
background-color css
<style>
a { background-color: #DB8954; }
a { background-color: rgb(219,137,84); }
div.DivClassName
{
background-color: #DB8954;
}
.BgClassName
{
background-color: #DB8954;
}
</style>
border-color css
<style>
span { border-color: #DB8954; }
span { border-color: rgb(219,137,84); }
td.TdClassName
{
border-color: #DB8954;
}
.TagClassName
{
border-color: #DB8954;
}
</style>