Shades of Whiskey Sour #D68E57
Tints of Whiskey Sour #D68E57
RGB
CMYK
RGB Variations
Color information
#D68E57 (or 0xD68E57) is known color: Whiskey Sour. HEX triplet: D6, 8E and 57. RGB value is (214,142,87). Sum of RGB (Red+Green+Blue) = 214+142+87=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E57 is #2971A8. Grayscale: #9D9D9D. Windows color (decimal): -2716073 or 5738198. OLE color: 5738198.
HSL color Cylindrical-coordinate representation of color #D68E57: hue angle of 25.98º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D68E57 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 87 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.16 |
| HSL | 25.98º | 0.61% | 0.59% | - |
| HSV(B) | 25.98º | 0.59% | 0.84% | - |
| XYZ | 39.12 | 34.33 | 13.58 | - |
| YUV | 157.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 87 | 0 | 0.34 | 0.59 | 0.16 | 25.98 | 0.61 | 0.59 |
| Hex | D6 | 8E | 57 | 0 | 22 | 3B | 10 | 1A | 3D | 3B |
| Octal | 326 | 216 | 127 | 0 | 42 | 73 | 20 | 32 | 75 | 73 |
| Binary | 11010110 | 10001110 | 1010111 | 0 | 100010 | 111011 | 10000 | 11010 | 111101 | 111011 |
Color Harmonies of #D68E57
Complementary color
Monochromatic Colors of #D68E57
Black with #D68E57
Text Example
Text Example
White with #D68E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E57; }
p { color: rgb(214,142,87); }
H1.HeaderClassName
{
color: #D68E57;
}
.AnyTagClassName
{
color: #D68E57;
}
</style>
background-color css
<style>
a { background-color: #D68E57; }
a { background-color: rgb(214,142,87); }
div.DivClassName
{
background-color: #D68E57;
}
.BgClassName
{
background-color: #D68E57;
}
</style>
border-color css
<style>
span { border-color: #D68E57; }
span { border-color: rgb(214,142,87); }
td.TdClassName
{
border-color: #D68E57;
}
.TagClassName
{
border-color: #D68E57;
}
</style>