Shades of Whiskey Sour #DB955F
Tints of Whiskey Sour #DB955F
RGB
CMYK
RGB Variations
Color information
#DB955F (or 0xDB955F) is known color: Whiskey Sour. HEX triplet: DB, 95 and 5F. RGB value is (219,149,95). Sum of RGB (Red+Green+Blue) = 219+149+95=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB955F is #246AA0. Grayscale: #A4A4A4. Windows color (decimal): -2386593 or 6264283. OLE color: 6264283.
HSL color Cylindrical-coordinate representation of color #DB955F: hue angle of 26.13º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB955F is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 95 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.14 |
| HSL | 26.13º | 0.63% | 0.62% | - |
| HSV(B) | 26.13º | 0.57% | 0.86% | - |
| XYZ | 42.03 | 37.38 | 15.83 | - |
| YUV | 163.77 | 89.19 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 95 | 0 | 0.32 | 0.57 | 0.14 | 26.13 | 0.63 | 0.62 |
| Hex | DB | 95 | 5F | 0 | 20 | 39 | E | 1A | 3F | 3E |
| Octal | 333 | 225 | 137 | 0 | 40 | 71 | 16 | 32 | 77 | 76 |
| Binary | 11011011 | 10010101 | 1011111 | 0 | 100000 | 111001 | 1110 | 11010 | 111111 | 111110 |
Color Harmonies of #DB955F
Complementary color
Monochromatic Colors of #DB955F
Black with #DB955F
Text Example
Text Example
White with #DB955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB955F; }
p { color: rgb(219,149,95); }
H1.HeaderClassName
{
color: #DB955F;
}
.AnyTagClassName
{
color: #DB955F;
}
</style>
background-color css
<style>
a { background-color: #DB955F; }
a { background-color: rgb(219,149,95); }
div.DivClassName
{
background-color: #DB955F;
}
.BgClassName
{
background-color: #DB955F;
}
</style>
border-color css
<style>
span { border-color: #DB955F; }
span { border-color: rgb(219,149,95); }
td.TdClassName
{
border-color: #DB955F;
}
.TagClassName
{
border-color: #DB955F;
}
</style>