Shades of Whiskey Sour #D18657
Tints of Whiskey Sour #D18657
RGB
CMYK
RGB Variations
Color information
#D18657 (or 0xD18657) is known color: Whiskey Sour. HEX triplet: D1, 86 and 57. RGB value is (209,134,87). Sum of RGB (Red+Green+Blue) = 209+134+87=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D18657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18657 is #2E79A8. Grayscale: #979797. Windows color (decimal): -3045801 or 5736145. OLE color: 5736145.
HSL color Cylindrical-coordinate representation of color #D18657: hue angle of 23.11º degrees, saturation: 0.57, 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 #D18657 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 87 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.18 |
| HSL | 23.11º | 0.57% | 0.58% | - |
| HSV(B) | 23.11º | 0.58% | 0.82% | - |
| XYZ | 36.54 | 31.29 | 13.13 | - |
| YUV | 151.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 87 | 0 | 0.36 | 0.58 | 0.18 | 23.11 | 0.57 | 0.58 |
| Hex | D1 | 86 | 57 | 0 | 24 | 3A | 12 | 17 | 39 | 3A |
| Octal | 321 | 206 | 127 | 0 | 44 | 72 | 22 | 27 | 71 | 72 |
| Binary | 11010001 | 10000110 | 1010111 | 0 | 100100 | 111010 | 10010 | 10111 | 111001 | 111010 |
Color Harmonies of #D18657
Complementary color
Monochromatic Colors of #D18657
Black with #D18657
Text Example
Text Example
White with #D18657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18657; }
p { color: rgb(209,134,87); }
H1.HeaderClassName
{
color: #D18657;
}
.AnyTagClassName
{
color: #D18657;
}
</style>
background-color css
<style>
a { background-color: #D18657; }
a { background-color: rgb(209,134,87); }
div.DivClassName
{
background-color: #D18657;
}
.BgClassName
{
background-color: #D18657;
}
</style>
border-color css
<style>
span { border-color: #D18657; }
span { border-color: rgb(209,134,87); }
td.TdClassName
{
border-color: #D18657;
}
.TagClassName
{
border-color: #D18657;
}
</style>