Shades of Whiskey Sour #D58C5D
Tints of Whiskey Sour #D58C5D
RGB
CMYK
RGB Variations
Color information
#D58C5D (or 0xD58C5D) is known color: Whiskey Sour. HEX triplet: D5, 8C and 5D. RGB value is (213,140,93). Sum of RGB (Red+Green+Blue) = 213+140+93=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C5D is #2A73A2. Grayscale: #9C9C9C. Windows color (decimal): -2782115 or 6130901. OLE color: 6130901.
HSL color Cylindrical-coordinate representation of color #D58C5D: hue angle of 23.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 #D58C5D is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 93 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.16 |
| HSL | 23.5º | 0.59% | 0.6% | - |
| HSV(B) | 23.5º | 0.56% | 0.84% | - |
| XYZ | 38.79 | 33.69 | 14.81 | - |
| YUV | 156.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 93 | 0 | 0.34 | 0.56 | 0.16 | 23.5 | 0.59 | 0.6 |
| Hex | D5 | 8C | 5D | 0 | 22 | 38 | 10 | 18 | 3B | 3C |
| Octal | 325 | 214 | 135 | 0 | 42 | 70 | 20 | 30 | 73 | 74 |
| Binary | 11010101 | 10001100 | 1011101 | 0 | 100010 | 111000 | 10000 | 11000 | 111011 | 111100 |
Color Harmonies of #D58C5D
Complementary color
Monochromatic Colors of #D58C5D
Black with #D58C5D
Text Example
Text Example
White with #D58C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C5D; }
p { color: rgb(213,140,93); }
H1.HeaderClassName
{
color: #D58C5D;
}
.AnyTagClassName
{
color: #D58C5D;
}
</style>
background-color css
<style>
a { background-color: #D58C5D; }
a { background-color: rgb(213,140,93); }
div.DivClassName
{
background-color: #D58C5D;
}
.BgClassName
{
background-color: #D58C5D;
}
</style>
border-color css
<style>
span { border-color: #D58C5D; }
span { border-color: rgb(213,140,93); }
td.TdClassName
{
border-color: #D58C5D;
}
.TagClassName
{
border-color: #D58C5D;
}
</style>