Shades of Whiskey Sour #D58C59
Tints of Whiskey Sour #D58C59
RGB
CMYK
RGB Variations
Color information
#D58C59 (or 0xD58C59) is known color: Whiskey Sour. HEX triplet: D5, 8C and 59. RGB value is (213,140,89). Sum of RGB (Red+Green+Blue) = 213+140+89=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C59 is #2A73A6. Grayscale: #9C9C9C. Windows color (decimal): -2782119 or 5868757. OLE color: 5868757.
HSL color Cylindrical-coordinate representation of color #D58C59: hue angle of 24.68º degrees, saturation: 0.6, 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 #D58C59 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 89 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.16 |
| HSL | 24.68º | 0.6% | 0.59% | - |
| HSV(B) | 24.68º | 0.58% | 0.84% | - |
| XYZ | 38.62 | 33.62 | 13.91 | - |
| YUV | 156.01 | 90.18 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 89 | 0 | 0.34 | 0.58 | 0.16 | 24.68 | 0.6 | 0.59 |
| Hex | D5 | 8C | 59 | 0 | 22 | 3A | 10 | 19 | 3C | 3B |
| Octal | 325 | 214 | 131 | 0 | 42 | 72 | 20 | 31 | 74 | 73 |
| Binary | 11010101 | 10001100 | 1011001 | 0 | 100010 | 111010 | 10000 | 11001 | 111100 | 111011 |
Color Harmonies of #D58C59
Complementary color
Monochromatic Colors of #D58C59
Black with #D58C59
Text Example
Text Example
White with #D58C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C59; }
p { color: rgb(213,140,89); }
H1.HeaderClassName
{
color: #D58C59;
}
.AnyTagClassName
{
color: #D58C59;
}
</style>
background-color css
<style>
a { background-color: #D58C59; }
a { background-color: rgb(213,140,89); }
div.DivClassName
{
background-color: #D58C59;
}
.BgClassName
{
background-color: #D58C59;
}
</style>
border-color css
<style>
span { border-color: #D58C59; }
span { border-color: rgb(213,140,89); }
td.TdClassName
{
border-color: #D58C59;
}
.TagClassName
{
border-color: #D58C59;
}
</style>