Shades of Whiskey Sour #D68F58
Tints of Whiskey Sour #D68F58
RGB
CMYK
RGB Variations
Color information
#D68F58 (or 0xD68F58) is known color: Whiskey Sour. HEX triplet: D6, 8F and 58. RGB value is (214,143,88). Sum of RGB (Red+Green+Blue) = 214+143+88=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F58 is #2970A7. Grayscale: #9E9E9E. Windows color (decimal): -2715816 or 5803990. OLE color: 5803990.
HSL color Cylindrical-coordinate representation of color #D68F58: hue angle of 26.19º 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 #D68F58 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 88 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.16 |
| HSL | 26.19º | 0.61% | 0.59% | - |
| HSV(B) | 26.19º | 0.59% | 0.84% | - |
| XYZ | 39.32 | 34.65 | 13.85 | - |
| YUV | 157.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 88 | 0 | 0.33 | 0.59 | 0.16 | 26.19 | 0.61 | 0.59 |
| Hex | D6 | 8F | 58 | 0 | 21 | 3B | 10 | 1A | 3D | 3B |
| Octal | 326 | 217 | 130 | 0 | 41 | 73 | 20 | 32 | 75 | 73 |
| Binary | 11010110 | 10001111 | 1011000 | 0 | 100001 | 111011 | 10000 | 11010 | 111101 | 111011 |
Color Harmonies of #D68F58
Complementary color
Monochromatic Colors of #D68F58
Black with #D68F58
Text Example
Text Example
White with #D68F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F58; }
p { color: rgb(214,143,88); }
H1.HeaderClassName
{
color: #D68F58;
}
.AnyTagClassName
{
color: #D68F58;
}
</style>
background-color css
<style>
a { background-color: #D68F58; }
a { background-color: rgb(214,143,88); }
div.DivClassName
{
background-color: #D68F58;
}
.BgClassName
{
background-color: #D68F58;
}
</style>
border-color css
<style>
span { border-color: #D68F58; }
span { border-color: rgb(214,143,88); }
td.TdClassName
{
border-color: #D68F58;
}
.TagClassName
{
border-color: #D68F58;
}
</style>