Shades of Whiskey Sour #D59655
Tints of Whiskey Sour #D59655
RGB
CMYK
RGB Variations
Color information
#D59655 (or 0xD59655) is known color: Whiskey Sour. HEX triplet: D5, 96 and 55. RGB value is (213,150,85). Sum of RGB (Red+Green+Blue) = 213+150+85=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D59655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59655 is #2A69AA. Grayscale: #A1A1A1. Windows color (decimal): -2779563 or 5609173. OLE color: 5609173.
HSL color Cylindrical-coordinate representation of color #D59655: hue angle of 30.47º 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 #D59655 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 85 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.16 |
| HSL | 30.47º | 0.6% | 0.58% | - |
| HSV(B) | 30.47º | 0.6% | 0.84% | - |
| XYZ | 39.99 | 36.61 | 13.55 | - |
| YUV | 161.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 85 | 0 | 0.30 | 0.60 | 0.16 | 30.47 | 0.6 | 0.58 |
| Hex | D5 | 96 | 55 | 0 | 1E | 3C | 10 | 1E | 3C | 3A |
| Octal | 325 | 226 | 125 | 0 | 36 | 74 | 20 | 36 | 74 | 72 |
| Binary | 11010101 | 10010110 | 1010101 | 0 | 11110 | 111100 | 10000 | 11110 | 111100 | 111010 |
Color Harmonies of #D59655
Complementary color
Monochromatic Colors of #D59655
Black with #D59655
Text Example
Text Example
White with #D59655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59655; }
p { color: rgb(213,150,85); }
H1.HeaderClassName
{
color: #D59655;
}
.AnyTagClassName
{
color: #D59655;
}
</style>
background-color css
<style>
a { background-color: #D59655; }
a { background-color: rgb(213,150,85); }
div.DivClassName
{
background-color: #D59655;
}
.BgClassName
{
background-color: #D59655;
}
</style>
border-color css
<style>
span { border-color: #D59655; }
span { border-color: rgb(213,150,85); }
td.TdClassName
{
border-color: #D59655;
}
.TagClassName
{
border-color: #D59655;
}
</style>