Shades of Whiskey Sour #D18955
Tints of Whiskey Sour #D18955
RGB
CMYK
RGB Variations
Color information
#D18955 (or 0xD18955) is known color: Whiskey Sour. HEX triplet: D1, 89 and 55. RGB value is (209,137,85). Sum of RGB (Red+Green+Blue) = 209+137+85=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D18955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18955 is #2E76AA. Grayscale: #989898. Windows color (decimal): -3045035 or 5605841. OLE color: 5605841.
HSL color Cylindrical-coordinate representation of color #D18955: hue angle of 25.16º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D18955 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 85 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.18 |
| HSL | 25.16º | 0.57% | 0.58% | - |
| HSV(B) | 25.16º | 0.59% | 0.82% | - |
| XYZ | 36.88 | 32.1 | 12.85 | - |
| YUV | 152.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 85 | 0 | 0.34 | 0.59 | 0.18 | 25.16 | 0.57 | 0.58 |
| Hex | D1 | 89 | 55 | 0 | 22 | 3B | 12 | 19 | 39 | 3A |
| Octal | 321 | 211 | 125 | 0 | 42 | 73 | 22 | 31 | 71 | 72 |
| Binary | 11010001 | 10001001 | 1010101 | 0 | 100010 | 111011 | 10010 | 11001 | 111001 | 111010 |
Color Harmonies of #D18955
Complementary color
Monochromatic Colors of #D18955
Black with #D18955
Text Example
Text Example
White with #D18955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18955; }
p { color: rgb(209,137,85); }
H1.HeaderClassName
{
color: #D18955;
}
.AnyTagClassName
{
color: #D18955;
}
</style>
background-color css
<style>
a { background-color: #D18955; }
a { background-color: rgb(209,137,85); }
div.DivClassName
{
background-color: #D18955;
}
.BgClassName
{
background-color: #D18955;
}
</style>
border-color css
<style>
span { border-color: #D18955; }
span { border-color: rgb(209,137,85); }
td.TdClassName
{
border-color: #D18955;
}
.TagClassName
{
border-color: #D18955;
}
</style>