Shades of Whiskey Sour #D49353
Tints of Whiskey Sour #D49353
RGB
CMYK
RGB Variations
Color information
#D49353 (or 0xD49353) is known color: Whiskey Sour. HEX triplet: D4, 93 and 53. RGB value is (212,147,83). Sum of RGB (Red+Green+Blue) = 212+147+83=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D49353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49353 is #2B6CAC. Grayscale: #9F9F9F. Windows color (decimal): -2845869 or 5477332. OLE color: 5477332.
HSL color Cylindrical-coordinate representation of color #D49353: hue angle of 29.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D49353 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 83 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.17 |
| HSL | 29.77º | 0.6% | 0.58% | - |
| HSV(B) | 29.77º | 0.61% | 0.83% | - |
| XYZ | 39.15 | 35.49 | 12.97 | - |
| YUV | 159.14 | 85.03 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 83 | 0 | 0.31 | 0.61 | 0.17 | 29.77 | 0.6 | 0.58 |
| Hex | D4 | 93 | 53 | 0 | 1F | 3D | 11 | 1E | 3C | 3A |
| Octal | 324 | 223 | 123 | 0 | 37 | 75 | 21 | 36 | 74 | 72 |
| Binary | 11010100 | 10010011 | 1010011 | 0 | 11111 | 111101 | 10001 | 11110 | 111100 | 111010 |
Color Harmonies of #D49353
Complementary color
Monochromatic Colors of #D49353
Black with #D49353
Text Example
Text Example
White with #D49353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49353; }
p { color: rgb(212,147,83); }
H1.HeaderClassName
{
color: #D49353;
}
.AnyTagClassName
{
color: #D49353;
}
</style>
background-color css
<style>
a { background-color: #D49353; }
a { background-color: rgb(212,147,83); }
div.DivClassName
{
background-color: #D49353;
}
.BgClassName
{
background-color: #D49353;
}
</style>
border-color css
<style>
span { border-color: #D49353; }
span { border-color: rgb(212,147,83); }
td.TdClassName
{
border-color: #D49353;
}
.TagClassName
{
border-color: #D49353;
}
</style>