Shades of Whiskey Sour #D19350
Tints of Whiskey Sour #D19350
RGB
CMYK
RGB Variations
Color information
#D19350 (or 0xD19350) is known color: Whiskey Sour. HEX triplet: D1, 93 and 50. RGB value is (209,147,80). Sum of RGB (Red+Green+Blue) = 209+147+80=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D19350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19350 is #2E6CAF. Grayscale: #9E9E9E. Windows color (decimal): -3042480 or 5280721. OLE color: 5280721.
HSL color Cylindrical-coordinate representation of color #D19350: hue angle of 31.16º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D19350 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 80 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.18 |
| HSL | 31.16º | 0.58% | 0.57% | - |
| HSV(B) | 31.16º | 0.62% | 0.82% | - |
| XYZ | 38.18 | 35 | 12.33 | - |
| YUV | 157.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 80 | 0 | 0.30 | 0.62 | 0.18 | 31.16 | 0.58 | 0.57 |
| Hex | D1 | 93 | 50 | 0 | 1E | 3E | 12 | 1F | 3A | 39 |
| Octal | 321 | 223 | 120 | 0 | 36 | 76 | 22 | 37 | 72 | 71 |
| Binary | 11010001 | 10010011 | 1010000 | 0 | 11110 | 111110 | 10010 | 11111 | 111010 | 111001 |
Color Harmonies of #D19350
Complementary color
Monochromatic Colors of #D19350
Black with #D19350
Text Example
Text Example
White with #D19350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19350; }
p { color: rgb(209,147,80); }
H1.HeaderClassName
{
color: #D19350;
}
.AnyTagClassName
{
color: #D19350;
}
</style>
background-color css
<style>
a { background-color: #D19350; }
a { background-color: rgb(209,147,80); }
div.DivClassName
{
background-color: #D19350;
}
.BgClassName
{
background-color: #D19350;
}
</style>
border-color css
<style>
span { border-color: #D19350; }
span { border-color: rgb(209,147,80); }
td.TdClassName
{
border-color: #D19350;
}
.TagClassName
{
border-color: #D19350;
}
</style>