Shades of Whiskey Sour #D18D51
Tints of Whiskey Sour #D18D51
RGB
CMYK
RGB Variations
Color information
#D18D51 (or 0xD18D51) is known color: Whiskey Sour. HEX triplet: D1, 8D and 51. RGB value is (209,141,81). Sum of RGB (Red+Green+Blue) = 209+141+81=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D51 is #2E72AE. Grayscale: #9A9A9A. Windows color (decimal): -3044015 or 5344721. OLE color: 5344721.
HSL color Cylindrical-coordinate representation of color #D18D51: hue angle of 28.12º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D18D51 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 81 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.18 |
| HSL | 28.13º | 0.58% | 0.57% | - |
| HSV(B) | 28.13º | 0.61% | 0.82% | - |
| XYZ | 37.3 | 33.2 | 12.23 | - |
| YUV | 154.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 81 | 0 | 0.33 | 0.61 | 0.18 | 28.13 | 0.58 | 0.57 |
| Hex | D1 | 8D | 51 | 0 | 21 | 3D | 12 | 1C | 3A | 39 |
| Octal | 321 | 215 | 121 | 0 | 41 | 75 | 22 | 34 | 72 | 71 |
| Binary | 11010001 | 10001101 | 1010001 | 0 | 100001 | 111101 | 10010 | 11100 | 111010 | 111001 |
Color Harmonies of #D18D51
Complementary color
Monochromatic Colors of #D18D51
Black with #D18D51
Text Example
Text Example
White with #D18D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18D51; }
p { color: rgb(209,141,81); }
H1.HeaderClassName
{
color: #D18D51;
}
.AnyTagClassName
{
color: #D18D51;
}
</style>
background-color css
<style>
a { background-color: #D18D51; }
a { background-color: rgb(209,141,81); }
div.DivClassName
{
background-color: #D18D51;
}
.BgClassName
{
background-color: #D18D51;
}
</style>
border-color css
<style>
span { border-color: #D18D51; }
span { border-color: rgb(209,141,81); }
td.TdClassName
{
border-color: #D18D51;
}
.TagClassName
{
border-color: #D18D51;
}
</style>