Shades of Whiskey Sour #D49561
Tints of Whiskey Sour #D49561
RGB
CMYK
RGB Variations
Color information
#D49561 (or 0xD49561) is known color: Whiskey Sour. HEX triplet: D4, 95 and 61. RGB value is (212,149,97). Sum of RGB (Red+Green+Blue) = 212+149+97=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D49561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49561 is #2B6A9E. Grayscale: #A2A2A2. Windows color (decimal): -2845343 or 6395348. OLE color: 6395348.
HSL color Cylindrical-coordinate representation of color #D49561: hue angle of 27.13º degrees, saturation: 0.57, 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 #D49561 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 97 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.17 |
| HSL | 27.13º | 0.57% | 0.61% | - |
| HSV(B) | 27.13º | 0.54% | 0.83% | - |
| XYZ | 40.06 | 36.36 | 16.22 | - |
| YUV | 161.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 97 | 0 | 0.30 | 0.54 | 0.17 | 27.13 | 0.57 | 0.61 |
| Hex | D4 | 95 | 61 | 0 | 1E | 36 | 11 | 1B | 39 | 3D |
| Octal | 324 | 225 | 141 | 0 | 36 | 66 | 21 | 33 | 71 | 75 |
| Binary | 11010100 | 10010101 | 1100001 | 0 | 11110 | 110110 | 10001 | 11011 | 111001 | 111101 |
Color Harmonies of #D49561
Complementary color
Monochromatic Colors of #D49561
Black with #D49561
Text Example
Text Example
White with #D49561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49561; }
p { color: rgb(212,149,97); }
H1.HeaderClassName
{
color: #D49561;
}
.AnyTagClassName
{
color: #D49561;
}
</style>
background-color css
<style>
a { background-color: #D49561; }
a { background-color: rgb(212,149,97); }
div.DivClassName
{
background-color: #D49561;
}
.BgClassName
{
background-color: #D49561;
}
</style>
border-color css
<style>
span { border-color: #D49561; }
span { border-color: rgb(212,149,97); }
td.TdClassName
{
border-color: #D49561;
}
.TagClassName
{
border-color: #D49561;
}
</style>