Shades of Whiskey Sour #D18E5C
Tints of Whiskey Sour #D18E5C
RGB
CMYK
RGB Variations
Color information
#D18E5C (or 0xD18E5C) is known color: Whiskey Sour. HEX triplet: D1, 8E and 5C. RGB value is (209,142,92). Sum of RGB (Red+Green+Blue) = 209+142+92=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E5C is #2E71A3. Grayscale: #9C9C9C. Windows color (decimal): -3043748 or 6065873. OLE color: 6065873.
HSL color Cylindrical-coordinate representation of color #D18E5C: hue angle of 25.64º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D18E5C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 142 | 92 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.18 |
| HSL | 25.64º | 0.56% | 0.59% | - |
| HSV(B) | 25.64º | 0.56% | 0.82% | - |
| XYZ | 37.9 | 33.67 | 14.63 | - |
| YUV | 156.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 92 | 0 | 0.32 | 0.56 | 0.18 | 25.64 | 0.56 | 0.59 |
| Hex | D1 | 8E | 5C | 0 | 20 | 38 | 12 | 1A | 38 | 3B |
| Octal | 321 | 216 | 134 | 0 | 40 | 70 | 22 | 32 | 70 | 73 |
| Binary | 11010001 | 10001110 | 1011100 | 0 | 100000 | 111000 | 10010 | 11010 | 111000 | 111011 |
Color Harmonies of #D18E5C
Complementary color
Monochromatic Colors of #D18E5C
Black with #D18E5C
Text Example
Text Example
White with #D18E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18E5C; }
p { color: rgb(209,142,92); }
H1.HeaderClassName
{
color: #D18E5C;
}
.AnyTagClassName
{
color: #D18E5C;
}
</style>
background-color css
<style>
a { background-color: #D18E5C; }
a { background-color: rgb(209,142,92); }
div.DivClassName
{
background-color: #D18E5C;
}
.BgClassName
{
background-color: #D18E5C;
}
</style>
border-color css
<style>
span { border-color: #D18E5C; }
span { border-color: rgb(209,142,92); }
td.TdClassName
{
border-color: #D18E5C;
}
.TagClassName
{
border-color: #D18E5C;
}
</style>