Shades of Whiskey Sour #D49455
Tints of Whiskey Sour #D49455
RGB
CMYK
RGB Variations
Color information
#D49455 (or 0xD49455) is known color: Whiskey Sour. HEX triplet: D4, 94 and 55. RGB value is (212,148,85). Sum of RGB (Red+Green+Blue) = 212+148+85=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D49455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49455 is #2B6BAA. Grayscale: #A0A0A0. Windows color (decimal): -2845611 or 5608660. OLE color: 5608660.
HSL color Cylindrical-coordinate representation of color #D49455: hue angle of 29.76º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D49455 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 85 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.17 |
| HSL | 29.76º | 0.6% | 0.58% | - |
| HSV(B) | 29.76º | 0.6% | 0.83% | - |
| XYZ | 39.38 | 35.83 | 13.44 | - |
| YUV | 159.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 85 | 0 | 0.30 | 0.60 | 0.17 | 29.76 | 0.6 | 0.58 |
| Hex | D4 | 94 | 55 | 0 | 1E | 3C | 11 | 1E | 3C | 3A |
| Octal | 324 | 224 | 125 | 0 | 36 | 74 | 21 | 36 | 74 | 72 |
| Binary | 11010100 | 10010100 | 1010101 | 0 | 11110 | 111100 | 10001 | 11110 | 111100 | 111010 |
Color Harmonies of #D49455
Complementary color
Monochromatic Colors of #D49455
Black with #D49455
Text Example
Text Example
White with #D49455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49455; }
p { color: rgb(212,148,85); }
H1.HeaderClassName
{
color: #D49455;
}
.AnyTagClassName
{
color: #D49455;
}
</style>
background-color css
<style>
a { background-color: #D49455; }
a { background-color: rgb(212,148,85); }
div.DivClassName
{
background-color: #D49455;
}
.BgClassName
{
background-color: #D49455;
}
</style>
border-color css
<style>
span { border-color: #D49455; }
span { border-color: rgb(212,148,85); }
td.TdClassName
{
border-color: #D49455;
}
.TagClassName
{
border-color: #D49455;
}
</style>