Shades of Whiskey Sour #D99862
Tints of Whiskey Sour #D99862
RGB
CMYK
RGB Variations
Color information
#D99862 (or 0xD99862) is known color: Whiskey Sour. HEX triplet: D9, 98 and 62. RGB value is (217,152,98). Sum of RGB (Red+Green+Blue) = 217+152+98=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D99862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99862 is #26679D. Grayscale: #A5A5A5. Windows color (decimal): -2516894 or 6461657. OLE color: 6461657.
HSL color Cylindrical-coordinate representation of color #D99862: hue angle of 27.23º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D99862 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 98 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.15 |
| HSL | 27.23º | 0.61% | 0.62% | - |
| HSV(B) | 27.23º | 0.55% | 0.85% | - |
| XYZ | 42.05 | 38.09 | 16.69 | - |
| YUV | 165.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 98 | 0 | 0.30 | 0.55 | 0.15 | 27.23 | 0.61 | 0.62 |
| Hex | D9 | 98 | 62 | 0 | 1E | 37 | F | 1B | 3D | 3E |
| Octal | 331 | 230 | 142 | 0 | 36 | 67 | 17 | 33 | 75 | 76 |
| Binary | 11011001 | 10011000 | 1100010 | 0 | 11110 | 110111 | 1111 | 11011 | 111101 | 111110 |
Color Harmonies of #D99862
Complementary color
Monochromatic Colors of #D99862
Black with #D99862
Text Example
Text Example
White with #D99862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99862; }
p { color: rgb(217,152,98); }
H1.HeaderClassName
{
color: #D99862;
}
.AnyTagClassName
{
color: #D99862;
}
</style>
background-color css
<style>
a { background-color: #D99862; }
a { background-color: rgb(217,152,98); }
div.DivClassName
{
background-color: #D99862;
}
.BgClassName
{
background-color: #D99862;
}
</style>
border-color css
<style>
span { border-color: #D99862; }
span { border-color: rgb(217,152,98); }
td.TdClassName
{
border-color: #D99862;
}
.TagClassName
{
border-color: #D99862;
}
</style>