Shades of Whiskey Sour #D58E5A
Tints of Whiskey Sour #D58E5A
RGB
CMYK
RGB Variations
Color information
#D58E5A (or 0xD58E5A) is known color: Whiskey Sour. HEX triplet: D5, 8E and 5A. RGB value is (213,142,90). Sum of RGB (Red+Green+Blue) = 213+142+90=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E5A is #2A71A5. Grayscale: #9D9D9D. Windows color (decimal): -2781606 or 5934805. OLE color: 5934805.
HSL color Cylindrical-coordinate representation of color #D58E5A: hue angle of 25.37º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D58E5A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 90 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.16 |
| HSL | 25.37º | 0.59% | 0.59% | - |
| HSV(B) | 25.37º | 0.58% | 0.84% | - |
| XYZ | 38.96 | 34.23 | 14.23 | - |
| YUV | 157.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 90 | 0 | 0.33 | 0.58 | 0.16 | 25.37 | 0.59 | 0.59 |
| Hex | D5 | 8E | 5A | 0 | 21 | 3A | 10 | 19 | 3B | 3B |
| Octal | 325 | 216 | 132 | 0 | 41 | 72 | 20 | 31 | 73 | 73 |
| Binary | 11010101 | 10001110 | 1011010 | 0 | 100001 | 111010 | 10000 | 11001 | 111011 | 111011 |
Color Harmonies of #D58E5A
Complementary color
Monochromatic Colors of #D58E5A
Black with #D58E5A
Text Example
Text Example
White with #D58E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E5A; }
p { color: rgb(213,142,90); }
H1.HeaderClassName
{
color: #D58E5A;
}
.AnyTagClassName
{
color: #D58E5A;
}
</style>
background-color css
<style>
a { background-color: #D58E5A; }
a { background-color: rgb(213,142,90); }
div.DivClassName
{
background-color: #D58E5A;
}
.BgClassName
{
background-color: #D58E5A;
}
</style>
border-color css
<style>
span { border-color: #D58E5A; }
span { border-color: rgb(213,142,90); }
td.TdClassName
{
border-color: #D58E5A;
}
.TagClassName
{
border-color: #D58E5A;
}
</style>