Shades of Whiskey Sour #D38C57
Tints of Whiskey Sour #D38C57
RGB
CMYK
RGB Variations
Color information
#D38C57 (or 0xD38C57) is known color: Whiskey Sour. HEX triplet: D3, 8C and 57. RGB value is (211,140,87). Sum of RGB (Red+Green+Blue) = 211+140+87=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C57 is #2C73A8. Grayscale: #9B9B9B. Windows color (decimal): -2913193 or 5737683. OLE color: 5737683.
HSL color Cylindrical-coordinate representation of color #D38C57: hue angle of 25.65º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D38C57 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 87 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.17 |
| HSL | 25.65º | 0.58% | 0.58% | - |
| HSV(B) | 25.65º | 0.59% | 0.83% | - |
| XYZ | 37.96 | 33.29 | 13.44 | - |
| YUV | 155.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 87 | 0 | 0.34 | 0.59 | 0.17 | 25.65 | 0.58 | 0.58 |
| Hex | D3 | 8C | 57 | 0 | 22 | 3B | 11 | 1A | 3A | 3A |
| Octal | 323 | 214 | 127 | 0 | 42 | 73 | 21 | 32 | 72 | 72 |
| Binary | 11010011 | 10001100 | 1010111 | 0 | 100010 | 111011 | 10001 | 11010 | 111010 | 111010 |
Color Harmonies of #D38C57
Complementary color
Monochromatic Colors of #D38C57
Black with #D38C57
Text Example
Text Example
White with #D38C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38C57; }
p { color: rgb(211,140,87); }
H1.HeaderClassName
{
color: #D38C57;
}
.AnyTagClassName
{
color: #D38C57;
}
</style>
background-color css
<style>
a { background-color: #D38C57; }
a { background-color: rgb(211,140,87); }
div.DivClassName
{
background-color: #D38C57;
}
.BgClassName
{
background-color: #D38C57;
}
</style>
border-color css
<style>
span { border-color: #D38C57; }
span { border-color: rgb(211,140,87); }
td.TdClassName
{
border-color: #D38C57;
}
.TagClassName
{
border-color: #D38C57;
}
</style>