Shades of Whiskey Sour #D68D56
Tints of Whiskey Sour #D68D56
RGB
CMYK
RGB Variations
Color information
#D68D56 (or 0xD68D56) is known color: Whiskey Sour. HEX triplet: D6, 8D and 56. RGB value is (214,141,86). Sum of RGB (Red+Green+Blue) = 214+141+86=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D56 is #2972A9. Grayscale: #9C9C9C. Windows color (decimal): -2716330 or 5672406. OLE color: 5672406.
HSL color Cylindrical-coordinate representation of color #D68D56: hue angle of 25.78º 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 #D68D56 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 86 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.16 |
| HSL | 25.78º | 0.61% | 0.59% | - |
| HSV(B) | 25.78º | 0.6% | 0.84% | - |
| XYZ | 38.94 | 34.02 | 13.32 | - |
| YUV | 156.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 86 | 0 | 0.34 | 0.60 | 0.16 | 25.78 | 0.61 | 0.59 |
| Hex | D6 | 8D | 56 | 0 | 22 | 3C | 10 | 1A | 3D | 3B |
| Octal | 326 | 215 | 126 | 0 | 42 | 74 | 20 | 32 | 75 | 73 |
| Binary | 11010110 | 10001101 | 1010110 | 0 | 100010 | 111100 | 10000 | 11010 | 111101 | 111011 |
Color Harmonies of #D68D56
Complementary color
Monochromatic Colors of #D68D56
Black with #D68D56
Text Example
Text Example
White with #D68D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D56; }
p { color: rgb(214,141,86); }
H1.HeaderClassName
{
color: #D68D56;
}
.AnyTagClassName
{
color: #D68D56;
}
</style>
background-color css
<style>
a { background-color: #D68D56; }
a { background-color: rgb(214,141,86); }
div.DivClassName
{
background-color: #D68D56;
}
.BgClassName
{
background-color: #D68D56;
}
</style>
border-color css
<style>
span { border-color: #D68D56; }
span { border-color: rgb(214,141,86); }
td.TdClassName
{
border-color: #D68D56;
}
.TagClassName
{
border-color: #D68D56;
}
</style>