Shades of Whiskey Sour #D39C62
Tints of Whiskey Sour #D39C62
RGB
CMYK
RGB Variations
Color information
#D39C62 (or 0xD39C62) is known color: Whiskey Sour. HEX triplet: D3, 9C and 62. RGB value is (211,156,98). Sum of RGB (Red+Green+Blue) = 211+156+98=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39C62 is #2C639D. Grayscale: #A6A6A6. Windows color (decimal): -2909086 or 6462675. OLE color: 6462675.
HSL color Cylindrical-coordinate representation of color #D39C62: hue angle of 30.8º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D39C62 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 156 | 98 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.17 |
| HSL | 30.8º | 0.56% | 0.61% | - |
| HSV(B) | 30.8º | 0.54% | 0.83% | - |
| XYZ | 40.96 | 38.51 | 16.83 | - |
| YUV | 165.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 98 | 0 | 0.26 | 0.54 | 0.17 | 30.8 | 0.56 | 0.61 |
| Hex | D3 | 9C | 62 | 0 | 1A | 36 | 11 | 1F | 38 | 3D |
| Octal | 323 | 234 | 142 | 0 | 32 | 66 | 21 | 37 | 70 | 75 |
| Binary | 11010011 | 10011100 | 1100010 | 0 | 11010 | 110110 | 10001 | 11111 | 111000 | 111101 |
Color Harmonies of #D39C62
Complementary color
Monochromatic Colors of #D39C62
Black with #D39C62
Text Example
Text Example
White with #D39C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39C62; }
p { color: rgb(211,156,98); }
H1.HeaderClassName
{
color: #D39C62;
}
.AnyTagClassName
{
color: #D39C62;
}
</style>
background-color css
<style>
a { background-color: #D39C62; }
a { background-color: rgb(211,156,98); }
div.DivClassName
{
background-color: #D39C62;
}
.BgClassName
{
background-color: #D39C62;
}
</style>
border-color css
<style>
span { border-color: #D39C62; }
span { border-color: rgb(211,156,98); }
td.TdClassName
{
border-color: #D39C62;
}
.TagClassName
{
border-color: #D39C62;
}
</style>