Shades of Whiskey Sour #D09A62
Tints of Whiskey Sour #D09A62
RGB
CMYK
RGB Variations
Color information
#D09A62 (or 0xD09A62) is known color: Whiskey Sour. HEX triplet: D0, 9A and 62. RGB value is (208,154,98). Sum of RGB (Red+Green+Blue) = 208+154+98=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A62 is #2F659D. Grayscale: #A4A4A4. Windows color (decimal): -3106206 or 6462160. OLE color: 6462160.
HSL color Cylindrical-coordinate representation of color #D09A62: hue angle of 30.55º 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 #D09A62 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 98 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.18 |
| HSL | 30.55º | 0.54% | 0.6% | - |
| HSV(B) | 30.55º | 0.53% | 0.82% | - |
| XYZ | 39.77 | 37.4 | 16.68 | - |
| YUV | 163.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 98 | 0 | 0.26 | 0.53 | 0.18 | 30.55 | 0.54 | 0.6 |
| Hex | D0 | 9A | 62 | 0 | 1A | 35 | 12 | 1F | 36 | 3C |
| Octal | 320 | 232 | 142 | 0 | 32 | 65 | 22 | 37 | 66 | 74 |
| Binary | 11010000 | 10011010 | 1100010 | 0 | 11010 | 110101 | 10010 | 11111 | 110110 | 111100 |
Color Harmonies of #D09A62
Complementary color
Monochromatic Colors of #D09A62
Black with #D09A62
Text Example
Text Example
White with #D09A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A62; }
p { color: rgb(208,154,98); }
H1.HeaderClassName
{
color: #D09A62;
}
.AnyTagClassName
{
color: #D09A62;
}
</style>
background-color css
<style>
a { background-color: #D09A62; }
a { background-color: rgb(208,154,98); }
div.DivClassName
{
background-color: #D09A62;
}
.BgClassName
{
background-color: #D09A62;
}
</style>
border-color css
<style>
span { border-color: #D09A62; }
span { border-color: rgb(208,154,98); }
td.TdClassName
{
border-color: #D09A62;
}
.TagClassName
{
border-color: #D09A62;
}
</style>