Shades of Whiskey Sour #D18E5A
Tints of Whiskey Sour #D18E5A
RGB
CMYK
RGB Variations
Color information
#D18E5A (or 0xD18E5A) is known color: Whiskey Sour. HEX triplet: D1, 8E and 5A. RGB value is (209,142,90). Sum of RGB (Red+Green+Blue) = 209+142+90=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E5A is #2E71A5. Grayscale: #9C9C9C. Windows color (decimal): -3043750 or 5934801. OLE color: 5934801.
HSL color Cylindrical-coordinate representation of color #D18E5A: hue angle of 26.22º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D18E5A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 142 | 90 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.18 |
| HSL | 26.22º | 0.56% | 0.59% | - |
| HSV(B) | 26.22º | 0.57% | 0.82% | - |
| XYZ | 37.81 | 33.64 | 14.17 | - |
| YUV | 156.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 90 | 0 | 0.32 | 0.57 | 0.18 | 26.22 | 0.56 | 0.59 |
| Hex | D1 | 8E | 5A | 0 | 20 | 39 | 12 | 1A | 38 | 3B |
| Octal | 321 | 216 | 132 | 0 | 40 | 71 | 22 | 32 | 70 | 73 |
| Binary | 11010001 | 10001110 | 1011010 | 0 | 100000 | 111001 | 10010 | 11010 | 111000 | 111011 |
Color Harmonies of #D18E5A
Complementary color
Monochromatic Colors of #D18E5A
Black with #D18E5A
Text Example
Text Example
White with #D18E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18E5A; }
p { color: rgb(209,142,90); }
H1.HeaderClassName
{
color: #D18E5A;
}
.AnyTagClassName
{
color: #D18E5A;
}
</style>
background-color css
<style>
a { background-color: #D18E5A; }
a { background-color: rgb(209,142,90); }
div.DivClassName
{
background-color: #D18E5A;
}
.BgClassName
{
background-color: #D18E5A;
}
</style>
border-color css
<style>
span { border-color: #D18E5A; }
span { border-color: rgb(209,142,90); }
td.TdClassName
{
border-color: #D18E5A;
}
.TagClassName
{
border-color: #D18E5A;
}
</style>