Shades of Whiskey Sour #DB9455
Tints of Whiskey Sour #DB9455
RGB
CMYK
RGB Variations
Color information
#DB9455 (or 0xDB9455) is known color: Whiskey Sour. HEX triplet: DB, 94 and 55. RGB value is (219,148,85). Sum of RGB (Red+Green+Blue) = 219+148+85=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9455 is #246BAA. Grayscale: #A2A2A2. Windows color (decimal): -2386859 or 5608667. OLE color: 5608667.
HSL color Cylindrical-coordinate representation of color #DB9455: hue angle of 28.21º 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 #DB9455 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 85 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.14 |
| HSL | 28.21º | 0.65% | 0.6% | - |
| HSV(B) | 28.21º | 0.61% | 0.86% | - |
| XYZ | 41.44 | 36.9 | 13.53 | - |
| YUV | 162.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 85 | 0 | 0.32 | 0.61 | 0.14 | 28.21 | 0.65 | 0.6 |
| Hex | DB | 94 | 55 | 0 | 20 | 3D | E | 1C | 41 | 3C |
| Octal | 333 | 224 | 125 | 0 | 40 | 75 | 16 | 34 | 101 | 74 |
| Binary | 11011011 | 10010100 | 1010101 | 0 | 100000 | 111101 | 1110 | 11100 | 1000001 | 111100 |
Color Harmonies of #DB9455
Complementary color
Monochromatic Colors of #DB9455
Black with #DB9455
Text Example
Text Example
White with #DB9455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9455; }
p { color: rgb(219,148,85); }
H1.HeaderClassName
{
color: #DB9455;
}
.AnyTagClassName
{
color: #DB9455;
}
</style>
background-color css
<style>
a { background-color: #DB9455; }
a { background-color: rgb(219,148,85); }
div.DivClassName
{
background-color: #DB9455;
}
.BgClassName
{
background-color: #DB9455;
}
</style>
border-color css
<style>
span { border-color: #DB9455; }
span { border-color: rgb(219,148,85); }
td.TdClassName
{
border-color: #DB9455;
}
.TagClassName
{
border-color: #DB9455;
}
</style>