Shades of Whiskey Sour #DD904F
Tints of Whiskey Sour #DD904F
RGB
CMYK
RGB Variations
Color information
#DD904F (or 0xDD904F) is known color: Whiskey Sour. HEX triplet: DD, 90 and 4F. RGB value is (221,144,79). Sum of RGB (Red+Green+Blue) = 221+144+79=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD904F is #226FB0. Grayscale: #9F9F9F. Windows color (decimal): -2256817 or 5214429. OLE color: 5214429.
HSL color Cylindrical-coordinate representation of color #DD904F: hue angle of 27.46º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD904F is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 79 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.13 |
| HSL | 27.46º | 0.68% | 0.59% | - |
| HSV(B) | 27.46º | 0.64% | 0.87% | - |
| XYZ | 41.2 | 35.88 | 12.15 | - |
| YUV | 159.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 79 | 0 | 0.35 | 0.64 | 0.13 | 27.46 | 0.68 | 0.59 |
| Hex | DD | 90 | 4F | 0 | 23 | 40 | D | 1B | 44 | 3B |
| Octal | 335 | 220 | 117 | 0 | 43 | 100 | 15 | 33 | 104 | 73 |
| Binary | 11011101 | 10010000 | 1001111 | 0 | 100011 | 1000000 | 1101 | 11011 | 1000100 | 111011 |
Color Harmonies of #DD904F
Complementary color
Monochromatic Colors of #DD904F
Black with #DD904F
Text Example
Text Example
White with #DD904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD904F; }
p { color: rgb(221,144,79); }
H1.HeaderClassName
{
color: #DD904F;
}
.AnyTagClassName
{
color: #DD904F;
}
</style>
background-color css
<style>
a { background-color: #DD904F; }
a { background-color: rgb(221,144,79); }
div.DivClassName
{
background-color: #DD904F;
}
.BgClassName
{
background-color: #DD904F;
}
</style>
border-color css
<style>
span { border-color: #DD904F; }
span { border-color: rgb(221,144,79); }
td.TdClassName
{
border-color: #DD904F;
}
.TagClassName
{
border-color: #DD904F;
}
</style>