Shades of Whiskey Sour #D58958
Tints of Whiskey Sour #D58958
RGB
CMYK
RGB Variations
Color information
#D58958 (or 0xD58958) is known color: Whiskey Sour. HEX triplet: D5, 89 and 58. RGB value is (213,137,88). Sum of RGB (Red+Green+Blue) = 213+137+88=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D58958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58958 is #2A76A7. Grayscale: #9A9A9A. Windows color (decimal): -2782888 or 5802453. OLE color: 5802453.
HSL color Cylindrical-coordinate representation of color #D58958: hue angle of 23.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D58958 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 88 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.16 |
| HSL | 23.52º | 0.6% | 0.59% | - |
| HSV(B) | 23.52º | 0.59% | 0.84% | - |
| XYZ | 38.15 | 32.74 | 13.54 | - |
| YUV | 154.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 88 | 0 | 0.36 | 0.59 | 0.16 | 23.52 | 0.6 | 0.59 |
| Hex | D5 | 89 | 58 | 0 | 24 | 3B | 10 | 18 | 3C | 3B |
| Octal | 325 | 211 | 130 | 0 | 44 | 73 | 20 | 30 | 74 | 73 |
| Binary | 11010101 | 10001001 | 1011000 | 0 | 100100 | 111011 | 10000 | 11000 | 111100 | 111011 |
Color Harmonies of #D58958
Complementary color
Monochromatic Colors of #D58958
Black with #D58958
Text Example
Text Example
White with #D58958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58958; }
p { color: rgb(213,137,88); }
H1.HeaderClassName
{
color: #D58958;
}
.AnyTagClassName
{
color: #D58958;
}
</style>
background-color css
<style>
a { background-color: #D58958; }
a { background-color: rgb(213,137,88); }
div.DivClassName
{
background-color: #D58958;
}
.BgClassName
{
background-color: #D58958;
}
</style>
border-color css
<style>
span { border-color: #D58958; }
span { border-color: rgb(213,137,88); }
td.TdClassName
{
border-color: #D58958;
}
.TagClassName
{
border-color: #D58958;
}
</style>