Shades of Whiskey Sour #DB905D
Tints of Whiskey Sour #DB905D
RGB
CMYK
RGB Variations
Color information
#DB905D (or 0xDB905D) is known color: Whiskey Sour. HEX triplet: DB, 90 and 5D. RGB value is (219,144,93). Sum of RGB (Red+Green+Blue) = 219+144+93=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB905D is #246FA2. Grayscale: #A0A0A0. Windows color (decimal): -2387875 or 6131931. OLE color: 6131931.
HSL color Cylindrical-coordinate representation of color #DB905D: hue angle of 24.29º 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 #DB905D is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 93 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.14 |
| HSL | 24.29º | 0.64% | 0.61% | - |
| HSV(B) | 24.29º | 0.58% | 0.86% | - |
| XYZ | 41.16 | 35.8 | 15.1 | - |
| YUV | 160.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 93 | 0 | 0.34 | 0.58 | 0.14 | 24.29 | 0.64 | 0.61 |
| Hex | DB | 90 | 5D | 0 | 22 | 3A | E | 18 | 40 | 3D |
| Octal | 333 | 220 | 135 | 0 | 42 | 72 | 16 | 30 | 100 | 75 |
| Binary | 11011011 | 10010000 | 1011101 | 0 | 100010 | 111010 | 1110 | 11000 | 1000000 | 111101 |
Color Harmonies of #DB905D
Complementary color
Monochromatic Colors of #DB905D
Black with #DB905D
Text Example
Text Example
White with #DB905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB905D; }
p { color: rgb(219,144,93); }
H1.HeaderClassName
{
color: #DB905D;
}
.AnyTagClassName
{
color: #DB905D;
}
</style>
background-color css
<style>
a { background-color: #DB905D; }
a { background-color: rgb(219,144,93); }
div.DivClassName
{
background-color: #DB905D;
}
.BgClassName
{
background-color: #DB905D;
}
</style>
border-color css
<style>
span { border-color: #DB905D; }
span { border-color: rgb(219,144,93); }
td.TdClassName
{
border-color: #DB905D;
}
.TagClassName
{
border-color: #DB905D;
}
</style>