Shades of Whiskey Sour #D09856
Tints of Whiskey Sour #D09856
RGB
CMYK
RGB Variations
Color information
#D09856 (or 0xD09856) is known color: Whiskey Sour. HEX triplet: D0, 98 and 56. RGB value is (208,152,86). Sum of RGB (Red+Green+Blue) = 208+152+86=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D09856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09856 is #2F67A9. Grayscale: #A1A1A1. Windows color (decimal): -3106730 or 5675216. OLE color: 5675216.
HSL color Cylindrical-coordinate representation of color #D09856: hue angle of 32.46º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D09856 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 86 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.18 |
| HSL | 32.46º | 0.56% | 0.58% | - |
| HSV(B) | 32.46º | 0.59% | 0.82% | - |
| XYZ | 38.92 | 36.54 | 13.81 | - |
| YUV | 161.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 86 | 0 | 0.27 | 0.59 | 0.18 | 32.46 | 0.56 | 0.58 |
| Hex | D0 | 98 | 56 | 0 | 1B | 3B | 12 | 20 | 38 | 3A |
| Octal | 320 | 230 | 126 | 0 | 33 | 73 | 22 | 40 | 70 | 72 |
| Binary | 11010000 | 10011000 | 1010110 | 0 | 11011 | 111011 | 10010 | 100000 | 111000 | 111010 |
Color Harmonies of #D09856
Complementary color
Monochromatic Colors of #D09856
Black with #D09856
Text Example
Text Example
White with #D09856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09856; }
p { color: rgb(208,152,86); }
H1.HeaderClassName
{
color: #D09856;
}
.AnyTagClassName
{
color: #D09856;
}
</style>
background-color css
<style>
a { background-color: #D09856; }
a { background-color: rgb(208,152,86); }
div.DivClassName
{
background-color: #D09856;
}
.BgClassName
{
background-color: #D09856;
}
</style>
border-color css
<style>
span { border-color: #D09856; }
span { border-color: rgb(208,152,86); }
td.TdClassName
{
border-color: #D09856;
}
.TagClassName
{
border-color: #D09856;
}
</style>