Shades of Whiskey Sour #D39159
Tints of Whiskey Sour #D39159
RGB
CMYK
RGB Variations
Color information
#D39159 (or 0xD39159) is known color: Whiskey Sour. HEX triplet: D3, 91 and 59. RGB value is (211,145,89). Sum of RGB (Red+Green+Blue) = 211+145+89=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D39159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39159 is #2C6EA6. Grayscale: #9E9E9E. Windows color (decimal): -2911911 or 5870035. OLE color: 5870035.
HSL color Cylindrical-coordinate representation of color #D39159: hue angle of 27.54º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D39159 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 89 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.17 |
| HSL | 27.54º | 0.58% | 0.59% | - |
| HSV(B) | 27.54º | 0.58% | 0.83% | - |
| XYZ | 38.79 | 34.82 | 14.13 | - |
| YUV | 158.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 89 | 0 | 0.31 | 0.58 | 0.17 | 27.54 | 0.58 | 0.59 |
| Hex | D3 | 91 | 59 | 0 | 1F | 3A | 11 | 1C | 3A | 3B |
| Octal | 323 | 221 | 131 | 0 | 37 | 72 | 21 | 34 | 72 | 73 |
| Binary | 11010011 | 10010001 | 1011001 | 0 | 11111 | 111010 | 10001 | 11100 | 111010 | 111011 |
Color Harmonies of #D39159
Complementary color
Monochromatic Colors of #D39159
Black with #D39159
Text Example
Text Example
White with #D39159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39159; }
p { color: rgb(211,145,89); }
H1.HeaderClassName
{
color: #D39159;
}
.AnyTagClassName
{
color: #D39159;
}
</style>
background-color css
<style>
a { background-color: #D39159; }
a { background-color: rgb(211,145,89); }
div.DivClassName
{
background-color: #D39159;
}
.BgClassName
{
background-color: #D39159;
}
</style>
border-color css
<style>
span { border-color: #D39159; }
span { border-color: rgb(211,145,89); }
td.TdClassName
{
border-color: #D39159;
}
.TagClassName
{
border-color: #D39159;
}
</style>