Shades of Whiskey Sour #DB955C
Tints of Whiskey Sour #DB955C
RGB
CMYK
RGB Variations
Color information
#DB955C (or 0xDB955C) is known color: Whiskey Sour. HEX triplet: DB, 95 and 5C. RGB value is (219,149,92). Sum of RGB (Red+Green+Blue) = 219+149+92=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB955C is #246AA3. Grayscale: #A3A3A3. Windows color (decimal): -2386596 or 6067675. OLE color: 6067675.
HSL color Cylindrical-coordinate representation of color #DB955C: hue angle of 26.93º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB955C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 92 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.14 |
| HSL | 26.93º | 0.64% | 0.61% | - |
| HSV(B) | 26.93º | 0.58% | 0.86% | - |
| XYZ | 41.89 | 37.33 | 15.12 | - |
| YUV | 163.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 92 | 0 | 0.32 | 0.58 | 0.14 | 26.93 | 0.64 | 0.61 |
| Hex | DB | 95 | 5C | 0 | 20 | 3A | E | 1B | 40 | 3D |
| Octal | 333 | 225 | 134 | 0 | 40 | 72 | 16 | 33 | 100 | 75 |
| Binary | 11011011 | 10010101 | 1011100 | 0 | 100000 | 111010 | 1110 | 11011 | 1000000 | 111101 |
Color Harmonies of #DB955C
Complementary color
Monochromatic Colors of #DB955C
Black with #DB955C
Text Example
Text Example
White with #DB955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB955C; }
p { color: rgb(219,149,92); }
H1.HeaderClassName
{
color: #DB955C;
}
.AnyTagClassName
{
color: #DB955C;
}
</style>
background-color css
<style>
a { background-color: #DB955C; }
a { background-color: rgb(219,149,92); }
div.DivClassName
{
background-color: #DB955C;
}
.BgClassName
{
background-color: #DB955C;
}
</style>
border-color css
<style>
span { border-color: #DB955C; }
span { border-color: rgb(219,149,92); }
td.TdClassName
{
border-color: #DB955C;
}
.TagClassName
{
border-color: #DB955C;
}
</style>