Shades of Whiskey Sour #DD905F
Tints of Whiskey Sour #DD905F
RGB
CMYK
RGB Variations
Color information
#DD905F (or 0xDD905F) is known color: Whiskey Sour. HEX triplet: DD, 90 and 5F. RGB value is (221,144,95). Sum of RGB (Red+Green+Blue) = 221+144+95=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD905F is #226FA0. Grayscale: #A1A1A1. Windows color (decimal): -2256801 or 6263005. OLE color: 6263005.
HSL color Cylindrical-coordinate representation of color #DD905F: hue angle of 23.33º 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 #DD905F is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 95 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.13 |
| HSL | 23.33º | 0.65% | 0.62% | - |
| HSV(B) | 23.33º | 0.57% | 0.87% | - |
| XYZ | 41.86 | 36.14 | 15.6 | - |
| YUV | 161.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 95 | 0 | 0.35 | 0.57 | 0.13 | 23.33 | 0.65 | 0.62 |
| Hex | DD | 90 | 5F | 0 | 23 | 39 | D | 17 | 41 | 3E |
| Octal | 335 | 220 | 137 | 0 | 43 | 71 | 15 | 27 | 101 | 76 |
| Binary | 11011101 | 10010000 | 1011111 | 0 | 100011 | 111001 | 1101 | 10111 | 1000001 | 111110 |
Color Harmonies of #DD905F
Complementary color
Monochromatic Colors of #DD905F
Black with #DD905F
Text Example
Text Example
White with #DD905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD905F; }
p { color: rgb(221,144,95); }
H1.HeaderClassName
{
color: #DD905F;
}
.AnyTagClassName
{
color: #DD905F;
}
</style>
background-color css
<style>
a { background-color: #DD905F; }
a { background-color: rgb(221,144,95); }
div.DivClassName
{
background-color: #DD905F;
}
.BgClassName
{
background-color: #DD905F;
}
</style>
border-color css
<style>
span { border-color: #DD905F; }
span { border-color: rgb(221,144,95); }
td.TdClassName
{
border-color: #DD905F;
}
.TagClassName
{
border-color: #DD905F;
}
</style>