Shades of Whiskey Sour #D68E51
Tints of Whiskey Sour #D68E51
RGB
CMYK
RGB Variations
Color information
#D68E51 (or 0xD68E51) is known color: Whiskey Sour. HEX triplet: D6, 8E and 51. RGB value is (214,142,81). Sum of RGB (Red+Green+Blue) = 214+142+81=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E51 is #2971AE. Grayscale: #9C9C9C. Windows color (decimal): -2716079 or 5344982. OLE color: 5344982.
HSL color Cylindrical-coordinate representation of color #D68E51: hue angle of 27.52º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D68E51 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 81 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.16 |
| HSL | 27.52º | 0.62% | 0.58% | - |
| HSV(B) | 27.52º | 0.62% | 0.84% | - |
| XYZ | 38.89 | 34.24 | 12.34 | - |
| YUV | 156.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 81 | 0 | 0.34 | 0.62 | 0.16 | 27.52 | 0.62 | 0.58 |
| Hex | D6 | 8E | 51 | 0 | 22 | 3E | 10 | 1C | 3E | 3A |
| Octal | 326 | 216 | 121 | 0 | 42 | 76 | 20 | 34 | 76 | 72 |
| Binary | 11010110 | 10001110 | 1010001 | 0 | 100010 | 111110 | 10000 | 11100 | 111110 | 111010 |
Color Harmonies of #D68E51
Complementary color
Monochromatic Colors of #D68E51
Black with #D68E51
Text Example
Text Example
White with #D68E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E51; }
p { color: rgb(214,142,81); }
H1.HeaderClassName
{
color: #D68E51;
}
.AnyTagClassName
{
color: #D68E51;
}
</style>
background-color css
<style>
a { background-color: #D68E51; }
a { background-color: rgb(214,142,81); }
div.DivClassName
{
background-color: #D68E51;
}
.BgClassName
{
background-color: #D68E51;
}
</style>
border-color css
<style>
span { border-color: #D68E51; }
span { border-color: rgb(214,142,81); }
td.TdClassName
{
border-color: #D68E51;
}
.TagClassName
{
border-color: #D68E51;
}
</style>