Shades of Whiskey Sour #DB905B
Tints of Whiskey Sour #DB905B
RGB
CMYK
RGB Variations
Color information
#DB905B (or 0xDB905B) is known color: Whiskey Sour. HEX triplet: DB, 90 and 5B. RGB value is (219,144,91). Sum of RGB (Red+Green+Blue) = 219+144+91=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB905B is #246FA4. Grayscale: #A0A0A0. Windows color (decimal): -2387877 or 6000859. OLE color: 6000859.
HSL color Cylindrical-coordinate representation of color #DB905B: hue angle of 24.84º 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 #DB905B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 91 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.14 |
| HSL | 24.84º | 0.64% | 0.61% | - |
| HSV(B) | 24.84º | 0.58% | 0.86% | - |
| XYZ | 41.08 | 35.76 | 14.64 | - |
| YUV | 160.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 91 | 0 | 0.34 | 0.58 | 0.14 | 24.84 | 0.64 | 0.61 |
| Hex | DB | 90 | 5B | 0 | 22 | 3A | E | 19 | 40 | 3D |
| Octal | 333 | 220 | 133 | 0 | 42 | 72 | 16 | 31 | 100 | 75 |
| Binary | 11011011 | 10010000 | 1011011 | 0 | 100010 | 111010 | 1110 | 11001 | 1000000 | 111101 |
Color Harmonies of #DB905B
Complementary color
Monochromatic Colors of #DB905B
Black with #DB905B
Text Example
Text Example
White with #DB905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB905B; }
p { color: rgb(219,144,91); }
H1.HeaderClassName
{
color: #DB905B;
}
.AnyTagClassName
{
color: #DB905B;
}
</style>
background-color css
<style>
a { background-color: #DB905B; }
a { background-color: rgb(219,144,91); }
div.DivClassName
{
background-color: #DB905B;
}
.BgClassName
{
background-color: #DB905B;
}
</style>
border-color css
<style>
span { border-color: #DB905B; }
span { border-color: rgb(219,144,91); }
td.TdClassName
{
border-color: #DB905B;
}
.TagClassName
{
border-color: #DB905B;
}
</style>