Shades of Whiskey Sour #D19B5A
Tints of Whiskey Sour #D19B5A
RGB
CMYK
RGB Variations
Color information
#D19B5A (or 0xD19B5A) is known color: Whiskey Sour. HEX triplet: D1, 9B and 5A. RGB value is (209,155,90). Sum of RGB (Red+Green+Blue) = 209+155+90=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B5A is #2E64A5. Grayscale: #A4A4A4. Windows color (decimal): -3040422 or 5938129. OLE color: 5938129.
HSL color Cylindrical-coordinate representation of color #D19B5A: hue angle of 32.77º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D19B5A is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 90 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.18 |
| HSL | 32.77º | 0.56% | 0.59% | - |
| HSV(B) | 32.77º | 0.57% | 0.82% | - |
| XYZ | 39.86 | 37.74 | 14.86 | - |
| YUV | 163.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 90 | 0 | 0.26 | 0.57 | 0.18 | 32.77 | 0.56 | 0.59 |
| Hex | D1 | 9B | 5A | 0 | 1A | 39 | 12 | 21 | 38 | 3B |
| Octal | 321 | 233 | 132 | 0 | 32 | 71 | 22 | 41 | 70 | 73 |
| Binary | 11010001 | 10011011 | 1011010 | 0 | 11010 | 111001 | 10010 | 100001 | 111000 | 111011 |
Color Harmonies of #D19B5A
Complementary color
Monochromatic Colors of #D19B5A
Black with #D19B5A
Text Example
Text Example
White with #D19B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B5A; }
p { color: rgb(209,155,90); }
H1.HeaderClassName
{
color: #D19B5A;
}
.AnyTagClassName
{
color: #D19B5A;
}
</style>
background-color css
<style>
a { background-color: #D19B5A; }
a { background-color: rgb(209,155,90); }
div.DivClassName
{
background-color: #D19B5A;
}
.BgClassName
{
background-color: #D19B5A;
}
</style>
border-color css
<style>
span { border-color: #D19B5A; }
span { border-color: rgb(209,155,90); }
td.TdClassName
{
border-color: #D19B5A;
}
.TagClassName
{
border-color: #D19B5A;
}
</style>