Shades of Whiskey Sour #D68E54
Tints of Whiskey Sour #D68E54
RGB
CMYK
RGB Variations
Color information
#D68E54 (or 0xD68E54) is known color: Whiskey Sour. HEX triplet: D6, 8E and 54. RGB value is (214,142,84). Sum of RGB (Red+Green+Blue) = 214+142+84=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E54 is #2971AB. Grayscale: #9D9D9D. Windows color (decimal): -2716076 or 5541590. OLE color: 5541590.
HSL color Cylindrical-coordinate representation of color #D68E54: hue angle of 26.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D68E54 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 84 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.16 |
| HSL | 26.77º | 0.61% | 0.58% | - |
| HSV(B) | 26.77º | 0.61% | 0.84% | - |
| XYZ | 39 | 34.28 | 12.95 | - |
| YUV | 156.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 84 | 0 | 0.34 | 0.61 | 0.16 | 26.77 | 0.61 | 0.58 |
| Hex | D6 | 8E | 54 | 0 | 22 | 3D | 10 | 1B | 3D | 3A |
| Octal | 326 | 216 | 124 | 0 | 42 | 75 | 20 | 33 | 75 | 72 |
| Binary | 11010110 | 10001110 | 1010100 | 0 | 100010 | 111101 | 10000 | 11011 | 111101 | 111010 |
Color Harmonies of #D68E54
Complementary color
Monochromatic Colors of #D68E54
Black with #D68E54
Text Example
Text Example
White with #D68E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E54; }
p { color: rgb(214,142,84); }
H1.HeaderClassName
{
color: #D68E54;
}
.AnyTagClassName
{
color: #D68E54;
}
</style>
background-color css
<style>
a { background-color: #D68E54; }
a { background-color: rgb(214,142,84); }
div.DivClassName
{
background-color: #D68E54;
}
.BgClassName
{
background-color: #D68E54;
}
</style>
border-color css
<style>
span { border-color: #D68E54; }
span { border-color: rgb(214,142,84); }
td.TdClassName
{
border-color: #D68E54;
}
.TagClassName
{
border-color: #D68E54;
}
</style>