Shades of Whiskey Sour #D88F5D
Tints of Whiskey Sour #D88F5D
RGB
CMYK
RGB Variations
Color information
#D88F5D (or 0xD88F5D) is known color: Whiskey Sour. HEX triplet: D8, 8F and 5D. RGB value is (216,143,93). Sum of RGB (Red+Green+Blue) = 216+143+93=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F5D is #2770A2. Grayscale: #9F9F9F. Windows color (decimal): -2584739 or 6131672. OLE color: 6131672.
HSL color Cylindrical-coordinate representation of color #D88F5D: hue angle of 24.39º 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 #D88F5D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 93 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.15 |
| HSL | 24.39º | 0.61% | 0.61% | - |
| HSV(B) | 24.39º | 0.57% | 0.85% | - |
| XYZ | 40.12 | 35.03 | 15 | - |
| YUV | 159.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 93 | 0 | 0.34 | 0.57 | 0.15 | 24.39 | 0.61 | 0.61 |
| Hex | D8 | 8F | 5D | 0 | 22 | 39 | F | 18 | 3D | 3D |
| Octal | 330 | 217 | 135 | 0 | 42 | 71 | 17 | 30 | 75 | 75 |
| Binary | 11011000 | 10001111 | 1011101 | 0 | 100010 | 111001 | 1111 | 11000 | 111101 | 111101 |
Color Harmonies of #D88F5D
Complementary color
Monochromatic Colors of #D88F5D
Black with #D88F5D
Text Example
Text Example
White with #D88F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F5D; }
p { color: rgb(216,143,93); }
H1.HeaderClassName
{
color: #D88F5D;
}
.AnyTagClassName
{
color: #D88F5D;
}
</style>
background-color css
<style>
a { background-color: #D88F5D; }
a { background-color: rgb(216,143,93); }
div.DivClassName
{
background-color: #D88F5D;
}
.BgClassName
{
background-color: #D88F5D;
}
</style>
border-color css
<style>
span { border-color: #D88F5D; }
span { border-color: rgb(216,143,93); }
td.TdClassName
{
border-color: #D88F5D;
}
.TagClassName
{
border-color: #D88F5D;
}
</style>