Shades of Whiskey Sour #D68757
Tints of Whiskey Sour #D68757
RGB
CMYK
RGB Variations
Color information
#D68757 (or 0xD68757) is known color: Whiskey Sour. HEX triplet: D6, 87 and 57. RGB value is (214,135,87). Sum of RGB (Red+Green+Blue) = 214+135+87=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68757 is #2978A8. Grayscale: #999999. Windows color (decimal): -2717865 or 5736406. OLE color: 5736406.
HSL color Cylindrical-coordinate representation of color #D68757: hue angle of 22.68º 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 #D68757 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 87 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.16 |
| HSL | 22.68º | 0.61% | 0.59% | - |
| HSV(B) | 22.68º | 0.59% | 0.84% | - |
| XYZ | 38.12 | 32.31 | 13.24 | - |
| YUV | 153.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 87 | 0 | 0.37 | 0.59 | 0.16 | 22.68 | 0.61 | 0.59 |
| Hex | D6 | 87 | 57 | 0 | 25 | 3B | 10 | 17 | 3D | 3B |
| Octal | 326 | 207 | 127 | 0 | 45 | 73 | 20 | 27 | 75 | 73 |
| Binary | 11010110 | 10000111 | 1010111 | 0 | 100101 | 111011 | 10000 | 10111 | 111101 | 111011 |
Color Harmonies of #D68757
Complementary color
Monochromatic Colors of #D68757
Black with #D68757
Text Example
Text Example
White with #D68757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68757; }
p { color: rgb(214,135,87); }
H1.HeaderClassName
{
color: #D68757;
}
.AnyTagClassName
{
color: #D68757;
}
</style>
background-color css
<style>
a { background-color: #D68757; }
a { background-color: rgb(214,135,87); }
div.DivClassName
{
background-color: #D68757;
}
.BgClassName
{
background-color: #D68757;
}
</style>
border-color css
<style>
span { border-color: #D68757; }
span { border-color: rgb(214,135,87); }
td.TdClassName
{
border-color: #D68757;
}
.TagClassName
{
border-color: #D68757;
}
</style>