Shades of Whiskey Sour #D09460
Tints of Whiskey Sour #D09460
RGB
CMYK
RGB Variations
Color information
#D09460 (or 0xD09460) is known color: Whiskey Sour. HEX triplet: D0, 94 and 60. RGB value is (208,148,96). Sum of RGB (Red+Green+Blue) = 208+148+96=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D09460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09460 is #2F6B9F. Grayscale: #A0A0A0. Windows color (decimal): -3107744 or 6329552. OLE color: 6329552.
HSL color Cylindrical-coordinate representation of color #D09460: hue angle of 27.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D09460 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 96 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.18 |
| HSL | 27.86º | 0.54% | 0.6% | - |
| HSV(B) | 27.86º | 0.54% | 0.82% | - |
| XYZ | 38.71 | 35.43 | 15.87 | - |
| YUV | 160.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 96 | 0 | 0.29 | 0.54 | 0.18 | 27.86 | 0.54 | 0.6 |
| Hex | D0 | 94 | 60 | 0 | 1D | 36 | 12 | 1C | 36 | 3C |
| Octal | 320 | 224 | 140 | 0 | 35 | 66 | 22 | 34 | 66 | 74 |
| Binary | 11010000 | 10010100 | 1100000 | 0 | 11101 | 110110 | 10010 | 11100 | 110110 | 111100 |
Color Harmonies of #D09460
Complementary color
Monochromatic Colors of #D09460
Black with #D09460
Text Example
Text Example
White with #D09460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09460; }
p { color: rgb(208,148,96); }
H1.HeaderClassName
{
color: #D09460;
}
.AnyTagClassName
{
color: #D09460;
}
</style>
background-color css
<style>
a { background-color: #D09460; }
a { background-color: rgb(208,148,96); }
div.DivClassName
{
background-color: #D09460;
}
.BgClassName
{
background-color: #D09460;
}
</style>
border-color css
<style>
span { border-color: #D09460; }
span { border-color: rgb(208,148,96); }
td.TdClassName
{
border-color: #D09460;
}
.TagClassName
{
border-color: #D09460;
}
</style>