Shades of Whiskey Sour #DD8657
Tints of Whiskey Sour #DD8657
RGB
CMYK
RGB Variations
Color information
#DD8657 (or 0xDD8657) is known color: Whiskey Sour. HEX triplet: DD, 86 and 57. RGB value is (221,134,87). Sum of RGB (Red+Green+Blue) = 221+134+87=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8657 is #2279A8. Grayscale: #9A9A9A. Windows color (decimal): -2259369 or 5736157. OLE color: 5736157.
HSL color Cylindrical-coordinate representation of color #DD8657: hue angle of 21.04º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD8657 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 87 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.13 |
| HSL | 21.04º | 0.66% | 0.6% | - |
| HSV(B) | 21.04º | 0.61% | 0.87% | - |
| XYZ | 40.06 | 33.11 | 13.3 | - |
| YUV | 154.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 87 | 0 | 0.39 | 0.61 | 0.13 | 21.04 | 0.66 | 0.6 |
| Hex | DD | 86 | 57 | 0 | 27 | 3D | D | 15 | 42 | 3C |
| Octal | 335 | 206 | 127 | 0 | 47 | 75 | 15 | 25 | 102 | 74 |
| Binary | 11011101 | 10000110 | 1010111 | 0 | 100111 | 111101 | 1101 | 10101 | 1000010 | 111100 |
Color Harmonies of #DD8657
Complementary color
Monochromatic Colors of #DD8657
Black with #DD8657
Text Example
Text Example
White with #DD8657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8657; }
p { color: rgb(221,134,87); }
H1.HeaderClassName
{
color: #DD8657;
}
.AnyTagClassName
{
color: #DD8657;
}
</style>
background-color css
<style>
a { background-color: #DD8657; }
a { background-color: rgb(221,134,87); }
div.DivClassName
{
background-color: #DD8657;
}
.BgClassName
{
background-color: #DD8657;
}
</style>
border-color css
<style>
span { border-color: #DD8657; }
span { border-color: rgb(221,134,87); }
td.TdClassName
{
border-color: #DD8657;
}
.TagClassName
{
border-color: #DD8657;
}
</style>