Shades of Whiskey Sour #D48D56
Tints of Whiskey Sour #D48D56
RGB
CMYK
RGB Variations
Color information
#D48D56 (or 0xD48D56) is known color: Whiskey Sour. HEX triplet: D4, 8D and 56. RGB value is (212,141,86). Sum of RGB (Red+Green+Blue) = 212+141+86=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D56 is #2B72A9. Grayscale: #9C9C9C. Windows color (decimal): -2847402 or 5672404. OLE color: 5672404.
HSL color Cylindrical-coordinate representation of color #D48D56: hue angle of 26.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D48D56 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 86 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.17 |
| HSL | 26.19º | 0.59% | 0.58% | - |
| HSV(B) | 26.19º | 0.59% | 0.83% | - |
| XYZ | 38.36 | 33.72 | 13.29 | - |
| YUV | 155.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 86 | 0 | 0.33 | 0.59 | 0.17 | 26.19 | 0.59 | 0.58 |
| Hex | D4 | 8D | 56 | 0 | 21 | 3B | 11 | 1A | 3B | 3A |
| Octal | 324 | 215 | 126 | 0 | 41 | 73 | 21 | 32 | 73 | 72 |
| Binary | 11010100 | 10001101 | 1010110 | 0 | 100001 | 111011 | 10001 | 11010 | 111011 | 111010 |
Color Harmonies of #D48D56
Complementary color
Monochromatic Colors of #D48D56
Black with #D48D56
Text Example
Text Example
White with #D48D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D56; }
p { color: rgb(212,141,86); }
H1.HeaderClassName
{
color: #D48D56;
}
.AnyTagClassName
{
color: #D48D56;
}
</style>
background-color css
<style>
a { background-color: #D48D56; }
a { background-color: rgb(212,141,86); }
div.DivClassName
{
background-color: #D48D56;
}
.BgClassName
{
background-color: #D48D56;
}
</style>
border-color css
<style>
span { border-color: #D48D56; }
span { border-color: rgb(212,141,86); }
td.TdClassName
{
border-color: #D48D56;
}
.TagClassName
{
border-color: #D48D56;
}
</style>