Shades of Whiskey Sour #D58E5D
Tints of Whiskey Sour #D58E5D
RGB
CMYK
RGB Variations
Color information
#D58E5D (or 0xD58E5D) is known color: Whiskey Sour. HEX triplet: D5, 8E and 5D. RGB value is (213,142,93). Sum of RGB (Red+Green+Blue) = 213+142+93=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E5D is #2A71A2. Grayscale: #9D9D9D. Windows color (decimal): -2781603 or 6131413. OLE color: 6131413.
HSL color Cylindrical-coordinate representation of color #D58E5D: hue angle of 24.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D58E5D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 93 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.16 |
| HSL | 24.5º | 0.59% | 0.6% | - |
| HSV(B) | 24.5º | 0.56% | 0.84% | - |
| XYZ | 39.09 | 34.28 | 14.91 | - |
| YUV | 157.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 93 | 0 | 0.33 | 0.56 | 0.16 | 24.5 | 0.59 | 0.6 |
| Hex | D5 | 8E | 5D | 0 | 21 | 38 | 10 | 18 | 3B | 3C |
| Octal | 325 | 216 | 135 | 0 | 41 | 70 | 20 | 30 | 73 | 74 |
| Binary | 11010101 | 10001110 | 1011101 | 0 | 100001 | 111000 | 10000 | 11000 | 111011 | 111100 |
Color Harmonies of #D58E5D
Complementary color
Monochromatic Colors of #D58E5D
Black with #D58E5D
Text Example
Text Example
White with #D58E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E5D; }
p { color: rgb(213,142,93); }
H1.HeaderClassName
{
color: #D58E5D;
}
.AnyTagClassName
{
color: #D58E5D;
}
</style>
background-color css
<style>
a { background-color: #D58E5D; }
a { background-color: rgb(213,142,93); }
div.DivClassName
{
background-color: #D58E5D;
}
.BgClassName
{
background-color: #D58E5D;
}
</style>
border-color css
<style>
span { border-color: #D58E5D; }
span { border-color: rgb(213,142,93); }
td.TdClassName
{
border-color: #D58E5D;
}
.TagClassName
{
border-color: #D58E5D;
}
</style>