Shades of Whiskey Sour #D68955
Tints of Whiskey Sour #D68955
RGB
CMYK
RGB Variations
Color information
#D68955 (or 0xD68955) is known color: Whiskey Sour. HEX triplet: D6, 89 and 55. RGB value is (214,137,85). Sum of RGB (Red+Green+Blue) = 214+137+85=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68955 is #2976AA. Grayscale: #9A9A9A. Windows color (decimal): -2717355 or 5605846. OLE color: 5605846.
HSL color Cylindrical-coordinate representation of color #D68955: hue angle of 24.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D68955 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 85 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.16 |
| HSL | 24.19º | 0.61% | 0.59% | - |
| HSV(B) | 24.19º | 0.6% | 0.84% | - |
| XYZ | 38.32 | 32.84 | 12.91 | - |
| YUV | 154.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 85 | 0 | 0.36 | 0.60 | 0.16 | 24.19 | 0.61 | 0.59 |
| Hex | D6 | 89 | 55 | 0 | 24 | 3C | 10 | 18 | 3D | 3B |
| Octal | 326 | 211 | 125 | 0 | 44 | 74 | 20 | 30 | 75 | 73 |
| Binary | 11010110 | 10001001 | 1010101 | 0 | 100100 | 111100 | 10000 | 11000 | 111101 | 111011 |
Color Harmonies of #D68955
Complementary color
Monochromatic Colors of #D68955
Black with #D68955
Text Example
Text Example
White with #D68955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68955; }
p { color: rgb(214,137,85); }
H1.HeaderClassName
{
color: #D68955;
}
.AnyTagClassName
{
color: #D68955;
}
</style>
background-color css
<style>
a { background-color: #D68955; }
a { background-color: rgb(214,137,85); }
div.DivClassName
{
background-color: #D68955;
}
.BgClassName
{
background-color: #D68955;
}
</style>
border-color css
<style>
span { border-color: #D68955; }
span { border-color: rgb(214,137,85); }
td.TdClassName
{
border-color: #D68955;
}
.TagClassName
{
border-color: #D68955;
}
</style>