Shades of Whiskey Sour #D19761
Tints of Whiskey Sour #D19761
RGB
CMYK
RGB Variations
Color information
#D19761 (or 0xD19761) is known color: Whiskey Sour. HEX triplet: D1, 97 and 61. RGB value is (209,151,97). Sum of RGB (Red+Green+Blue) = 209+151+97=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D19761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19761 is #2E689E. Grayscale: #A2A2A2. Windows color (decimal): -3041439 or 6395857. OLE color: 6395857.
HSL color Cylindrical-coordinate representation of color #D19761: hue angle of 28.93º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D19761 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 97 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.18 |
| HSL | 28.93º | 0.55% | 0.6% | - |
| HSV(B) | 28.93º | 0.54% | 0.82% | - |
| XYZ | 39.52 | 36.55 | 16.28 | - |
| YUV | 162.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 97 | 0 | 0.28 | 0.54 | 0.18 | 28.93 | 0.55 | 0.6 |
| Hex | D1 | 97 | 61 | 0 | 1C | 36 | 12 | 1D | 37 | 3C |
| Octal | 321 | 227 | 141 | 0 | 34 | 66 | 22 | 35 | 67 | 74 |
| Binary | 11010001 | 10010111 | 1100001 | 0 | 11100 | 110110 | 10010 | 11101 | 110111 | 111100 |
Color Harmonies of #D19761
Complementary color
Monochromatic Colors of #D19761
Black with #D19761
Text Example
Text Example
White with #D19761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19761; }
p { color: rgb(209,151,97); }
H1.HeaderClassName
{
color: #D19761;
}
.AnyTagClassName
{
color: #D19761;
}
</style>
background-color css
<style>
a { background-color: #D19761; }
a { background-color: rgb(209,151,97); }
div.DivClassName
{
background-color: #D19761;
}
.BgClassName
{
background-color: #D19761;
}
</style>
border-color css
<style>
span { border-color: #D19761; }
span { border-color: rgb(209,151,97); }
td.TdClassName
{
border-color: #D19761;
}
.TagClassName
{
border-color: #D19761;
}
</style>