Shades of Whiskey Sour #D58D57
Tints of Whiskey Sour #D58D57
RGB
CMYK
RGB Variations
Color information
#D58D57 (or 0xD58D57) is known color: Whiskey Sour. HEX triplet: D5, 8D and 57. RGB value is (213,141,87). Sum of RGB (Red+Green+Blue) = 213+141+87=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D57 is #2A72A8. Grayscale: #9C9C9C. Windows color (decimal): -2781865 or 5737941. OLE color: 5737941.
HSL color Cylindrical-coordinate representation of color #D58D57: hue angle of 25.71º 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 #D58D57 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 87 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.16 |
| HSL | 25.71º | 0.6% | 0.59% | - |
| HSV(B) | 25.71º | 0.59% | 0.84% | - |
| XYZ | 38.69 | 33.88 | 13.52 | - |
| YUV | 156.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 87 | 0 | 0.34 | 0.59 | 0.16 | 25.71 | 0.6 | 0.59 |
| Hex | D5 | 8D | 57 | 0 | 22 | 3B | 10 | 1A | 3C | 3B |
| Octal | 325 | 215 | 127 | 0 | 42 | 73 | 20 | 32 | 74 | 73 |
| Binary | 11010101 | 10001101 | 1010111 | 0 | 100010 | 111011 | 10000 | 11010 | 111100 | 111011 |
Color Harmonies of #D58D57
Complementary color
Monochromatic Colors of #D58D57
Black with #D58D57
Text Example
Text Example
White with #D58D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D57; }
p { color: rgb(213,141,87); }
H1.HeaderClassName
{
color: #D58D57;
}
.AnyTagClassName
{
color: #D58D57;
}
</style>
background-color css
<style>
a { background-color: #D58D57; }
a { background-color: rgb(213,141,87); }
div.DivClassName
{
background-color: #D58D57;
}
.BgClassName
{
background-color: #D58D57;
}
</style>
border-color css
<style>
span { border-color: #D58D57; }
span { border-color: rgb(213,141,87); }
td.TdClassName
{
border-color: #D58D57;
}
.TagClassName
{
border-color: #D58D57;
}
</style>