Shades of Whiskey Sour #D68556
Tints of Whiskey Sour #D68556
RGB
CMYK
RGB Variations
Color information
#D68556 (or 0xD68556) is known color: Whiskey Sour. HEX triplet: D6, 85 and 56. RGB value is (214,133,86). Sum of RGB (Red+Green+Blue) = 214+133+86=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D68556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68556 is #297AA9. Grayscale: #989898. Windows color (decimal): -2718378 or 5670358. OLE color: 5670358.
HSL color Cylindrical-coordinate representation of color #D68556: hue angle of 22.03º 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 #D68556 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 86 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.16 |
| HSL | 22.03º | 0.61% | 0.59% | - |
| HSV(B) | 22.03º | 0.6% | 0.84% | - |
| XYZ | 37.8 | 31.74 | 12.94 | - |
| YUV | 151.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 86 | 0 | 0.38 | 0.60 | 0.16 | 22.03 | 0.61 | 0.59 |
| Hex | D6 | 85 | 56 | 0 | 26 | 3C | 10 | 16 | 3D | 3B |
| Octal | 326 | 205 | 126 | 0 | 46 | 74 | 20 | 26 | 75 | 73 |
| Binary | 11010110 | 10000101 | 1010110 | 0 | 100110 | 111100 | 10000 | 10110 | 111101 | 111011 |
Color Harmonies of #D68556
Complementary color
Monochromatic Colors of #D68556
Black with #D68556
Text Example
Text Example
White with #D68556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68556; }
p { color: rgb(214,133,86); }
H1.HeaderClassName
{
color: #D68556;
}
.AnyTagClassName
{
color: #D68556;
}
</style>
background-color css
<style>
a { background-color: #D68556; }
a { background-color: rgb(214,133,86); }
div.DivClassName
{
background-color: #D68556;
}
.BgClassName
{
background-color: #D68556;
}
</style>
border-color css
<style>
span { border-color: #D68556; }
span { border-color: rgb(214,133,86); }
td.TdClassName
{
border-color: #D68556;
}
.TagClassName
{
border-color: #D68556;
}
</style>