Shades of Whiskey Sour #D68957
Tints of Whiskey Sour #D68957
RGB
CMYK
RGB Variations
Color information
#D68957 (or 0xD68957) is known color: Whiskey Sour. HEX triplet: D6, 89 and 57. RGB value is (214,137,87). Sum of RGB (Red+Green+Blue) = 214+137+87=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D68957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68957 is #2976A8. Grayscale: #9A9A9A. Windows color (decimal): -2717353 or 5736918. OLE color: 5736918.
HSL color Cylindrical-coordinate representation of color #D68957: hue angle of 23.62º 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 #D68957 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 87 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.16 |
| HSL | 23.62º | 0.61% | 0.59% | - |
| HSV(B) | 23.62º | 0.59% | 0.84% | - |
| XYZ | 38.4 | 32.88 | 13.34 | - |
| YUV | 154.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 87 | 0 | 0.36 | 0.59 | 0.16 | 23.62 | 0.61 | 0.59 |
| Hex | D6 | 89 | 57 | 0 | 24 | 3B | 10 | 18 | 3D | 3B |
| Octal | 326 | 211 | 127 | 0 | 44 | 73 | 20 | 30 | 75 | 73 |
| Binary | 11010110 | 10001001 | 1010111 | 0 | 100100 | 111011 | 10000 | 11000 | 111101 | 111011 |
Color Harmonies of #D68957
Complementary color
Monochromatic Colors of #D68957
Black with #D68957
Text Example
Text Example
White with #D68957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68957; }
p { color: rgb(214,137,87); }
H1.HeaderClassName
{
color: #D68957;
}
.AnyTagClassName
{
color: #D68957;
}
</style>
background-color css
<style>
a { background-color: #D68957; }
a { background-color: rgb(214,137,87); }
div.DivClassName
{
background-color: #D68957;
}
.BgClassName
{
background-color: #D68957;
}
</style>
border-color css
<style>
span { border-color: #D68957; }
span { border-color: rgb(214,137,87); }
td.TdClassName
{
border-color: #D68957;
}
.TagClassName
{
border-color: #D68957;
}
</style>