Shades of Whiskey Sour #DD8F5B
Tints of Whiskey Sour #DD8F5B
RGB
CMYK
RGB Variations
Color information
#DD8F5B (or 0xDD8F5B) is known color: Whiskey Sour. HEX triplet: DD, 8F and 5B. RGB value is (221,143,91). Sum of RGB (Red+Green+Blue) = 221+143+91=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F5B is #2270A4. Grayscale: #A0A0A0. Windows color (decimal): -2257061 or 6000605. OLE color: 6000605.
HSL color Cylindrical-coordinate representation of color #DD8F5B: hue angle of 24º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD8F5B is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 91 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.13 |
| HSL | 24º | 0.66% | 0.61% | - |
| HSV(B) | 24º | 0.59% | 0.87% | - |
| XYZ | 41.53 | 35.77 | 14.61 | - |
| YUV | 160.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 91 | 0 | 0.35 | 0.59 | 0.13 | 24 | 0.66 | 0.61 |
| Hex | DD | 8F | 5B | 0 | 23 | 3B | D | 18 | 42 | 3D |
| Octal | 335 | 217 | 133 | 0 | 43 | 73 | 15 | 30 | 102 | 75 |
| Binary | 11011101 | 10001111 | 1011011 | 0 | 100011 | 111011 | 1101 | 11000 | 1000010 | 111101 |
Color Harmonies of #DD8F5B
Complementary color
Monochromatic Colors of #DD8F5B
Black with #DD8F5B
Text Example
Text Example
White with #DD8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F5B; }
p { color: rgb(221,143,91); }
H1.HeaderClassName
{
color: #DD8F5B;
}
.AnyTagClassName
{
color: #DD8F5B;
}
</style>
background-color css
<style>
a { background-color: #DD8F5B; }
a { background-color: rgb(221,143,91); }
div.DivClassName
{
background-color: #DD8F5B;
}
.BgClassName
{
background-color: #DD8F5B;
}
</style>
border-color css
<style>
span { border-color: #DD8F5B; }
span { border-color: rgb(221,143,91); }
td.TdClassName
{
border-color: #DD8F5B;
}
.TagClassName
{
border-color: #DD8F5B;
}
</style>