Shades of Whiskey Sour #D19956
Tints of Whiskey Sour #D19956
RGB
CMYK
RGB Variations
Color information
#D19956 (or 0xD19956) is known color: Whiskey Sour. HEX triplet: D1, 99 and 56. RGB value is (209,153,86). Sum of RGB (Red+Green+Blue) = 209+153+86=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D19956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19956 is #2E66A9. Grayscale: #A2A2A2. Windows color (decimal): -3040938 or 5675473. OLE color: 5675473.
HSL color Cylindrical-coordinate representation of color #D19956: hue angle of 32.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D19956 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 86 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.18 |
| HSL | 32.68º | 0.57% | 0.58% | - |
| HSV(B) | 32.68º | 0.59% | 0.82% | - |
| XYZ | 39.37 | 37.01 | 13.87 | - |
| YUV | 162.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 86 | 0 | 0.27 | 0.59 | 0.18 | 32.68 | 0.57 | 0.58 |
| Hex | D1 | 99 | 56 | 0 | 1B | 3B | 12 | 21 | 39 | 3A |
| Octal | 321 | 231 | 126 | 0 | 33 | 73 | 22 | 41 | 71 | 72 |
| Binary | 11010001 | 10011001 | 1010110 | 0 | 11011 | 111011 | 10010 | 100001 | 111001 | 111010 |
Color Harmonies of #D19956
Complementary color
Monochromatic Colors of #D19956
Black with #D19956
Text Example
Text Example
White with #D19956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19956; }
p { color: rgb(209,153,86); }
H1.HeaderClassName
{
color: #D19956;
}
.AnyTagClassName
{
color: #D19956;
}
</style>
background-color css
<style>
a { background-color: #D19956; }
a { background-color: rgb(209,153,86); }
div.DivClassName
{
background-color: #D19956;
}
.BgClassName
{
background-color: #D19956;
}
</style>
border-color css
<style>
span { border-color: #D19956; }
span { border-color: rgb(209,153,86); }
td.TdClassName
{
border-color: #D19956;
}
.TagClassName
{
border-color: #D19956;
}
</style>