Shades of Whiskey Sour #D18A50
Tints of Whiskey Sour #D18A50
RGB
CMYK
RGB Variations
Color information
#D18A50 (or 0xD18A50) is known color: Whiskey Sour. HEX triplet: D1, 8A and 50. RGB value is (209,138,80). Sum of RGB (Red+Green+Blue) = 209+138+80=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A50 is #2E75AF. Grayscale: #989898. Windows color (decimal): -3044784 or 5278417. OLE color: 5278417.
HSL color Cylindrical-coordinate representation of color #D18A50: hue angle of 26.98º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D18A50 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 80 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.18 |
| HSL | 26.98º | 0.58% | 0.57% | - |
| HSV(B) | 26.98º | 0.62% | 0.82% | - |
| XYZ | 36.83 | 32.31 | 11.88 | - |
| YUV | 152.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 80 | 0 | 0.34 | 0.62 | 0.18 | 26.98 | 0.58 | 0.57 |
| Hex | D1 | 8A | 50 | 0 | 22 | 3E | 12 | 1B | 3A | 39 |
| Octal | 321 | 212 | 120 | 0 | 42 | 76 | 22 | 33 | 72 | 71 |
| Binary | 11010001 | 10001010 | 1010000 | 0 | 100010 | 111110 | 10010 | 11011 | 111010 | 111001 |
Color Harmonies of #D18A50
Complementary color
Monochromatic Colors of #D18A50
Black with #D18A50
Text Example
Text Example
White with #D18A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A50; }
p { color: rgb(209,138,80); }
H1.HeaderClassName
{
color: #D18A50;
}
.AnyTagClassName
{
color: #D18A50;
}
</style>
background-color css
<style>
a { background-color: #D18A50; }
a { background-color: rgb(209,138,80); }
div.DivClassName
{
background-color: #D18A50;
}
.BgClassName
{
background-color: #D18A50;
}
</style>
border-color css
<style>
span { border-color: #D18A50; }
span { border-color: rgb(209,138,80); }
td.TdClassName
{
border-color: #D18A50;
}
.TagClassName
{
border-color: #D18A50;
}
</style>