Shades of Whiskey Sour #D49454
Tints of Whiskey Sour #D49454
RGB
CMYK
RGB Variations
Color information
#D49454 (or 0xD49454) is known color: Whiskey Sour. HEX triplet: D4, 94 and 54. RGB value is (212,148,84). Sum of RGB (Red+Green+Blue) = 212+148+84=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D49454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49454 is #2B6BAB. Grayscale: #A0A0A0. Windows color (decimal): -2845612 or 5543124. OLE color: 5543124.
HSL color Cylindrical-coordinate representation of color #D49454: hue angle of 30º 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 #D49454 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 84 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.17 |
| HSL | 30º | 0.6% | 0.58% | - |
| HSV(B) | 30º | 0.6% | 0.83% | - |
| XYZ | 39.34 | 35.82 | 13.23 | - |
| YUV | 159.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 84 | 0 | 0.30 | 0.60 | 0.17 | 30 | 0.6 | 0.58 |
| Hex | D4 | 94 | 54 | 0 | 1E | 3C | 11 | 1E | 3C | 3A |
| Octal | 324 | 224 | 124 | 0 | 36 | 74 | 21 | 36 | 74 | 72 |
| Binary | 11010100 | 10010100 | 1010100 | 0 | 11110 | 111100 | 10001 | 11110 | 111100 | 111010 |
Color Harmonies of #D49454
Complementary color
Monochromatic Colors of #D49454
Black with #D49454
Text Example
Text Example
White with #D49454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49454; }
p { color: rgb(212,148,84); }
H1.HeaderClassName
{
color: #D49454;
}
.AnyTagClassName
{
color: #D49454;
}
</style>
background-color css
<style>
a { background-color: #D49454; }
a { background-color: rgb(212,148,84); }
div.DivClassName
{
background-color: #D49454;
}
.BgClassName
{
background-color: #D49454;
}
</style>
border-color css
<style>
span { border-color: #D49454; }
span { border-color: rgb(212,148,84); }
td.TdClassName
{
border-color: #D49454;
}
.TagClassName
{
border-color: #D49454;
}
</style>