Shades of Whiskey Sour #D09654
Tints of Whiskey Sour #D09654
RGB
CMYK
RGB Variations
Color information
#D09654 (or 0xD09654) is known color: Whiskey Sour. HEX triplet: D0, 96 and 54. RGB value is (208,150,84). Sum of RGB (Red+Green+Blue) = 208+150+84=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D09654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09654 is #2F69AB. Grayscale: #A0A0A0. Windows color (decimal): -3107244 or 5543632. OLE color: 5543632.
HSL color Cylindrical-coordinate representation of color #D09654: hue angle of 31.94º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D09654 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 84 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.18 |
| HSL | 31.94º | 0.57% | 0.57% | - |
| HSV(B) | 31.94º | 0.6% | 0.82% | - |
| XYZ | 38.52 | 35.86 | 13.28 | - |
| YUV | 159.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 84 | 0 | 0.28 | 0.60 | 0.18 | 31.94 | 0.57 | 0.57 |
| Hex | D0 | 96 | 54 | 0 | 1C | 3C | 12 | 20 | 39 | 39 |
| Octal | 320 | 226 | 124 | 0 | 34 | 74 | 22 | 40 | 71 | 71 |
| Binary | 11010000 | 10010110 | 1010100 | 0 | 11100 | 111100 | 10010 | 100000 | 111001 | 111001 |
Color Harmonies of #D09654
Complementary color
Monochromatic Colors of #D09654
Black with #D09654
Text Example
Text Example
White with #D09654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09654; }
p { color: rgb(208,150,84); }
H1.HeaderClassName
{
color: #D09654;
}
.AnyTagClassName
{
color: #D09654;
}
</style>
background-color css
<style>
a { background-color: #D09654; }
a { background-color: rgb(208,150,84); }
div.DivClassName
{
background-color: #D09654;
}
.BgClassName
{
background-color: #D09654;
}
</style>
border-color css
<style>
span { border-color: #D09654; }
span { border-color: rgb(208,150,84); }
td.TdClassName
{
border-color: #D09654;
}
.TagClassName
{
border-color: #D09654;
}
</style>