Shades of Whiskey Sour #D68758
Tints of Whiskey Sour #D68758
RGB
CMYK
RGB Variations
Color information
#D68758 (or 0xD68758) is known color: Whiskey Sour. HEX triplet: D6, 87 and 58. RGB value is (214,135,88). Sum of RGB (Red+Green+Blue) = 214+135+88=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D68758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68758 is #2978A7. Grayscale: #999999. Windows color (decimal): -2717864 or 5801942. OLE color: 5801942.
HSL color Cylindrical-coordinate representation of color #D68758: hue angle of 22.38º 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 #D68758 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 88 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.16 |
| HSL | 22.38º | 0.61% | 0.59% | - |
| HSV(B) | 22.38º | 0.59% | 0.84% | - |
| XYZ | 38.16 | 32.33 | 13.46 | - |
| YUV | 153.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 88 | 0 | 0.37 | 0.59 | 0.16 | 22.38 | 0.61 | 0.59 |
| Hex | D6 | 87 | 58 | 0 | 25 | 3B | 10 | 16 | 3D | 3B |
| Octal | 326 | 207 | 130 | 0 | 45 | 73 | 20 | 26 | 75 | 73 |
| Binary | 11010110 | 10000111 | 1011000 | 0 | 100101 | 111011 | 10000 | 10110 | 111101 | 111011 |
Color Harmonies of #D68758
Complementary color
Monochromatic Colors of #D68758
Black with #D68758
Text Example
Text Example
White with #D68758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68758; }
p { color: rgb(214,135,88); }
H1.HeaderClassName
{
color: #D68758;
}
.AnyTagClassName
{
color: #D68758;
}
</style>
background-color css
<style>
a { background-color: #D68758; }
a { background-color: rgb(214,135,88); }
div.DivClassName
{
background-color: #D68758;
}
.BgClassName
{
background-color: #D68758;
}
</style>
border-color css
<style>
span { border-color: #D68758; }
span { border-color: rgb(214,135,88); }
td.TdClassName
{
border-color: #D68758;
}
.TagClassName
{
border-color: #D68758;
}
</style>