Shades of Whiskey Sour #D49356
Tints of Whiskey Sour #D49356
RGB
CMYK
RGB Variations
Color information
#D49356 (or 0xD49356) is known color: Whiskey Sour. HEX triplet: D4, 93 and 56. RGB value is (212,147,86). Sum of RGB (Red+Green+Blue) = 212+147+86=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D49356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49356 is #2B6CA9. Grayscale: #9F9F9F. Windows color (decimal): -2845866 or 5673940. OLE color: 5673940.
HSL color Cylindrical-coordinate representation of color #D49356: hue angle of 29.05º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D49356 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 86 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.17 |
| HSL | 29.05º | 0.59% | 0.58% | - |
| HSV(B) | 29.05º | 0.59% | 0.83% | - |
| XYZ | 39.26 | 35.54 | 13.59 | - |
| YUV | 159.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 86 | 0 | 0.31 | 0.59 | 0.17 | 29.05 | 0.59 | 0.58 |
| Hex | D4 | 93 | 56 | 0 | 1F | 3B | 11 | 1D | 3B | 3A |
| Octal | 324 | 223 | 126 | 0 | 37 | 73 | 21 | 35 | 73 | 72 |
| Binary | 11010100 | 10010011 | 1010110 | 0 | 11111 | 111011 | 10001 | 11101 | 111011 | 111010 |
Color Harmonies of #D49356
Complementary color
Monochromatic Colors of #D49356
Black with #D49356
Text Example
Text Example
White with #D49356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49356; }
p { color: rgb(212,147,86); }
H1.HeaderClassName
{
color: #D49356;
}
.AnyTagClassName
{
color: #D49356;
}
</style>
background-color css
<style>
a { background-color: #D49356; }
a { background-color: rgb(212,147,86); }
div.DivClassName
{
background-color: #D49356;
}
.BgClassName
{
background-color: #D49356;
}
</style>
border-color css
<style>
span { border-color: #D49356; }
span { border-color: rgb(212,147,86); }
td.TdClassName
{
border-color: #D49356;
}
.TagClassName
{
border-color: #D49356;
}
</style>