Shades of Whiskey Sour #D18B5A
Tints of Whiskey Sour #D18B5A
RGB
CMYK
RGB Variations
Color information
#D18B5A (or 0xD18B5A) is known color: Whiskey Sour. HEX triplet: D1, 8B and 5A. RGB value is (209,139,90). Sum of RGB (Red+Green+Blue) = 209+139+90=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B5A is #2E74A5. Grayscale: #9A9A9A. Windows color (decimal): -3044518 or 5934033. OLE color: 5934033.
HSL color Cylindrical-coordinate representation of color #D18B5A: hue angle of 24.71º 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 #D18B5A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 90 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.18 |
| HSL | 24.71º | 0.56% | 0.59% | - |
| HSV(B) | 24.71º | 0.57% | 0.82% | - |
| XYZ | 37.37 | 32.76 | 14.03 | - |
| YUV | 154.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 90 | 0 | 0.33 | 0.57 | 0.18 | 24.71 | 0.56 | 0.59 |
| Hex | D1 | 8B | 5A | 0 | 21 | 39 | 12 | 19 | 38 | 3B |
| Octal | 321 | 213 | 132 | 0 | 41 | 71 | 22 | 31 | 70 | 73 |
| Binary | 11010001 | 10001011 | 1011010 | 0 | 100001 | 111001 | 10010 | 11001 | 111000 | 111011 |
Color Harmonies of #D18B5A
Complementary color
Monochromatic Colors of #D18B5A
Black with #D18B5A
Text Example
Text Example
White with #D18B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B5A; }
p { color: rgb(209,139,90); }
H1.HeaderClassName
{
color: #D18B5A;
}
.AnyTagClassName
{
color: #D18B5A;
}
</style>
background-color css
<style>
a { background-color: #D18B5A; }
a { background-color: rgb(209,139,90); }
div.DivClassName
{
background-color: #D18B5A;
}
.BgClassName
{
background-color: #D18B5A;
}
</style>
border-color css
<style>
span { border-color: #D18B5A; }
span { border-color: rgb(209,139,90); }
td.TdClassName
{
border-color: #D18B5A;
}
.TagClassName
{
border-color: #D18B5A;
}
</style>