Shades of Whiskey Sour #D38D4F
Tints of Whiskey Sour #D38D4F
RGB
CMYK
RGB Variations
Color information
#D38D4F (or 0xD38D4F) is known color: Whiskey Sour. HEX triplet: D3, 8D and 4F. RGB value is (211,141,79). Sum of RGB (Red+Green+Blue) = 211+141+79=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D4F is #2C72B0. Grayscale: #9B9B9B. Windows color (decimal): -2912945 or 5213651. OLE color: 5213651.
HSL color Cylindrical-coordinate representation of color #D38D4F: hue angle of 28.18º 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 #D38D4F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 79 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.17 |
| HSL | 28.18º | 0.6% | 0.57% | - |
| HSV(B) | 28.18º | 0.63% | 0.83% | - |
| XYZ | 37.8 | 33.46 | 11.86 | - |
| YUV | 154.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 79 | 0 | 0.33 | 0.63 | 0.17 | 28.18 | 0.6 | 0.57 |
| Hex | D3 | 8D | 4F | 0 | 21 | 3F | 11 | 1C | 3C | 39 |
| Octal | 323 | 215 | 117 | 0 | 41 | 77 | 21 | 34 | 74 | 71 |
| Binary | 11010011 | 10001101 | 1001111 | 0 | 100001 | 111111 | 10001 | 11100 | 111100 | 111001 |
Color Harmonies of #D38D4F
Complementary color
Monochromatic Colors of #D38D4F
Black with #D38D4F
Text Example
Text Example
White with #D38D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D4F; }
p { color: rgb(211,141,79); }
H1.HeaderClassName
{
color: #D38D4F;
}
.AnyTagClassName
{
color: #D38D4F;
}
</style>
background-color css
<style>
a { background-color: #D38D4F; }
a { background-color: rgb(211,141,79); }
div.DivClassName
{
background-color: #D38D4F;
}
.BgClassName
{
background-color: #D38D4F;
}
</style>
border-color css
<style>
span { border-color: #D38D4F; }
span { border-color: rgb(211,141,79); }
td.TdClassName
{
border-color: #D38D4F;
}
.TagClassName
{
border-color: #D38D4F;
}
</style>