Shades of Whiskey Sour #DB945D
Tints of Whiskey Sour #DB945D
RGB
CMYK
RGB Variations
Color information
#DB945D (or 0xDB945D) is known color: Whiskey Sour. HEX triplet: DB, 94 and 5D. RGB value is (219,148,93). Sum of RGB (Red+Green+Blue) = 219+148+93=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB945D is #246BA2. Grayscale: #A3A3A3. Windows color (decimal): -2386851 or 6132955. OLE color: 6132955.
HSL color Cylindrical-coordinate representation of color #DB945D: hue angle of 26.19º 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 #DB945D is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 93 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.14 |
| HSL | 26.19º | 0.64% | 0.61% | - |
| HSV(B) | 26.19º | 0.58% | 0.86% | - |
| XYZ | 41.78 | 37.03 | 15.3 | - |
| YUV | 162.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 93 | 0 | 0.32 | 0.58 | 0.14 | 26.19 | 0.64 | 0.61 |
| Hex | DB | 94 | 5D | 0 | 20 | 3A | E | 1A | 40 | 3D |
| Octal | 333 | 224 | 135 | 0 | 40 | 72 | 16 | 32 | 100 | 75 |
| Binary | 11011011 | 10010100 | 1011101 | 0 | 100000 | 111010 | 1110 | 11010 | 1000000 | 111101 |
Color Harmonies of #DB945D
Complementary color
Monochromatic Colors of #DB945D
Black with #DB945D
Text Example
Text Example
White with #DB945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB945D; }
p { color: rgb(219,148,93); }
H1.HeaderClassName
{
color: #DB945D;
}
.AnyTagClassName
{
color: #DB945D;
}
</style>
background-color css
<style>
a { background-color: #DB945D; }
a { background-color: rgb(219,148,93); }
div.DivClassName
{
background-color: #DB945D;
}
.BgClassName
{
background-color: #DB945D;
}
</style>
border-color css
<style>
span { border-color: #DB945D; }
span { border-color: rgb(219,148,93); }
td.TdClassName
{
border-color: #DB945D;
}
.TagClassName
{
border-color: #DB945D;
}
</style>