Shades of Whiskey Sour #D88D5D
Tints of Whiskey Sour #D88D5D
RGB
CMYK
RGB Variations
Color information
#D88D5D (or 0xD88D5D) is known color: Whiskey Sour. HEX triplet: D8, 8D and 5D. RGB value is (216,141,93). Sum of RGB (Red+Green+Blue) = 216+141+93=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D5D is #2772A2. Grayscale: #9E9E9E. Windows color (decimal): -2585251 or 6131160. OLE color: 6131160.
HSL color Cylindrical-coordinate representation of color #D88D5D: hue angle of 23.41º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D88D5D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 93 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.15 |
| HSL | 23.41º | 0.61% | 0.61% | - |
| HSV(B) | 23.41º | 0.57% | 0.85% | - |
| XYZ | 39.82 | 34.44 | 14.9 | - |
| YUV | 157.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 93 | 0 | 0.35 | 0.57 | 0.15 | 23.41 | 0.61 | 0.61 |
| Hex | D8 | 8D | 5D | 0 | 23 | 39 | F | 17 | 3D | 3D |
| Octal | 330 | 215 | 135 | 0 | 43 | 71 | 17 | 27 | 75 | 75 |
| Binary | 11011000 | 10001101 | 1011101 | 0 | 100011 | 111001 | 1111 | 10111 | 111101 | 111101 |
Color Harmonies of #D88D5D
Complementary color
Monochromatic Colors of #D88D5D
Black with #D88D5D
Text Example
Text Example
White with #D88D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88D5D; }
p { color: rgb(216,141,93); }
H1.HeaderClassName
{
color: #D88D5D;
}
.AnyTagClassName
{
color: #D88D5D;
}
</style>
background-color css
<style>
a { background-color: #D88D5D; }
a { background-color: rgb(216,141,93); }
div.DivClassName
{
background-color: #D88D5D;
}
.BgClassName
{
background-color: #D88D5D;
}
</style>
border-color css
<style>
span { border-color: #D88D5D; }
span { border-color: rgb(216,141,93); }
td.TdClassName
{
border-color: #D88D5D;
}
.TagClassName
{
border-color: #D88D5D;
}
</style>