Shades of Whiskey Sour #D39961
Tints of Whiskey Sour #D39961
RGB
CMYK
RGB Variations
Color information
#D39961 (or 0xD39961) is known color: Whiskey Sour. HEX triplet: D3, 99 and 61. RGB value is (211,153,97). Sum of RGB (Red+Green+Blue) = 211+153+97=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D39961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39961 is #2C669E. Grayscale: #A4A4A4. Windows color (decimal): -2909855 or 6396371. OLE color: 6396371.
HSL color Cylindrical-coordinate representation of color #D39961: hue angle of 29.47º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D39961 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 97 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.17 |
| HSL | 29.47º | 0.56% | 0.6% | - |
| HSV(B) | 29.47º | 0.54% | 0.83% | - |
| XYZ | 40.41 | 37.49 | 16.42 | - |
| YUV | 163.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 97 | 0 | 0.27 | 0.54 | 0.17 | 29.47 | 0.56 | 0.6 |
| Hex | D3 | 99 | 61 | 0 | 1B | 36 | 11 | 1D | 38 | 3C |
| Octal | 323 | 231 | 141 | 0 | 33 | 66 | 21 | 35 | 70 | 74 |
| Binary | 11010011 | 10011001 | 1100001 | 0 | 11011 | 110110 | 10001 | 11101 | 111000 | 111100 |
Color Harmonies of #D39961
Complementary color
Monochromatic Colors of #D39961
Black with #D39961
Text Example
Text Example
White with #D39961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39961; }
p { color: rgb(211,153,97); }
H1.HeaderClassName
{
color: #D39961;
}
.AnyTagClassName
{
color: #D39961;
}
</style>
background-color css
<style>
a { background-color: #D39961; }
a { background-color: rgb(211,153,97); }
div.DivClassName
{
background-color: #D39961;
}
.BgClassName
{
background-color: #D39961;
}
</style>
border-color css
<style>
span { border-color: #D39961; }
span { border-color: rgb(211,153,97); }
td.TdClassName
{
border-color: #D39961;
}
.TagClassName
{
border-color: #D39961;
}
</style>