Shades of Whiskey Sour #D49357
Tints of Whiskey Sour #D49357
RGB
CMYK
RGB Variations
Color information
#D49357 (or 0xD49357) is known color: Whiskey Sour. HEX triplet: D4, 93 and 57. RGB value is (212,147,87). Sum of RGB (Red+Green+Blue) = 212+147+87=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D49357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49357 is #2B6CA8. Grayscale: #9F9F9F. Windows color (decimal): -2845865 or 5739476. OLE color: 5739476.
HSL color Cylindrical-coordinate representation of color #D49357: hue angle of 28.8º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D49357 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 87 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.17 |
| HSL | 28.8º | 0.59% | 0.59% | - |
| HSV(B) | 28.8º | 0.59% | 0.83% | - |
| XYZ | 39.31 | 35.55 | 13.81 | - |
| YUV | 159.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 87 | 0 | 0.31 | 0.59 | 0.17 | 28.8 | 0.59 | 0.59 |
| Hex | D4 | 93 | 57 | 0 | 1F | 3B | 11 | 1D | 3B | 3B |
| Octal | 324 | 223 | 127 | 0 | 37 | 73 | 21 | 35 | 73 | 73 |
| Binary | 11010100 | 10010011 | 1010111 | 0 | 11111 | 111011 | 10001 | 11101 | 111011 | 111011 |
Color Harmonies of #D49357
Complementary color
Monochromatic Colors of #D49357
Black with #D49357
Text Example
Text Example
White with #D49357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49357; }
p { color: rgb(212,147,87); }
H1.HeaderClassName
{
color: #D49357;
}
.AnyTagClassName
{
color: #D49357;
}
</style>
background-color css
<style>
a { background-color: #D49357; }
a { background-color: rgb(212,147,87); }
div.DivClassName
{
background-color: #D49357;
}
.BgClassName
{
background-color: #D49357;
}
</style>
border-color css
<style>
span { border-color: #D49357; }
span { border-color: rgb(212,147,87); }
td.TdClassName
{
border-color: #D49357;
}
.TagClassName
{
border-color: #D49357;
}
</style>