Shades of Whiskey Sour #D48D57
Tints of Whiskey Sour #D48D57
RGB
CMYK
RGB Variations
Color information
#D48D57 (or 0xD48D57) is known color: Whiskey Sour. HEX triplet: D4, 8D and 57. RGB value is (212,141,87). Sum of RGB (Red+Green+Blue) = 212+141+87=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D57 is #2B72A8. Grayscale: #9C9C9C. Windows color (decimal): -2847401 or 5737940. OLE color: 5737940.
HSL color Cylindrical-coordinate representation of color #D48D57: hue angle of 25.92º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D48D57 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 87 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.17 |
| HSL | 25.92º | 0.59% | 0.59% | - |
| HSV(B) | 25.92º | 0.59% | 0.83% | - |
| XYZ | 38.4 | 33.73 | 13.5 | - |
| YUV | 156.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 87 | 0 | 0.33 | 0.59 | 0.17 | 25.92 | 0.59 | 0.59 |
| Hex | D4 | 8D | 57 | 0 | 21 | 3B | 11 | 1A | 3B | 3B |
| Octal | 324 | 215 | 127 | 0 | 41 | 73 | 21 | 32 | 73 | 73 |
| Binary | 11010100 | 10001101 | 1010111 | 0 | 100001 | 111011 | 10001 | 11010 | 111011 | 111011 |
Color Harmonies of #D48D57
Complementary color
Monochromatic Colors of #D48D57
Black with #D48D57
Text Example
Text Example
White with #D48D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D57; }
p { color: rgb(212,141,87); }
H1.HeaderClassName
{
color: #D48D57;
}
.AnyTagClassName
{
color: #D48D57;
}
</style>
background-color css
<style>
a { background-color: #D48D57; }
a { background-color: rgb(212,141,87); }
div.DivClassName
{
background-color: #D48D57;
}
.BgClassName
{
background-color: #D48D57;
}
</style>
border-color css
<style>
span { border-color: #D48D57; }
span { border-color: rgb(212,141,87); }
td.TdClassName
{
border-color: #D48D57;
}
.TagClassName
{
border-color: #D48D57;
}
</style>