Shades of Whiskey Sour #D58657
Tints of Whiskey Sour #D58657
RGB
CMYK
RGB Variations
Color information
#D58657 (or 0xD58657) is known color: Whiskey Sour. HEX triplet: D5, 86 and 57. RGB value is (213,134,87). Sum of RGB (Red+Green+Blue) = 213+134+87=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D58657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58657 is #2A79A8. Grayscale: #989898. Windows color (decimal): -2783657 or 5736149. OLE color: 5736149.
HSL color Cylindrical-coordinate representation of color #D58657: hue angle of 22.38º 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 #D58657 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 87 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.16 |
| HSL | 22.38º | 0.6% | 0.59% | - |
| HSV(B) | 22.38º | 0.59% | 0.84% | - |
| XYZ | 37.69 | 31.88 | 13.18 | - |
| YUV | 152.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 87 | 0 | 0.37 | 0.59 | 0.16 | 22.38 | 0.6 | 0.59 |
| Hex | D5 | 86 | 57 | 0 | 25 | 3B | 10 | 16 | 3C | 3B |
| Octal | 325 | 206 | 127 | 0 | 45 | 73 | 20 | 26 | 74 | 73 |
| Binary | 11010101 | 10000110 | 1010111 | 0 | 100101 | 111011 | 10000 | 10110 | 111100 | 111011 |
Color Harmonies of #D58657
Complementary color
Monochromatic Colors of #D58657
Black with #D58657
Text Example
Text Example
White with #D58657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58657; }
p { color: rgb(213,134,87); }
H1.HeaderClassName
{
color: #D58657;
}
.AnyTagClassName
{
color: #D58657;
}
</style>
background-color css
<style>
a { background-color: #D58657; }
a { background-color: rgb(213,134,87); }
div.DivClassName
{
background-color: #D58657;
}
.BgClassName
{
background-color: #D58657;
}
</style>
border-color css
<style>
span { border-color: #D58657; }
span { border-color: rgb(213,134,87); }
td.TdClassName
{
border-color: #D58657;
}
.TagClassName
{
border-color: #D58657;
}
</style>