Shades of Whiskey Sour #D18A56
Tints of Whiskey Sour #D18A56
RGB
CMYK
RGB Variations
Color information
#D18A56 (or 0xD18A56) is known color: Whiskey Sour. HEX triplet: D1, 8A and 56. RGB value is (209,138,86). Sum of RGB (Red+Green+Blue) = 209+138+86=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A56 is #2E75A9. Grayscale: #999999. Windows color (decimal): -3044778 or 5671633. OLE color: 5671633.
HSL color Cylindrical-coordinate representation of color #D18A56: hue angle of 25.37º 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 #D18A56 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 86 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.18 |
| HSL | 25.37º | 0.57% | 0.58% | - |
| HSV(B) | 25.37º | 0.59% | 0.82% | - |
| XYZ | 37.06 | 32.4 | 13.11 | - |
| YUV | 153.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 86 | 0 | 0.34 | 0.59 | 0.18 | 25.37 | 0.57 | 0.58 |
| Hex | D1 | 8A | 56 | 0 | 22 | 3B | 12 | 19 | 39 | 3A |
| Octal | 321 | 212 | 126 | 0 | 42 | 73 | 22 | 31 | 71 | 72 |
| Binary | 11010001 | 10001010 | 1010110 | 0 | 100010 | 111011 | 10010 | 11001 | 111001 | 111010 |
Color Harmonies of #D18A56
Complementary color
Monochromatic Colors of #D18A56
Black with #D18A56
Text Example
Text Example
White with #D18A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A56; }
p { color: rgb(209,138,86); }
H1.HeaderClassName
{
color: #D18A56;
}
.AnyTagClassName
{
color: #D18A56;
}
</style>
background-color css
<style>
a { background-color: #D18A56; }
a { background-color: rgb(209,138,86); }
div.DivClassName
{
background-color: #D18A56;
}
.BgClassName
{
background-color: #D18A56;
}
</style>
border-color css
<style>
span { border-color: #D18A56; }
span { border-color: rgb(209,138,86); }
td.TdClassName
{
border-color: #D18A56;
}
.TagClassName
{
border-color: #D18A56;
}
</style>