Shades of Whiskey Sour #D39859
Tints of Whiskey Sour #D39859
RGB
CMYK
RGB Variations
Color information
#D39859 (or 0xD39859) is known color: Whiskey Sour. HEX triplet: D3, 98 and 59. RGB value is (211,152,89). Sum of RGB (Red+Green+Blue) = 211+152+89=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D39859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39859 is #2C67A6. Grayscale: #A2A2A2. Windows color (decimal): -2910119 or 5871827. OLE color: 5871827.
HSL color Cylindrical-coordinate representation of color #D39859: hue angle of 30.98º 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 #D39859 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 89 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.17 |
| HSL | 30.98º | 0.58% | 0.59% | - |
| HSV(B) | 30.98º | 0.58% | 0.83% | - |
| XYZ | 39.9 | 37.03 | 14.5 | - |
| YUV | 162.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 89 | 0 | 0.28 | 0.58 | 0.17 | 30.98 | 0.58 | 0.59 |
| Hex | D3 | 98 | 59 | 0 | 1C | 3A | 11 | 1F | 3A | 3B |
| Octal | 323 | 230 | 131 | 0 | 34 | 72 | 21 | 37 | 72 | 73 |
| Binary | 11010011 | 10011000 | 1011001 | 0 | 11100 | 111010 | 10001 | 11111 | 111010 | 111011 |
Color Harmonies of #D39859
Complementary color
Monochromatic Colors of #D39859
Black with #D39859
Text Example
Text Example
White with #D39859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39859; }
p { color: rgb(211,152,89); }
H1.HeaderClassName
{
color: #D39859;
}
.AnyTagClassName
{
color: #D39859;
}
</style>
background-color css
<style>
a { background-color: #D39859; }
a { background-color: rgb(211,152,89); }
div.DivClassName
{
background-color: #D39859;
}
.BgClassName
{
background-color: #D39859;
}
</style>
border-color css
<style>
span { border-color: #D39859; }
span { border-color: rgb(211,152,89); }
td.TdClassName
{
border-color: #D39859;
}
.TagClassName
{
border-color: #D39859;
}
</style>