Shades of Whiskey Sour #D38D53
Tints of Whiskey Sour #D38D53
RGB
CMYK
RGB Variations
Color information
#D38D53 (or 0xD38D53) is known color: Whiskey Sour. HEX triplet: D3, 8D and 53. RGB value is (211,141,83). Sum of RGB (Red+Green+Blue) = 211+141+83=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D53 is #2C72AC. Grayscale: #9B9B9B. Windows color (decimal): -2912941 or 5475795. OLE color: 5475795.
HSL color Cylindrical-coordinate representation of color #D38D53: hue angle of 27.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D38D53 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 83 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.17 |
| HSL | 27.19º | 0.59% | 0.58% | - |
| HSV(B) | 27.19º | 0.61% | 0.83% | - |
| XYZ | 37.95 | 33.52 | 12.65 | - |
| YUV | 155.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 83 | 0 | 0.33 | 0.61 | 0.17 | 27.19 | 0.59 | 0.58 |
| Hex | D3 | 8D | 53 | 0 | 21 | 3D | 11 | 1B | 3B | 3A |
| Octal | 323 | 215 | 123 | 0 | 41 | 75 | 21 | 33 | 73 | 72 |
| Binary | 11010011 | 10001101 | 1010011 | 0 | 100001 | 111101 | 10001 | 11011 | 111011 | 111010 |
Color Harmonies of #D38D53
Complementary color
Monochromatic Colors of #D38D53
Black with #D38D53
Text Example
Text Example
White with #D38D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D53; }
p { color: rgb(211,141,83); }
H1.HeaderClassName
{
color: #D38D53;
}
.AnyTagClassName
{
color: #D38D53;
}
</style>
background-color css
<style>
a { background-color: #D38D53; }
a { background-color: rgb(211,141,83); }
div.DivClassName
{
background-color: #D38D53;
}
.BgClassName
{
background-color: #D38D53;
}
</style>
border-color css
<style>
span { border-color: #D38D53; }
span { border-color: rgb(211,141,83); }
td.TdClassName
{
border-color: #D38D53;
}
.TagClassName
{
border-color: #D38D53;
}
</style>