Shades of Whiskey Sour #DB935C
Tints of Whiskey Sour #DB935C
RGB
CMYK
RGB Variations
Color information
#DB935C (or 0xDB935C) is known color: Whiskey Sour. HEX triplet: DB, 93 and 5C. RGB value is (219,147,92). Sum of RGB (Red+Green+Blue) = 219+147+92=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB935C is #246CA3. Grayscale: #A2A2A2. Windows color (decimal): -2387108 or 6067163. OLE color: 6067163.
HSL color Cylindrical-coordinate representation of color #DB935C: hue angle of 25.98º 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 #DB935C is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 92 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.14 |
| HSL | 25.98º | 0.64% | 0.61% | - |
| HSV(B) | 25.98º | 0.58% | 0.86% | - |
| XYZ | 41.58 | 36.7 | 15.02 | - |
| YUV | 162.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 92 | 0 | 0.33 | 0.58 | 0.14 | 25.98 | 0.64 | 0.61 |
| Hex | DB | 93 | 5C | 0 | 21 | 3A | E | 1A | 40 | 3D |
| Octal | 333 | 223 | 134 | 0 | 41 | 72 | 16 | 32 | 100 | 75 |
| Binary | 11011011 | 10010011 | 1011100 | 0 | 100001 | 111010 | 1110 | 11010 | 1000000 | 111101 |
Color Harmonies of #DB935C
Complementary color
Monochromatic Colors of #DB935C
Black with #DB935C
Text Example
Text Example
White with #DB935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB935C; }
p { color: rgb(219,147,92); }
H1.HeaderClassName
{
color: #DB935C;
}
.AnyTagClassName
{
color: #DB935C;
}
</style>
background-color css
<style>
a { background-color: #DB935C; }
a { background-color: rgb(219,147,92); }
div.DivClassName
{
background-color: #DB935C;
}
.BgClassName
{
background-color: #DB935C;
}
</style>
border-color css
<style>
span { border-color: #DB935C; }
span { border-color: rgb(219,147,92); }
td.TdClassName
{
border-color: #DB935C;
}
.TagClassName
{
border-color: #DB935C;
}
</style>