Shades of Whiskey Sour #DB9051
Tints of Whiskey Sour #DB9051
RGB
CMYK
RGB Variations
Color information
#DB9051 (or 0xDB9051) is known color: Whiskey Sour. HEX triplet: DB, 90 and 51. RGB value is (219,144,81). Sum of RGB (Red+Green+Blue) = 219+144+81=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9051 is #246FAE. Grayscale: #9F9F9F. Windows color (decimal): -2387887 or 5345499. OLE color: 5345499.
HSL color Cylindrical-coordinate representation of color #DB9051: hue angle of 27.39º 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 #DB9051 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 81 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.14 |
| HSL | 27.39º | 0.66% | 0.59% | - |
| HSV(B) | 27.39º | 0.63% | 0.86% | - |
| XYZ | 40.67 | 35.6 | 12.51 | - |
| YUV | 159.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 81 | 0 | 0.34 | 0.63 | 0.14 | 27.39 | 0.66 | 0.59 |
| Hex | DB | 90 | 51 | 0 | 22 | 3F | E | 1B | 42 | 3B |
| Octal | 333 | 220 | 121 | 0 | 42 | 77 | 16 | 33 | 102 | 73 |
| Binary | 11011011 | 10010000 | 1010001 | 0 | 100010 | 111111 | 1110 | 11011 | 1000010 | 111011 |
Color Harmonies of #DB9051
Complementary color
Monochromatic Colors of #DB9051
Black with #DB9051
Text Example
Text Example
White with #DB9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9051; }
p { color: rgb(219,144,81); }
H1.HeaderClassName
{
color: #DB9051;
}
.AnyTagClassName
{
color: #DB9051;
}
</style>
background-color css
<style>
a { background-color: #DB9051; }
a { background-color: rgb(219,144,81); }
div.DivClassName
{
background-color: #DB9051;
}
.BgClassName
{
background-color: #DB9051;
}
</style>
border-color css
<style>
span { border-color: #DB9051; }
span { border-color: rgb(219,144,81); }
td.TdClassName
{
border-color: #DB9051;
}
.TagClassName
{
border-color: #DB9051;
}
</style>