Shades of Whiskey Sour #DB8A50
Tints of Whiskey Sour #DB8A50
RGB
CMYK
RGB Variations
Color information
#DB8A50 (or 0xDB8A50) is known color: Whiskey Sour. HEX triplet: DB, 8A and 50. RGB value is (219,138,80). Sum of RGB (Red+Green+Blue) = 219+138+80=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A50 is #2475AF. Grayscale: #9B9B9B. Windows color (decimal): -2389424 or 5278427. OLE color: 5278427.
HSL color Cylindrical-coordinate representation of color #DB8A50: hue angle of 25.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB8A50 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 80 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.14 |
| HSL | 25.04º | 0.66% | 0.59% | - |
| HSV(B) | 25.04º | 0.63% | 0.86% | - |
| XYZ | 39.75 | 33.82 | 12.02 | - |
| YUV | 155.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 80 | 0 | 0.37 | 0.63 | 0.14 | 25.04 | 0.66 | 0.59 |
| Hex | DB | 8A | 50 | 0 | 25 | 3F | E | 19 | 42 | 3B |
| Octal | 333 | 212 | 120 | 0 | 45 | 77 | 16 | 31 | 102 | 73 |
| Binary | 11011011 | 10001010 | 1010000 | 0 | 100101 | 111111 | 1110 | 11001 | 1000010 | 111011 |
Color Harmonies of #DB8A50
Complementary color
Monochromatic Colors of #DB8A50
Black with #DB8A50
Text Example
Text Example
White with #DB8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A50; }
p { color: rgb(219,138,80); }
H1.HeaderClassName
{
color: #DB8A50;
}
.AnyTagClassName
{
color: #DB8A50;
}
</style>
background-color css
<style>
a { background-color: #DB8A50; }
a { background-color: rgb(219,138,80); }
div.DivClassName
{
background-color: #DB8A50;
}
.BgClassName
{
background-color: #DB8A50;
}
</style>
border-color css
<style>
span { border-color: #DB8A50; }
span { border-color: rgb(219,138,80); }
td.TdClassName
{
border-color: #DB8A50;
}
.TagClassName
{
border-color: #DB8A50;
}
</style>