Shades of Whiskey Sour #D39958
Tints of Whiskey Sour #D39958
RGB
CMYK
RGB Variations
Color information
#D39958 (or 0xD39958) is known color: Whiskey Sour. HEX triplet: D3, 99 and 58. RGB value is (211,153,88). Sum of RGB (Red+Green+Blue) = 211+153+88=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D39958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39958 is #2C66A7. Grayscale: #A3A3A3. Windows color (decimal): -2909864 or 5806547. OLE color: 5806547.
HSL color Cylindrical-coordinate representation of color #D39958: hue angle of 31.71º 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 #D39958 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 88 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.17 |
| HSL | 31.71º | 0.58% | 0.59% | - |
| HSV(B) | 31.71º | 0.58% | 0.83% | - |
| XYZ | 40.02 | 37.34 | 14.33 | - |
| YUV | 162.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 88 | 0 | 0.27 | 0.58 | 0.17 | 31.71 | 0.58 | 0.59 |
| Hex | D3 | 99 | 58 | 0 | 1B | 3A | 11 | 20 | 3A | 3B |
| Octal | 323 | 231 | 130 | 0 | 33 | 72 | 21 | 40 | 72 | 73 |
| Binary | 11010011 | 10011001 | 1011000 | 0 | 11011 | 111010 | 10001 | 100000 | 111010 | 111011 |
Color Harmonies of #D39958
Complementary color
Monochromatic Colors of #D39958
Black with #D39958
Text Example
Text Example
White with #D39958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39958; }
p { color: rgb(211,153,88); }
H1.HeaderClassName
{
color: #D39958;
}
.AnyTagClassName
{
color: #D39958;
}
</style>
background-color css
<style>
a { background-color: #D39958; }
a { background-color: rgb(211,153,88); }
div.DivClassName
{
background-color: #D39958;
}
.BgClassName
{
background-color: #D39958;
}
</style>
border-color css
<style>
span { border-color: #D39958; }
span { border-color: rgb(211,153,88); }
td.TdClassName
{
border-color: #D39958;
}
.TagClassName
{
border-color: #D39958;
}
</style>