Shades of Whiskey Sour #D09C60
Tints of Whiskey Sour #D09C60
RGB
CMYK
RGB Variations
Color information
#D09C60 (or 0xD09C60) is known color: Whiskey Sour. HEX triplet: D0, 9C and 60. RGB value is (208,156,96). Sum of RGB (Red+Green+Blue) = 208+156+96=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C60 is #2F639F. Grayscale: #A5A5A5. Windows color (decimal): -3105696 or 6331600. OLE color: 6331600.
HSL color Cylindrical-coordinate representation of color #D09C60: hue angle of 32.14º 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 #D09C60 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 96 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.18 |
| HSL | 32.14º | 0.54% | 0.6% | - |
| HSV(B) | 32.14º | 0.54% | 0.82% | - |
| XYZ | 40.01 | 38.03 | 16.3 | - |
| YUV | 164.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 96 | 0 | 0.25 | 0.54 | 0.18 | 32.14 | 0.54 | 0.6 |
| Hex | D0 | 9C | 60 | 0 | 19 | 36 | 12 | 20 | 36 | 3C |
| Octal | 320 | 234 | 140 | 0 | 31 | 66 | 22 | 40 | 66 | 74 |
| Binary | 11010000 | 10011100 | 1100000 | 0 | 11001 | 110110 | 10010 | 100000 | 110110 | 111100 |
Color Harmonies of #D09C60
Complementary color
Monochromatic Colors of #D09C60
Black with #D09C60
Text Example
Text Example
White with #D09C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C60; }
p { color: rgb(208,156,96); }
H1.HeaderClassName
{
color: #D09C60;
}
.AnyTagClassName
{
color: #D09C60;
}
</style>
background-color css
<style>
a { background-color: #D09C60; }
a { background-color: rgb(208,156,96); }
div.DivClassName
{
background-color: #D09C60;
}
.BgClassName
{
background-color: #D09C60;
}
</style>
border-color css
<style>
span { border-color: #D09C60; }
span { border-color: rgb(208,156,96); }
td.TdClassName
{
border-color: #D09C60;
}
.TagClassName
{
border-color: #D09C60;
}
</style>