Shades of Whiskey Sour #D68555
Tints of Whiskey Sour #D68555
RGB
CMYK
RGB Variations
Color information
#D68555 (or 0xD68555) is known color: Whiskey Sour. HEX triplet: D6, 85 and 55. RGB value is (214,133,85). Sum of RGB (Red+Green+Blue) = 214+133+85=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D68555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68555 is #297AAA. Grayscale: #989898. Windows color (decimal): -2718379 or 5604822. OLE color: 5604822.
HSL color Cylindrical-coordinate representation of color #D68555: hue angle of 22.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D68555 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 85 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.16 |
| HSL | 22.33º | 0.61% | 0.59% | - |
| HSV(B) | 22.33º | 0.6% | 0.84% | - |
| XYZ | 37.76 | 31.73 | 12.73 | - |
| YUV | 151.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 85 | 0 | 0.38 | 0.60 | 0.16 | 22.33 | 0.61 | 0.59 |
| Hex | D6 | 85 | 55 | 0 | 26 | 3C | 10 | 16 | 3D | 3B |
| Octal | 326 | 205 | 125 | 0 | 46 | 74 | 20 | 26 | 75 | 73 |
| Binary | 11010110 | 10000101 | 1010101 | 0 | 100110 | 111100 | 10000 | 10110 | 111101 | 111011 |
Color Harmonies of #D68555
Complementary color
Monochromatic Colors of #D68555
Black with #D68555
Text Example
Text Example
White with #D68555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68555; }
p { color: rgb(214,133,85); }
H1.HeaderClassName
{
color: #D68555;
}
.AnyTagClassName
{
color: #D68555;
}
</style>
background-color css
<style>
a { background-color: #D68555; }
a { background-color: rgb(214,133,85); }
div.DivClassName
{
background-color: #D68555;
}
.BgClassName
{
background-color: #D68555;
}
</style>
border-color css
<style>
span { border-color: #D68555; }
span { border-color: rgb(214,133,85); }
td.TdClassName
{
border-color: #D68555;
}
.TagClassName
{
border-color: #D68555;
}
</style>