Shades of Whiskey Sour #D58755
Tints of Whiskey Sour #D58755
RGB
CMYK
RGB Variations
Color information
#D58755 (or 0xD58755) is known color: Whiskey Sour. HEX triplet: D5, 87 and 55. RGB value is (213,135,85). Sum of RGB (Red+Green+Blue) = 213+135+85=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D58755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58755 is #2A78AA. Grayscale: #989898. Windows color (decimal): -2783403 or 5605333. OLE color: 5605333.
HSL color Cylindrical-coordinate representation of color #D58755: hue angle of 23.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D58755 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 85 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.16 |
| HSL | 23.44º | 0.6% | 0.58% | - |
| HSV(B) | 23.44º | 0.6% | 0.84% | - |
| XYZ | 37.74 | 32.13 | 12.81 | - |
| YUV | 152.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 85 | 0 | 0.37 | 0.60 | 0.16 | 23.44 | 0.6 | 0.58 |
| Hex | D5 | 87 | 55 | 0 | 25 | 3C | 10 | 17 | 3C | 3A |
| Octal | 325 | 207 | 125 | 0 | 45 | 74 | 20 | 27 | 74 | 72 |
| Binary | 11010101 | 10000111 | 1010101 | 0 | 100101 | 111100 | 10000 | 10111 | 111100 | 111010 |
Color Harmonies of #D58755
Complementary color
Monochromatic Colors of #D58755
Black with #D58755
Text Example
Text Example
White with #D58755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58755; }
p { color: rgb(213,135,85); }
H1.HeaderClassName
{
color: #D58755;
}
.AnyTagClassName
{
color: #D58755;
}
</style>
background-color css
<style>
a { background-color: #D58755; }
a { background-color: rgb(213,135,85); }
div.DivClassName
{
background-color: #D58755;
}
.BgClassName
{
background-color: #D58755;
}
</style>
border-color css
<style>
span { border-color: #D58755; }
span { border-color: rgb(213,135,85); }
td.TdClassName
{
border-color: #D58755;
}
.TagClassName
{
border-color: #D58755;
}
</style>