Shades of Whiskey Sour #D48D54
Tints of Whiskey Sour #D48D54
RGB
CMYK
RGB Variations
Color information
#D48D54 (or 0xD48D54) is known color: Whiskey Sour. HEX triplet: D4, 8D and 54. RGB value is (212,141,84). Sum of RGB (Red+Green+Blue) = 212+141+84=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D54 is #2B72AB. Grayscale: #9C9C9C. Windows color (decimal): -2847404 or 5541332. OLE color: 5541332.
HSL color Cylindrical-coordinate representation of color #D48D54: hue angle of 26.72º 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 #D48D54 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 84 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.17 |
| HSL | 26.72º | 0.6% | 0.58% | - |
| HSV(B) | 26.72º | 0.6% | 0.83% | - |
| XYZ | 38.28 | 33.69 | 12.87 | - |
| YUV | 155.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 84 | 0 | 0.33 | 0.60 | 0.17 | 26.72 | 0.6 | 0.58 |
| Hex | D4 | 8D | 54 | 0 | 21 | 3C | 11 | 1B | 3C | 3A |
| Octal | 324 | 215 | 124 | 0 | 41 | 74 | 21 | 33 | 74 | 72 |
| Binary | 11010100 | 10001101 | 1010100 | 0 | 100001 | 111100 | 10001 | 11011 | 111100 | 111010 |
Color Harmonies of #D48D54
Complementary color
Monochromatic Colors of #D48D54
Black with #D48D54
Text Example
Text Example
White with #D48D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D54; }
p { color: rgb(212,141,84); }
H1.HeaderClassName
{
color: #D48D54;
}
.AnyTagClassName
{
color: #D48D54;
}
</style>
background-color css
<style>
a { background-color: #D48D54; }
a { background-color: rgb(212,141,84); }
div.DivClassName
{
background-color: #D48D54;
}
.BgClassName
{
background-color: #D48D54;
}
</style>
border-color css
<style>
span { border-color: #D48D54; }
span { border-color: rgb(212,141,84); }
td.TdClassName
{
border-color: #D48D54;
}
.TagClassName
{
border-color: #D48D54;
}
</style>