Shades of Whiskey Sour #D09657
Tints of Whiskey Sour #D09657
RGB
CMYK
RGB Variations
Color information
#D09657 (or 0xD09657) is known color: Whiskey Sour. HEX triplet: D0, 96 and 57. RGB value is (208,150,87). Sum of RGB (Red+Green+Blue) = 208+150+87=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D09657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09657 is #2F69A8. Grayscale: #A0A0A0. Windows color (decimal): -3107241 or 5740240. OLE color: 5740240.
HSL color Cylindrical-coordinate representation of color #D09657: hue angle of 31.24º 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 #D09657 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 87 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.18 |
| HSL | 31.24º | 0.56% | 0.58% | - |
| HSV(B) | 31.24º | 0.58% | 0.82% | - |
| XYZ | 38.64 | 35.91 | 13.91 | - |
| YUV | 160.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 87 | 0 | 0.28 | 0.58 | 0.18 | 31.24 | 0.56 | 0.58 |
| Hex | D0 | 96 | 57 | 0 | 1C | 3A | 12 | 1F | 38 | 3A |
| Octal | 320 | 226 | 127 | 0 | 34 | 72 | 22 | 37 | 70 | 72 |
| Binary | 11010000 | 10010110 | 1010111 | 0 | 11100 | 111010 | 10010 | 11111 | 111000 | 111010 |
Color Harmonies of #D09657
Complementary color
Monochromatic Colors of #D09657
Black with #D09657
Text Example
Text Example
White with #D09657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09657; }
p { color: rgb(208,150,87); }
H1.HeaderClassName
{
color: #D09657;
}
.AnyTagClassName
{
color: #D09657;
}
</style>
background-color css
<style>
a { background-color: #D09657; }
a { background-color: rgb(208,150,87); }
div.DivClassName
{
background-color: #D09657;
}
.BgClassName
{
background-color: #D09657;
}
</style>
border-color css
<style>
span { border-color: #D09657; }
span { border-color: rgb(208,150,87); }
td.TdClassName
{
border-color: #D09657;
}
.TagClassName
{
border-color: #D09657;
}
</style>