Shades of Whiskey Sour #D19850
Tints of Whiskey Sour #D19850
RGB
CMYK
RGB Variations
Color information
#D19850 (or 0xD19850) is known color: Whiskey Sour. HEX triplet: D1, 98 and 50. RGB value is (209,152,80). Sum of RGB (Red+Green+Blue) = 209+152+80=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D19850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19850 is #2E67AF. Grayscale: #A1A1A1. Windows color (decimal): -3041200 or 5282001. OLE color: 5282001.
HSL color Cylindrical-coordinate representation of color #D19850: hue angle of 33.49º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D19850 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 80 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.18 |
| HSL | 33.49º | 0.58% | 0.57% | - |
| HSV(B) | 33.49º | 0.62% | 0.82% | - |
| XYZ | 38.97 | 36.59 | 12.6 | - |
| YUV | 160.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 80 | 0 | 0.27 | 0.62 | 0.18 | 33.49 | 0.58 | 0.57 |
| Hex | D1 | 98 | 50 | 0 | 1B | 3E | 12 | 21 | 3A | 39 |
| Octal | 321 | 230 | 120 | 0 | 33 | 76 | 22 | 41 | 72 | 71 |
| Binary | 11010001 | 10011000 | 1010000 | 0 | 11011 | 111110 | 10010 | 100001 | 111010 | 111001 |
Color Harmonies of #D19850
Complementary color
Monochromatic Colors of #D19850
Black with #D19850
Text Example
Text Example
White with #D19850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19850; }
p { color: rgb(209,152,80); }
H1.HeaderClassName
{
color: #D19850;
}
.AnyTagClassName
{
color: #D19850;
}
</style>
background-color css
<style>
a { background-color: #D19850; }
a { background-color: rgb(209,152,80); }
div.DivClassName
{
background-color: #D19850;
}
.BgClassName
{
background-color: #D19850;
}
</style>
border-color css
<style>
span { border-color: #D19850; }
span { border-color: rgb(209,152,80); }
td.TdClassName
{
border-color: #D19850;
}
.TagClassName
{
border-color: #D19850;
}
</style>