Shades of Whiskey Sour #D18759
Tints of Whiskey Sour #D18759
RGB
CMYK
RGB Variations
Color information
#D18759 (or 0xD18759) is known color: Whiskey Sour. HEX triplet: D1, 87 and 59. RGB value is (209,135,89). Sum of RGB (Red+Green+Blue) = 209+135+89=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D18759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18759 is #2E78A6. Grayscale: #989898. Windows color (decimal): -3045543 or 5867473. OLE color: 5867473.
HSL color Cylindrical-coordinate representation of color #D18759: hue angle of 23º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D18759 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 89 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.18 |
| HSL | 23º | 0.57% | 0.58% | - |
| HSV(B) | 23º | 0.57% | 0.82% | - |
| XYZ | 36.76 | 31.6 | 13.61 | - |
| YUV | 151.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 89 | 0 | 0.35 | 0.57 | 0.18 | 23 | 0.57 | 0.58 |
| Hex | D1 | 87 | 59 | 0 | 23 | 39 | 12 | 17 | 39 | 3A |
| Octal | 321 | 207 | 131 | 0 | 43 | 71 | 22 | 27 | 71 | 72 |
| Binary | 11010001 | 10000111 | 1011001 | 0 | 100011 | 111001 | 10010 | 10111 | 111001 | 111010 |
Color Harmonies of #D18759
Complementary color
Monochromatic Colors of #D18759
Black with #D18759
Text Example
Text Example
White with #D18759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18759; }
p { color: rgb(209,135,89); }
H1.HeaderClassName
{
color: #D18759;
}
.AnyTagClassName
{
color: #D18759;
}
</style>
background-color css
<style>
a { background-color: #D18759; }
a { background-color: rgb(209,135,89); }
div.DivClassName
{
background-color: #D18759;
}
.BgClassName
{
background-color: #D18759;
}
</style>
border-color css
<style>
span { border-color: #D18759; }
span { border-color: rgb(209,135,89); }
td.TdClassName
{
border-color: #D18759;
}
.TagClassName
{
border-color: #D18759;
}
</style>