Shades of Whiskey Sour #D68E55
Tints of Whiskey Sour #D68E55
RGB
CMYK
RGB Variations
Color information
#D68E55 (or 0xD68E55) is known color: Whiskey Sour. HEX triplet: D6, 8E and 55. RGB value is (214,142,85). Sum of RGB (Red+Green+Blue) = 214+142+85=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E55 is #2971AA. Grayscale: #9D9D9D. Windows color (decimal): -2716075 or 5607126. OLE color: 5607126.
HSL color Cylindrical-coordinate representation of color #D68E55: hue angle of 26.51º 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 #D68E55 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 85 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.16 |
| HSL | 26.51º | 0.61% | 0.59% | - |
| HSV(B) | 26.51º | 0.6% | 0.84% | - |
| XYZ | 39.04 | 34.3 | 13.16 | - |
| YUV | 157.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 85 | 0 | 0.34 | 0.60 | 0.16 | 26.51 | 0.61 | 0.59 |
| Hex | D6 | 8E | 55 | 0 | 22 | 3C | 10 | 1B | 3D | 3B |
| Octal | 326 | 216 | 125 | 0 | 42 | 74 | 20 | 33 | 75 | 73 |
| Binary | 11010110 | 10001110 | 1010101 | 0 | 100010 | 111100 | 10000 | 11011 | 111101 | 111011 |
Color Harmonies of #D68E55
Complementary color
Monochromatic Colors of #D68E55
Black with #D68E55
Text Example
Text Example
White with #D68E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E55; }
p { color: rgb(214,142,85); }
H1.HeaderClassName
{
color: #D68E55;
}
.AnyTagClassName
{
color: #D68E55;
}
</style>
background-color css
<style>
a { background-color: #D68E55; }
a { background-color: rgb(214,142,85); }
div.DivClassName
{
background-color: #D68E55;
}
.BgClassName
{
background-color: #D68E55;
}
</style>
border-color css
<style>
span { border-color: #D68E55; }
span { border-color: rgb(214,142,85); }
td.TdClassName
{
border-color: #D68E55;
}
.TagClassName
{
border-color: #D68E55;
}
</style>