Shades of Whiskey Sour #D68C59
Tints of Whiskey Sour #D68C59
RGB
CMYK
RGB Variations
Color information
#D68C59 (or 0xD68C59) is known color: Whiskey Sour. HEX triplet: D6, 8C and 59. RGB value is (214,140,89). Sum of RGB (Red+Green+Blue) = 214+140+89=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C59 is #2973A6. Grayscale: #9C9C9C. Windows color (decimal): -2716583 or 5868758. OLE color: 5868758.
HSL color Cylindrical-coordinate representation of color #D68C59: hue angle of 24.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D68C59 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 89 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.16 |
| HSL | 24.48º | 0.6% | 0.59% | - |
| HSV(B) | 24.48º | 0.58% | 0.84% | - |
| XYZ | 38.91 | 33.77 | 13.92 | - |
| YUV | 156.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 89 | 0 | 0.35 | 0.58 | 0.16 | 24.48 | 0.6 | 0.59 |
| Hex | D6 | 8C | 59 | 0 | 23 | 3A | 10 | 18 | 3C | 3B |
| Octal | 326 | 214 | 131 | 0 | 43 | 72 | 20 | 30 | 74 | 73 |
| Binary | 11010110 | 10001100 | 1011001 | 0 | 100011 | 111010 | 10000 | 11000 | 111100 | 111011 |
Color Harmonies of #D68C59
Complementary color
Monochromatic Colors of #D68C59
Black with #D68C59
Text Example
Text Example
White with #D68C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C59; }
p { color: rgb(214,140,89); }
H1.HeaderClassName
{
color: #D68C59;
}
.AnyTagClassName
{
color: #D68C59;
}
</style>
background-color css
<style>
a { background-color: #D68C59; }
a { background-color: rgb(214,140,89); }
div.DivClassName
{
background-color: #D68C59;
}
.BgClassName
{
background-color: #D68C59;
}
</style>
border-color css
<style>
span { border-color: #D68C59; }
span { border-color: rgb(214,140,89); }
td.TdClassName
{
border-color: #D68C59;
}
.TagClassName
{
border-color: #D68C59;
}
</style>