Shades of Whiskey Sour #DD8F5F
Tints of Whiskey Sour #DD8F5F
RGB
CMYK
RGB Variations
Color information
#DD8F5F (or 0xDD8F5F) is known color: Whiskey Sour. HEX triplet: DD, 8F and 5F. RGB value is (221,143,95). Sum of RGB (Red+Green+Blue) = 221+143+95=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F5F is #2270A0. Grayscale: #A1A1A1. Windows color (decimal): -2257057 or 6262749. OLE color: 6262749.
HSL color Cylindrical-coordinate representation of color #DD8F5F: hue angle of 22.86º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD8F5F is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 95 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.13 |
| HSL | 22.86º | 0.65% | 0.62% | - |
| HSV(B) | 22.86º | 0.57% | 0.87% | - |
| XYZ | 41.71 | 35.84 | 15.55 | - |
| YUV | 160.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 95 | 0 | 0.35 | 0.57 | 0.13 | 22.86 | 0.65 | 0.62 |
| Hex | DD | 8F | 5F | 0 | 23 | 39 | D | 17 | 41 | 3E |
| Octal | 335 | 217 | 137 | 0 | 43 | 71 | 15 | 27 | 101 | 76 |
| Binary | 11011101 | 10001111 | 1011111 | 0 | 100011 | 111001 | 1101 | 10111 | 1000001 | 111110 |
Color Harmonies of #DD8F5F
Complementary color
Monochromatic Colors of #DD8F5F
Black with #DD8F5F
Text Example
Text Example
White with #DD8F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F5F; }
p { color: rgb(221,143,95); }
H1.HeaderClassName
{
color: #DD8F5F;
}
.AnyTagClassName
{
color: #DD8F5F;
}
</style>
background-color css
<style>
a { background-color: #DD8F5F; }
a { background-color: rgb(221,143,95); }
div.DivClassName
{
background-color: #DD8F5F;
}
.BgClassName
{
background-color: #DD8F5F;
}
</style>
border-color css
<style>
span { border-color: #DD8F5F; }
span { border-color: rgb(221,143,95); }
td.TdClassName
{
border-color: #DD8F5F;
}
.TagClassName
{
border-color: #DD8F5F;
}
</style>