Shades of Whiskey Sour #D38F58
Tints of Whiskey Sour #D38F58
RGB
CMYK
RGB Variations
Color information
#D38F58 (or 0xD38F58) is known color: Whiskey Sour. HEX triplet: D3, 8F and 58. RGB value is (211,143,88). Sum of RGB (Red+Green+Blue) = 211+143+88=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F58 is #2C70A7. Grayscale: #9D9D9D. Windows color (decimal): -2912424 or 5803987. OLE color: 5803987.
HSL color Cylindrical-coordinate representation of color #D38F58: hue angle of 26.83º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D38F58 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 88 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.17 |
| HSL | 26.83º | 0.58% | 0.59% | - |
| HSV(B) | 26.83º | 0.58% | 0.83% | - |
| XYZ | 38.45 | 34.2 | 13.81 | - |
| YUV | 157.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 88 | 0 | 0.32 | 0.58 | 0.17 | 26.83 | 0.58 | 0.59 |
| Hex | D3 | 8F | 58 | 0 | 20 | 3A | 11 | 1B | 3A | 3B |
| Octal | 323 | 217 | 130 | 0 | 40 | 72 | 21 | 33 | 72 | 73 |
| Binary | 11010011 | 10001111 | 1011000 | 0 | 100000 | 111010 | 10001 | 11011 | 111010 | 111011 |
Color Harmonies of #D38F58
Complementary color
Monochromatic Colors of #D38F58
Black with #D38F58
Text Example
Text Example
White with #D38F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38F58; }
p { color: rgb(211,143,88); }
H1.HeaderClassName
{
color: #D38F58;
}
.AnyTagClassName
{
color: #D38F58;
}
</style>
background-color css
<style>
a { background-color: #D38F58; }
a { background-color: rgb(211,143,88); }
div.DivClassName
{
background-color: #D38F58;
}
.BgClassName
{
background-color: #D38F58;
}
</style>
border-color css
<style>
span { border-color: #D38F58; }
span { border-color: rgb(211,143,88); }
td.TdClassName
{
border-color: #D38F58;
}
.TagClassName
{
border-color: #D38F58;
}
</style>