Shades of Whiskey Sour #D19555
Tints of Whiskey Sour #D19555
RGB
CMYK
RGB Variations
Color information
#D19555 (or 0xD19555) is known color: Whiskey Sour. HEX triplet: D1, 95 and 55. RGB value is (209,149,85). Sum of RGB (Red+Green+Blue) = 209+149+85=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D19555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19555 is #2E6AAA. Grayscale: #9F9F9F. Windows color (decimal): -3041963 or 5608913. OLE color: 5608913.
HSL color Cylindrical-coordinate representation of color #D19555: hue angle of 30.97º 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 #D19555 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 85 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.18 |
| HSL | 30.97º | 0.57% | 0.58% | - |
| HSV(B) | 30.97º | 0.59% | 0.82% | - |
| XYZ | 38.68 | 35.71 | 13.45 | - |
| YUV | 159.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 85 | 0 | 0.29 | 0.59 | 0.18 | 30.97 | 0.57 | 0.58 |
| Hex | D1 | 95 | 55 | 0 | 1D | 3B | 12 | 1F | 39 | 3A |
| Octal | 321 | 225 | 125 | 0 | 35 | 73 | 22 | 37 | 71 | 72 |
| Binary | 11010001 | 10010101 | 1010101 | 0 | 11101 | 111011 | 10010 | 11111 | 111001 | 111010 |
Color Harmonies of #D19555
Complementary color
Monochromatic Colors of #D19555
Black with #D19555
Text Example
Text Example
White with #D19555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19555; }
p { color: rgb(209,149,85); }
H1.HeaderClassName
{
color: #D19555;
}
.AnyTagClassName
{
color: #D19555;
}
</style>
background-color css
<style>
a { background-color: #D19555; }
a { background-color: rgb(209,149,85); }
div.DivClassName
{
background-color: #D19555;
}
.BgClassName
{
background-color: #D19555;
}
</style>
border-color css
<style>
span { border-color: #D19555; }
span { border-color: rgb(209,149,85); }
td.TdClassName
{
border-color: #D19555;
}
.TagClassName
{
border-color: #D19555;
}
</style>