Shades of Whiskey Sour #D09862
Tints of Whiskey Sour #D09862
RGB
CMYK
RGB Variations
Color information
#D09862 (or 0xD09862) is known color: Whiskey Sour. HEX triplet: D0, 98 and 62. RGB value is (208,152,98). Sum of RGB (Red+Green+Blue) = 208+152+98=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D09862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09862 is #2F679D. Grayscale: #A2A2A2. Windows color (decimal): -3106718 or 6461648. OLE color: 6461648.
HSL color Cylindrical-coordinate representation of color #D09862: hue angle of 29.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D09862 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 98 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.18 |
| HSL | 29.45º | 0.54% | 0.6% | - |
| HSV(B) | 29.45º | 0.53% | 0.82% | - |
| XYZ | 39.45 | 36.75 | 16.57 | - |
| YUV | 162.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 98 | 0 | 0.27 | 0.53 | 0.18 | 29.45 | 0.54 | 0.6 |
| Hex | D0 | 98 | 62 | 0 | 1B | 35 | 12 | 1D | 36 | 3C |
| Octal | 320 | 230 | 142 | 0 | 33 | 65 | 22 | 35 | 66 | 74 |
| Binary | 11010000 | 10011000 | 1100010 | 0 | 11011 | 110101 | 10010 | 11101 | 110110 | 111100 |
Color Harmonies of #D09862
Complementary color
Monochromatic Colors of #D09862
Black with #D09862
Text Example
Text Example
White with #D09862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09862; }
p { color: rgb(208,152,98); }
H1.HeaderClassName
{
color: #D09862;
}
.AnyTagClassName
{
color: #D09862;
}
</style>
background-color css
<style>
a { background-color: #D09862; }
a { background-color: rgb(208,152,98); }
div.DivClassName
{
background-color: #D09862;
}
.BgClassName
{
background-color: #D09862;
}
</style>
border-color css
<style>
span { border-color: #D09862; }
span { border-color: rgb(208,152,98); }
td.TdClassName
{
border-color: #D09862;
}
.TagClassName
{
border-color: #D09862;
}
</style>