Shades of Whiskey Sour #D88C52
Tints of Whiskey Sour #D88C52
RGB
CMYK
RGB Variations
Color information
#D88C52 (or 0xD88C52) is known color: Whiskey Sour. HEX triplet: D8, 8C and 52. RGB value is (216,140,82). Sum of RGB (Red+Green+Blue) = 216+140+82=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C52 is #2773AD. Grayscale: #9C9C9C. Windows color (decimal): -2585518 or 5410008. OLE color: 5410008.
HSL color Cylindrical-coordinate representation of color #D88C52: hue angle of 25.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D88C52 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 82 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.15 |
| HSL | 25.97º | 0.63% | 0.58% | - |
| HSV(B) | 25.97º | 0.62% | 0.85% | - |
| XYZ | 39.22 | 33.96 | 12.47 | - |
| YUV | 156.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 82 | 0 | 0.35 | 0.62 | 0.15 | 25.97 | 0.63 | 0.58 |
| Hex | D8 | 8C | 52 | 0 | 23 | 3E | F | 1A | 3F | 3A |
| Octal | 330 | 214 | 122 | 0 | 43 | 76 | 17 | 32 | 77 | 72 |
| Binary | 11011000 | 10001100 | 1010010 | 0 | 100011 | 111110 | 1111 | 11010 | 111111 | 111010 |
Color Harmonies of #D88C52
Complementary color
Monochromatic Colors of #D88C52
Black with #D88C52
Text Example
Text Example
White with #D88C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C52; }
p { color: rgb(216,140,82); }
H1.HeaderClassName
{
color: #D88C52;
}
.AnyTagClassName
{
color: #D88C52;
}
</style>
background-color css
<style>
a { background-color: #D88C52; }
a { background-color: rgb(216,140,82); }
div.DivClassName
{
background-color: #D88C52;
}
.BgClassName
{
background-color: #D88C52;
}
</style>
border-color css
<style>
span { border-color: #D88C52; }
span { border-color: rgb(216,140,82); }
td.TdClassName
{
border-color: #D88C52;
}
.TagClassName
{
border-color: #D88C52;
}
</style>