Shades of Whiskey Sour #D19858
Tints of Whiskey Sour #D19858
RGB
CMYK
RGB Variations
Color information
#D19858 (or 0xD19858) is known color: Whiskey Sour. HEX triplet: D1, 98 and 58. RGB value is (209,152,88). Sum of RGB (Red+Green+Blue) = 209+152+88=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D19858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19858 is #2E67A7. Grayscale: #A2A2A2. Windows color (decimal): -3041192 or 5806289. OLE color: 5806289.
HSL color Cylindrical-coordinate representation of color #D19858: hue angle of 31.74º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D19858 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 88 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.18 |
| HSL | 31.74º | 0.57% | 0.58% | - |
| HSV(B) | 31.74º | 0.58% | 0.82% | - |
| XYZ | 39.28 | 36.72 | 14.25 | - |
| YUV | 161.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 88 | 0 | 0.27 | 0.58 | 0.18 | 31.74 | 0.57 | 0.58 |
| Hex | D1 | 98 | 58 | 0 | 1B | 3A | 12 | 20 | 39 | 3A |
| Octal | 321 | 230 | 130 | 0 | 33 | 72 | 22 | 40 | 71 | 72 |
| Binary | 11010001 | 10011000 | 1011000 | 0 | 11011 | 111010 | 10010 | 100000 | 111001 | 111010 |
Color Harmonies of #D19858
Complementary color
Monochromatic Colors of #D19858
Black with #D19858
Text Example
Text Example
White with #D19858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19858; }
p { color: rgb(209,152,88); }
H1.HeaderClassName
{
color: #D19858;
}
.AnyTagClassName
{
color: #D19858;
}
</style>
background-color css
<style>
a { background-color: #D19858; }
a { background-color: rgb(209,152,88); }
div.DivClassName
{
background-color: #D19858;
}
.BgClassName
{
background-color: #D19858;
}
</style>
border-color css
<style>
span { border-color: #D19858; }
span { border-color: rgb(209,152,88); }
td.TdClassName
{
border-color: #D19858;
}
.TagClassName
{
border-color: #D19858;
}
</style>