Shades of Whiskey Sour #D09658
Tints of Whiskey Sour #D09658
RGB
CMYK
RGB Variations
Color information
#D09658 (or 0xD09658) is known color: Whiskey Sour. HEX triplet: D0, 96 and 58. RGB value is (208,150,88). Sum of RGB (Red+Green+Blue) = 208+150+88=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D09658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09658 is #2F69A7. Grayscale: #A0A0A0. Windows color (decimal): -3107240 or 5805776. OLE color: 5805776.
HSL color Cylindrical-coordinate representation of color #D09658: hue angle of 31º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D09658 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 88 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.18 |
| HSL | 31º | 0.56% | 0.58% | - |
| HSV(B) | 31º | 0.58% | 0.82% | - |
| XYZ | 38.68 | 35.93 | 14.13 | - |
| YUV | 160.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 88 | 0 | 0.28 | 0.58 | 0.18 | 31 | 0.56 | 0.58 |
| Hex | D0 | 96 | 58 | 0 | 1C | 3A | 12 | 1F | 38 | 3A |
| Octal | 320 | 226 | 130 | 0 | 34 | 72 | 22 | 37 | 70 | 72 |
| Binary | 11010000 | 10010110 | 1011000 | 0 | 11100 | 111010 | 10010 | 11111 | 111000 | 111010 |
Color Harmonies of #D09658
Complementary color
Monochromatic Colors of #D09658
Black with #D09658
Text Example
Text Example
White with #D09658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09658; }
p { color: rgb(208,150,88); }
H1.HeaderClassName
{
color: #D09658;
}
.AnyTagClassName
{
color: #D09658;
}
</style>
background-color css
<style>
a { background-color: #D09658; }
a { background-color: rgb(208,150,88); }
div.DivClassName
{
background-color: #D09658;
}
.BgClassName
{
background-color: #D09658;
}
</style>
border-color css
<style>
span { border-color: #D09658; }
span { border-color: rgb(208,150,88); }
td.TdClassName
{
border-color: #D09658;
}
.TagClassName
{
border-color: #D09658;
}
</style>