Shades of Whiskey Sour #D19851
Tints of Whiskey Sour #D19851
RGB
CMYK
RGB Variations
Color information
#D19851 (or 0xD19851) is known color: Whiskey Sour. HEX triplet: D1, 98 and 51. RGB value is (209,152,81). Sum of RGB (Red+Green+Blue) = 209+152+81=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D19851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19851 is #2E67AE. Grayscale: #A1A1A1. Windows color (decimal): -3041199 or 5347537. OLE color: 5347537.
HSL color Cylindrical-coordinate representation of color #D19851: hue angle of 33.28º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D19851 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 81 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.18 |
| HSL | 33.28º | 0.58% | 0.57% | - |
| HSV(B) | 33.28º | 0.61% | 0.82% | - |
| XYZ | 39.01 | 36.61 | 12.79 | - |
| YUV | 160.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 81 | 0 | 0.27 | 0.61 | 0.18 | 33.28 | 0.58 | 0.57 |
| Hex | D1 | 98 | 51 | 0 | 1B | 3D | 12 | 21 | 3A | 39 |
| Octal | 321 | 230 | 121 | 0 | 33 | 75 | 22 | 41 | 72 | 71 |
| Binary | 11010001 | 10011000 | 1010001 | 0 | 11011 | 111101 | 10010 | 100001 | 111010 | 111001 |
Color Harmonies of #D19851
Complementary color
Monochromatic Colors of #D19851
Black with #D19851
Text Example
Text Example
White with #D19851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19851; }
p { color: rgb(209,152,81); }
H1.HeaderClassName
{
color: #D19851;
}
.AnyTagClassName
{
color: #D19851;
}
</style>
background-color css
<style>
a { background-color: #D19851; }
a { background-color: rgb(209,152,81); }
div.DivClassName
{
background-color: #D19851;
}
.BgClassName
{
background-color: #D19851;
}
</style>
border-color css
<style>
span { border-color: #D19851; }
span { border-color: rgb(209,152,81); }
td.TdClassName
{
border-color: #D19851;
}
.TagClassName
{
border-color: #D19851;
}
</style>