Shades of Whiskey Sour #D19958
Tints of Whiskey Sour #D19958
RGB
CMYK
RGB Variations
Color information
#D19958 (or 0xD19958) is known color: Whiskey Sour. HEX triplet: D1, 99 and 58. RGB value is (209,153,88). Sum of RGB (Red+Green+Blue) = 209+153+88=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D19958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19958 is #2E66A7. Grayscale: #A2A2A2. Windows color (decimal): -3040936 or 5806545. OLE color: 5806545.
HSL color Cylindrical-coordinate representation of color #D19958: hue angle of 32.23º 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 #D19958 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 88 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.18 |
| HSL | 32.23º | 0.57% | 0.58% | - |
| HSV(B) | 32.23º | 0.58% | 0.82% | - |
| XYZ | 39.45 | 37.04 | 14.3 | - |
| YUV | 162.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 88 | 0 | 0.27 | 0.58 | 0.18 | 32.23 | 0.57 | 0.58 |
| Hex | D1 | 99 | 58 | 0 | 1B | 3A | 12 | 20 | 39 | 3A |
| Octal | 321 | 231 | 130 | 0 | 33 | 72 | 22 | 40 | 71 | 72 |
| Binary | 11010001 | 10011001 | 1011000 | 0 | 11011 | 111010 | 10010 | 100000 | 111001 | 111010 |
Color Harmonies of #D19958
Complementary color
Monochromatic Colors of #D19958
Black with #D19958
Text Example
Text Example
White with #D19958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19958; }
p { color: rgb(209,153,88); }
H1.HeaderClassName
{
color: #D19958;
}
.AnyTagClassName
{
color: #D19958;
}
</style>
background-color css
<style>
a { background-color: #D19958; }
a { background-color: rgb(209,153,88); }
div.DivClassName
{
background-color: #D19958;
}
.BgClassName
{
background-color: #D19958;
}
</style>
border-color css
<style>
span { border-color: #D19958; }
span { border-color: rgb(209,153,88); }
td.TdClassName
{
border-color: #D19958;
}
.TagClassName
{
border-color: #D19958;
}
</style>