Shades of Whiskey Sour #D38F50
Tints of Whiskey Sour #D38F50
RGB
CMYK
RGB Variations
Color information
#D38F50 (or 0xD38F50) is known color: Whiskey Sour. HEX triplet: D3, 8F and 50. RGB value is (211,143,80). Sum of RGB (Red+Green+Blue) = 211+143+80=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F50 is #2C70AF. Grayscale: #9C9C9C. Windows color (decimal): -2912432 or 5279699. OLE color: 5279699.
HSL color Cylindrical-coordinate representation of color #D38F50: hue angle of 28.85º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D38F50 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 80 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.17 |
| HSL | 28.85º | 0.6% | 0.57% | - |
| HSV(B) | 28.85º | 0.62% | 0.83% | - |
| XYZ | 38.13 | 34.07 | 12.16 | - |
| YUV | 156.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 80 | 0 | 0.32 | 0.62 | 0.17 | 28.85 | 0.6 | 0.57 |
| Hex | D3 | 8F | 50 | 0 | 20 | 3E | 11 | 1D | 3C | 39 |
| Octal | 323 | 217 | 120 | 0 | 40 | 76 | 21 | 35 | 74 | 71 |
| Binary | 11010011 | 10001111 | 1010000 | 0 | 100000 | 111110 | 10001 | 11101 | 111100 | 111001 |
Color Harmonies of #D38F50
Complementary color
Monochromatic Colors of #D38F50
Black with #D38F50
Text Example
Text Example
White with #D38F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38F50; }
p { color: rgb(211,143,80); }
H1.HeaderClassName
{
color: #D38F50;
}
.AnyTagClassName
{
color: #D38F50;
}
</style>
background-color css
<style>
a { background-color: #D38F50; }
a { background-color: rgb(211,143,80); }
div.DivClassName
{
background-color: #D38F50;
}
.BgClassName
{
background-color: #D38F50;
}
</style>
border-color css
<style>
span { border-color: #D38F50; }
span { border-color: rgb(211,143,80); }
td.TdClassName
{
border-color: #D38F50;
}
.TagClassName
{
border-color: #D38F50;
}
</style>