Shades of Whiskey Sour #DD8F5A
Tints of Whiskey Sour #DD8F5A
RGB
CMYK
RGB Variations
Color information
#DD8F5A (or 0xDD8F5A) is known color: Whiskey Sour. HEX triplet: DD, 8F and 5A. RGB value is (221,143,90). Sum of RGB (Red+Green+Blue) = 221+143+90=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F5A is #2270A5. Grayscale: #A0A0A0. Windows color (decimal): -2257062 or 5935069. OLE color: 5935069.
HSL color Cylindrical-coordinate representation of color #DD8F5A: hue angle of 24.27º 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 #DD8F5A is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 90 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.13 |
| HSL | 24.27º | 0.66% | 0.61% | - |
| HSV(B) | 24.27º | 0.59% | 0.87% | - |
| XYZ | 41.49 | 35.76 | 14.39 | - |
| YUV | 160.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 90 | 0 | 0.35 | 0.59 | 0.13 | 24.27 | 0.66 | 0.61 |
| Hex | DD | 8F | 5A | 0 | 23 | 3B | D | 18 | 42 | 3D |
| Octal | 335 | 217 | 132 | 0 | 43 | 73 | 15 | 30 | 102 | 75 |
| Binary | 11011101 | 10001111 | 1011010 | 0 | 100011 | 111011 | 1101 | 11000 | 1000010 | 111101 |
Color Harmonies of #DD8F5A
Complementary color
Monochromatic Colors of #DD8F5A
Black with #DD8F5A
Text Example
Text Example
White with #DD8F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F5A; }
p { color: rgb(221,143,90); }
H1.HeaderClassName
{
color: #DD8F5A;
}
.AnyTagClassName
{
color: #DD8F5A;
}
</style>
background-color css
<style>
a { background-color: #DD8F5A; }
a { background-color: rgb(221,143,90); }
div.DivClassName
{
background-color: #DD8F5A;
}
.BgClassName
{
background-color: #DD8F5A;
}
</style>
border-color css
<style>
span { border-color: #DD8F5A; }
span { border-color: rgb(221,143,90); }
td.TdClassName
{
border-color: #DD8F5A;
}
.TagClassName
{
border-color: #DD8F5A;
}
</style>