Shades of Whiskey Sour #D19159
Tints of Whiskey Sour #D19159
RGB
CMYK
RGB Variations
Color information
#D19159 (or 0xD19159) is known color: Whiskey Sour. HEX triplet: D1, 91 and 59. RGB value is (209,145,89). Sum of RGB (Red+Green+Blue) = 209+145+89=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D19159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19159 is #2E6EA6. Grayscale: #9E9E9E. Windows color (decimal): -3042983 or 5870033. OLE color: 5870033.
HSL color Cylindrical-coordinate representation of color #D19159: hue angle of 28º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D19159 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 89 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.18 |
| HSL | 28º | 0.57% | 0.58% | - |
| HSV(B) | 28º | 0.57% | 0.82% | - |
| XYZ | 38.22 | 34.53 | 14.1 | - |
| YUV | 157.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 89 | 0 | 0.31 | 0.57 | 0.18 | 28 | 0.57 | 0.58 |
| Hex | D1 | 91 | 59 | 0 | 1F | 39 | 12 | 1C | 39 | 3A |
| Octal | 321 | 221 | 131 | 0 | 37 | 71 | 22 | 34 | 71 | 72 |
| Binary | 11010001 | 10010001 | 1011001 | 0 | 11111 | 111001 | 10010 | 11100 | 111001 | 111010 |
Color Harmonies of #D19159
Complementary color
Monochromatic Colors of #D19159
Black with #D19159
Text Example
Text Example
White with #D19159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19159; }
p { color: rgb(209,145,89); }
H1.HeaderClassName
{
color: #D19159;
}
.AnyTagClassName
{
color: #D19159;
}
</style>
background-color css
<style>
a { background-color: #D19159; }
a { background-color: rgb(209,145,89); }
div.DivClassName
{
background-color: #D19159;
}
.BgClassName
{
background-color: #D19159;
}
</style>
border-color css
<style>
span { border-color: #D19159; }
span { border-color: rgb(209,145,89); }
td.TdClassName
{
border-color: #D19159;
}
.TagClassName
{
border-color: #D19159;
}
</style>