Shades of Whiskey Sour #D58D54
Tints of Whiskey Sour #D58D54
RGB
CMYK
RGB Variations
Color information
#D58D54 (or 0xD58D54) is known color: Whiskey Sour. HEX triplet: D5, 8D and 54. RGB value is (213,141,84). Sum of RGB (Red+Green+Blue) = 213+141+84=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D54 is #2A72AB. Grayscale: #9C9C9C. Windows color (decimal): -2781868 or 5541333. OLE color: 5541333.
HSL color Cylindrical-coordinate representation of color #D58D54: hue angle of 26.51º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D58D54 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 84 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.16 |
| HSL | 26.51º | 0.61% | 0.58% | - |
| HSV(B) | 26.51º | 0.61% | 0.84% | - |
| XYZ | 38.57 | 33.84 | 12.89 | - |
| YUV | 156.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 84 | 0 | 0.34 | 0.61 | 0.16 | 26.51 | 0.61 | 0.58 |
| Hex | D5 | 8D | 54 | 0 | 22 | 3D | 10 | 1B | 3D | 3A |
| Octal | 325 | 215 | 124 | 0 | 42 | 75 | 20 | 33 | 75 | 72 |
| Binary | 11010101 | 10001101 | 1010100 | 0 | 100010 | 111101 | 10000 | 11011 | 111101 | 111010 |
Color Harmonies of #D58D54
Complementary color
Monochromatic Colors of #D58D54
Black with #D58D54
Text Example
Text Example
White with #D58D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D54; }
p { color: rgb(213,141,84); }
H1.HeaderClassName
{
color: #D58D54;
}
.AnyTagClassName
{
color: #D58D54;
}
</style>
background-color css
<style>
a { background-color: #D58D54; }
a { background-color: rgb(213,141,84); }
div.DivClassName
{
background-color: #D58D54;
}
.BgClassName
{
background-color: #D58D54;
}
</style>
border-color css
<style>
span { border-color: #D58D54; }
span { border-color: rgb(213,141,84); }
td.TdClassName
{
border-color: #D58D54;
}
.TagClassName
{
border-color: #D58D54;
}
</style>