Shades of Whiskey Sour #D68F57
Tints of Whiskey Sour #D68F57
RGB
CMYK
RGB Variations
Color information
#D68F57 (or 0xD68F57) is known color: Whiskey Sour. HEX triplet: D6, 8F and 57. RGB value is (214,143,87). Sum of RGB (Red+Green+Blue) = 214+143+87=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F57 is #2970A8. Grayscale: #9E9E9E. Windows color (decimal): -2715817 or 5738454. OLE color: 5738454.
HSL color Cylindrical-coordinate representation of color #D68F57: hue angle of 26.46º 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 #D68F57 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 87 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.16 |
| HSL | 26.46º | 0.61% | 0.59% | - |
| HSV(B) | 26.46º | 0.59% | 0.84% | - |
| XYZ | 39.27 | 34.63 | 13.63 | - |
| YUV | 157.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 87 | 0 | 0.33 | 0.59 | 0.16 | 26.46 | 0.61 | 0.59 |
| Hex | D6 | 8F | 57 | 0 | 21 | 3B | 10 | 1A | 3D | 3B |
| Octal | 326 | 217 | 127 | 0 | 41 | 73 | 20 | 32 | 75 | 73 |
| Binary | 11010110 | 10001111 | 1010111 | 0 | 100001 | 111011 | 10000 | 11010 | 111101 | 111011 |
Color Harmonies of #D68F57
Complementary color
Monochromatic Colors of #D68F57
Black with #D68F57
Text Example
Text Example
White with #D68F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F57; }
p { color: rgb(214,143,87); }
H1.HeaderClassName
{
color: #D68F57;
}
.AnyTagClassName
{
color: #D68F57;
}
</style>
background-color css
<style>
a { background-color: #D68F57; }
a { background-color: rgb(214,143,87); }
div.DivClassName
{
background-color: #D68F57;
}
.BgClassName
{
background-color: #D68F57;
}
</style>
border-color css
<style>
span { border-color: #D68F57; }
span { border-color: rgb(214,143,87); }
td.TdClassName
{
border-color: #D68F57;
}
.TagClassName
{
border-color: #D68F57;
}
</style>