Shades of Whiskey Sour #D88C55
Tints of Whiskey Sour #D88C55
RGB
CMYK
RGB Variations
Color information
#D88C55 (or 0xD88C55) is known color: Whiskey Sour. HEX triplet: D8, 8C and 55. RGB value is (216,140,85). Sum of RGB (Red+Green+Blue) = 216+140+85=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C55 is #2773AA. Grayscale: #9C9C9C. Windows color (decimal): -2585515 or 5606616. OLE color: 5606616.
HSL color Cylindrical-coordinate representation of color #D88C55: hue angle of 25.19º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D88C55 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 85 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.15 |
| HSL | 25.19º | 0.63% | 0.59% | - |
| HSV(B) | 25.19º | 0.61% | 0.85% | - |
| XYZ | 39.34 | 34.01 | 13.09 | - |
| YUV | 156.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 85 | 0 | 0.35 | 0.61 | 0.15 | 25.19 | 0.63 | 0.59 |
| Hex | D8 | 8C | 55 | 0 | 23 | 3D | F | 19 | 3F | 3B |
| Octal | 330 | 214 | 125 | 0 | 43 | 75 | 17 | 31 | 77 | 73 |
| Binary | 11011000 | 10001100 | 1010101 | 0 | 100011 | 111101 | 1111 | 11001 | 111111 | 111011 |
Color Harmonies of #D88C55
Complementary color
Monochromatic Colors of #D88C55
Black with #D88C55
Text Example
Text Example
White with #D88C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C55; }
p { color: rgb(216,140,85); }
H1.HeaderClassName
{
color: #D88C55;
}
.AnyTagClassName
{
color: #D88C55;
}
</style>
background-color css
<style>
a { background-color: #D88C55; }
a { background-color: rgb(216,140,85); }
div.DivClassName
{
background-color: #D88C55;
}
.BgClassName
{
background-color: #D88C55;
}
</style>
border-color css
<style>
span { border-color: #D88C55; }
span { border-color: rgb(216,140,85); }
td.TdClassName
{
border-color: #D88C55;
}
.TagClassName
{
border-color: #D88C55;
}
</style>