Shades of Whiskey Sour #D38D4E
Tints of Whiskey Sour #D38D4E
RGB
CMYK
RGB Variations
Color information
#D38D4E (or 0xD38D4E) is known color: Whiskey Sour. HEX triplet: D3, 8D and 4E. RGB value is (211,141,78). Sum of RGB (Red+Green+Blue) = 211+141+78=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D4E is #2C72B1. Grayscale: #9B9B9B. Windows color (decimal): -2912946 or 5148115. OLE color: 5148115.
HSL color Cylindrical-coordinate representation of color #D38D4E: hue angle of 28.42º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D38D4E is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 78 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.17 |
| HSL | 28.42º | 0.6% | 0.57% | - |
| HSV(B) | 28.42º | 0.63% | 0.83% | - |
| XYZ | 37.76 | 33.45 | 11.67 | - |
| YUV | 154.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 78 | 0 | 0.33 | 0.63 | 0.17 | 28.42 | 0.6 | 0.57 |
| Hex | D3 | 8D | 4E | 0 | 21 | 3F | 11 | 1C | 3C | 39 |
| Octal | 323 | 215 | 116 | 0 | 41 | 77 | 21 | 34 | 74 | 71 |
| Binary | 11010011 | 10001101 | 1001110 | 0 | 100001 | 111111 | 10001 | 11100 | 111100 | 111001 |
Color Harmonies of #D38D4E
Complementary color
Monochromatic Colors of #D38D4E
Black with #D38D4E
Text Example
Text Example
White with #D38D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D4E; }
p { color: rgb(211,141,78); }
H1.HeaderClassName
{
color: #D38D4E;
}
.AnyTagClassName
{
color: #D38D4E;
}
</style>
background-color css
<style>
a { background-color: #D38D4E; }
a { background-color: rgb(211,141,78); }
div.DivClassName
{
background-color: #D38D4E;
}
.BgClassName
{
background-color: #D38D4E;
}
</style>
border-color css
<style>
span { border-color: #D38D4E; }
span { border-color: rgb(211,141,78); }
td.TdClassName
{
border-color: #D38D4E;
}
.TagClassName
{
border-color: #D38D4E;
}
</style>