Shades of Whiskey Sour #D99860
Tints of Whiskey Sour #D99860
RGB
CMYK
RGB Variations
Color information
#D99860 (or 0xD99860) is known color: Whiskey Sour. HEX triplet: D9, 98 and 60. RGB value is (217,152,96). Sum of RGB (Red+Green+Blue) = 217+152+96=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99860 is #26679F. Grayscale: #A5A5A5. Windows color (decimal): -2516896 or 6330585. OLE color: 6330585.
HSL color Cylindrical-coordinate representation of color #D99860: hue angle of 27.77º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D99860 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 96 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.15 |
| HSL | 27.77º | 0.61% | 0.61% | - |
| HSV(B) | 27.77º | 0.56% | 0.85% | - |
| XYZ | 41.95 | 38.05 | 16.2 | - |
| YUV | 165.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 96 | 0 | 0.30 | 0.56 | 0.15 | 27.77 | 0.61 | 0.61 |
| Hex | D9 | 98 | 60 | 0 | 1E | 38 | F | 1C | 3D | 3D |
| Octal | 331 | 230 | 140 | 0 | 36 | 70 | 17 | 34 | 75 | 75 |
| Binary | 11011001 | 10011000 | 1100000 | 0 | 11110 | 111000 | 1111 | 11100 | 111101 | 111101 |
Color Harmonies of #D99860
Complementary color
Monochromatic Colors of #D99860
Black with #D99860
Text Example
Text Example
White with #D99860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99860; }
p { color: rgb(217,152,96); }
H1.HeaderClassName
{
color: #D99860;
}
.AnyTagClassName
{
color: #D99860;
}
</style>
background-color css
<style>
a { background-color: #D99860; }
a { background-color: rgb(217,152,96); }
div.DivClassName
{
background-color: #D99860;
}
.BgClassName
{
background-color: #D99860;
}
</style>
border-color css
<style>
span { border-color: #D99860; }
span { border-color: rgb(217,152,96); }
td.TdClassName
{
border-color: #D99860;
}
.TagClassName
{
border-color: #D99860;
}
</style>