Shades of Whiskey Sour #DB915A
Tints of Whiskey Sour #DB915A
RGB
CMYK
RGB Variations
Color information
#DB915A (or 0xDB915A) is known color: Whiskey Sour. HEX triplet: DB, 91 and 5A. RGB value is (219,145,90). Sum of RGB (Red+Green+Blue) = 219+145+90=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB915A is #246EA5. Grayscale: #A1A1A1. Windows color (decimal): -2387622 or 5935579. OLE color: 5935579.
HSL color Cylindrical-coordinate representation of color #DB915A: hue angle of 25.58º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB915A is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 90 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.14 |
| HSL | 25.58º | 0.64% | 0.61% | - |
| HSV(B) | 25.58º | 0.59% | 0.86% | - |
| XYZ | 41.18 | 36.05 | 14.46 | - |
| YUV | 160.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 90 | 0 | 0.34 | 0.59 | 0.14 | 25.58 | 0.64 | 0.61 |
| Hex | DB | 91 | 5A | 0 | 22 | 3B | E | 1A | 40 | 3D |
| Octal | 333 | 221 | 132 | 0 | 42 | 73 | 16 | 32 | 100 | 75 |
| Binary | 11011011 | 10010001 | 1011010 | 0 | 100010 | 111011 | 1110 | 11010 | 1000000 | 111101 |
Color Harmonies of #DB915A
Complementary color
Monochromatic Colors of #DB915A
Black with #DB915A
Text Example
Text Example
White with #DB915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB915A; }
p { color: rgb(219,145,90); }
H1.HeaderClassName
{
color: #DB915A;
}
.AnyTagClassName
{
color: #DB915A;
}
</style>
background-color css
<style>
a { background-color: #DB915A; }
a { background-color: rgb(219,145,90); }
div.DivClassName
{
background-color: #DB915A;
}
.BgClassName
{
background-color: #DB915A;
}
</style>
border-color css
<style>
span { border-color: #DB915A; }
span { border-color: rgb(219,145,90); }
td.TdClassName
{
border-color: #DB915A;
}
.TagClassName
{
border-color: #DB915A;
}
</style>