Shades of Whiskey Sour #D68854
Tints of Whiskey Sour #D68854
RGB
CMYK
RGB Variations
Color information
#D68854 (or 0xD68854) is known color: Whiskey Sour. HEX triplet: D6, 88 and 54. RGB value is (214,136,84). Sum of RGB (Red+Green+Blue) = 214+136+84=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D68854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68854 is #2977AB. Grayscale: #999999. Windows color (decimal): -2717612 or 5540054. OLE color: 5540054.
HSL color Cylindrical-coordinate representation of color #D68854: hue angle of 24º 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 #D68854 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 84 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.16 |
| HSL | 24º | 0.61% | 0.58% | - |
| HSV(B) | 24º | 0.61% | 0.84% | - |
| XYZ | 38.14 | 32.54 | 12.66 | - |
| YUV | 153.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 84 | 0 | 0.36 | 0.61 | 0.16 | 24 | 0.61 | 0.58 |
| Hex | D6 | 88 | 54 | 0 | 24 | 3D | 10 | 18 | 3D | 3A |
| Octal | 326 | 210 | 124 | 0 | 44 | 75 | 20 | 30 | 75 | 72 |
| Binary | 11010110 | 10001000 | 1010100 | 0 | 100100 | 111101 | 10000 | 11000 | 111101 | 111010 |
Color Harmonies of #D68854
Complementary color
Monochromatic Colors of #D68854
Black with #D68854
Text Example
Text Example
White with #D68854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68854; }
p { color: rgb(214,136,84); }
H1.HeaderClassName
{
color: #D68854;
}
.AnyTagClassName
{
color: #D68854;
}
</style>
background-color css
<style>
a { background-color: #D68854; }
a { background-color: rgb(214,136,84); }
div.DivClassName
{
background-color: #D68854;
}
.BgClassName
{
background-color: #D68854;
}
</style>
border-color css
<style>
span { border-color: #D68854; }
span { border-color: rgb(214,136,84); }
td.TdClassName
{
border-color: #D68854;
}
.TagClassName
{
border-color: #D68854;
}
</style>