Shades of Whiskey Sour #D98855
Tints of Whiskey Sour #D98855
RGB
CMYK
RGB Variations
Color information
#D98855 (or 0xD98855) is known color: Whiskey Sour. HEX triplet: D9, 88 and 55. RGB value is (217,136,85). Sum of RGB (Red+Green+Blue) = 217+136+85=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D98855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98855 is #2677AA. Grayscale: #9A9A9A. Windows color (decimal): -2521003 or 5605593. OLE color: 5605593.
HSL color Cylindrical-coordinate representation of color #D98855: hue angle of 23.18º 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 #D98855 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 85 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.15 |
| HSL | 23.18º | 0.63% | 0.59% | - |
| HSV(B) | 23.18º | 0.61% | 0.85% | - |
| XYZ | 39.06 | 33.02 | 12.91 | - |
| YUV | 154.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 85 | 0 | 0.37 | 0.61 | 0.15 | 23.18 | 0.63 | 0.59 |
| Hex | D9 | 88 | 55 | 0 | 25 | 3D | F | 17 | 3F | 3B |
| Octal | 331 | 210 | 125 | 0 | 45 | 75 | 17 | 27 | 77 | 73 |
| Binary | 11011001 | 10001000 | 1010101 | 0 | 100101 | 111101 | 1111 | 10111 | 111111 | 111011 |
Color Harmonies of #D98855
Complementary color
Monochromatic Colors of #D98855
Black with #D98855
Text Example
Text Example
White with #D98855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98855; }
p { color: rgb(217,136,85); }
H1.HeaderClassName
{
color: #D98855;
}
.AnyTagClassName
{
color: #D98855;
}
</style>
background-color css
<style>
a { background-color: #D98855; }
a { background-color: rgb(217,136,85); }
div.DivClassName
{
background-color: #D98855;
}
.BgClassName
{
background-color: #D98855;
}
</style>
border-color css
<style>
span { border-color: #D98855; }
span { border-color: rgb(217,136,85); }
td.TdClassName
{
border-color: #D98855;
}
.TagClassName
{
border-color: #D98855;
}
</style>