Shades of Whiskey Sour #D58F57
Tints of Whiskey Sour #D58F57
RGB
CMYK
RGB Variations
Color information
#D58F57 (or 0xD58F57) is known color: Whiskey Sour. HEX triplet: D5, 8F and 57. RGB value is (213,143,87). Sum of RGB (Red+Green+Blue) = 213+143+87=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F57 is #2A70A8. Grayscale: #9D9D9D. Windows color (decimal): -2781353 or 5738453. OLE color: 5738453.
HSL color Cylindrical-coordinate representation of color #D58F57: hue angle of 26.67º 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 #D58F57 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 87 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.16 |
| HSL | 26.67º | 0.6% | 0.59% | - |
| HSV(B) | 26.67º | 0.59% | 0.84% | - |
| XYZ | 38.98 | 34.48 | 13.62 | - |
| YUV | 157.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 87 | 0 | 0.33 | 0.59 | 0.16 | 26.67 | 0.6 | 0.59 |
| Hex | D5 | 8F | 57 | 0 | 21 | 3B | 10 | 1B | 3C | 3B |
| Octal | 325 | 217 | 127 | 0 | 41 | 73 | 20 | 33 | 74 | 73 |
| Binary | 11010101 | 10001111 | 1010111 | 0 | 100001 | 111011 | 10000 | 11011 | 111100 | 111011 |
Color Harmonies of #D58F57
Complementary color
Monochromatic Colors of #D58F57
Black with #D58F57
Text Example
Text Example
White with #D58F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F57; }
p { color: rgb(213,143,87); }
H1.HeaderClassName
{
color: #D58F57;
}
.AnyTagClassName
{
color: #D58F57;
}
</style>
background-color css
<style>
a { background-color: #D58F57; }
a { background-color: rgb(213,143,87); }
div.DivClassName
{
background-color: #D58F57;
}
.BgClassName
{
background-color: #D58F57;
}
</style>
border-color css
<style>
span { border-color: #D58F57; }
span { border-color: rgb(213,143,87); }
td.TdClassName
{
border-color: #D58F57;
}
.TagClassName
{
border-color: #D58F57;
}
</style>