Shades of Whiskey Sour #D38E59
Tints of Whiskey Sour #D38E59
RGB
CMYK
RGB Variations
Color information
#D38E59 (or 0xD38E59) is known color: Whiskey Sour. HEX triplet: D3, 8E and 59. RGB value is (211,142,89). Sum of RGB (Red+Green+Blue) = 211+142+89=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38E59 is #2C71A6. Grayscale: #9C9C9C. Windows color (decimal): -2912679 or 5869267. OLE color: 5869267.
HSL color Cylindrical-coordinate representation of color #D38E59: hue angle of 26.07º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D38E59 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 89 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.17 |
| HSL | 26.07º | 0.58% | 0.59% | - |
| HSV(B) | 26.07º | 0.58% | 0.83% | - |
| XYZ | 38.34 | 33.92 | 13.98 | - |
| YUV | 156.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 89 | 0 | 0.33 | 0.58 | 0.17 | 26.07 | 0.58 | 0.59 |
| Hex | D3 | 8E | 59 | 0 | 21 | 3A | 11 | 1A | 3A | 3B |
| Octal | 323 | 216 | 131 | 0 | 41 | 72 | 21 | 32 | 72 | 73 |
| Binary | 11010011 | 10001110 | 1011001 | 0 | 100001 | 111010 | 10001 | 11010 | 111010 | 111011 |
Color Harmonies of #D38E59
Complementary color
Monochromatic Colors of #D38E59
Black with #D38E59
Text Example
Text Example
White with #D38E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38E59; }
p { color: rgb(211,142,89); }
H1.HeaderClassName
{
color: #D38E59;
}
.AnyTagClassName
{
color: #D38E59;
}
</style>
background-color css
<style>
a { background-color: #D38E59; }
a { background-color: rgb(211,142,89); }
div.DivClassName
{
background-color: #D38E59;
}
.BgClassName
{
background-color: #D38E59;
}
</style>
border-color css
<style>
span { border-color: #D38E59; }
span { border-color: rgb(211,142,89); }
td.TdClassName
{
border-color: #D38E59;
}
.TagClassName
{
border-color: #D38E59;
}
</style>