Shades of Whiskey Sour #DD905E
Tints of Whiskey Sour #DD905E
RGB
CMYK
RGB Variations
Color information
#DD905E (or 0xDD905E) is known color: Whiskey Sour. HEX triplet: DD, 90 and 5E. RGB value is (221,144,94). Sum of RGB (Red+Green+Blue) = 221+144+94=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD905E is #226FA1. Grayscale: #A1A1A1. Windows color (decimal): -2256802 or 6197469. OLE color: 6197469.
HSL color Cylindrical-coordinate representation of color #DD905E: hue angle of 23.62º 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 #DD905E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 94 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.13 |
| HSL | 23.62º | 0.65% | 0.62% | - |
| HSV(B) | 23.62º | 0.57% | 0.87% | - |
| XYZ | 41.81 | 36.13 | 15.36 | - |
| YUV | 161.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 94 | 0 | 0.35 | 0.57 | 0.13 | 23.62 | 0.65 | 0.62 |
| Hex | DD | 90 | 5E | 0 | 23 | 39 | D | 18 | 41 | 3E |
| Octal | 335 | 220 | 136 | 0 | 43 | 71 | 15 | 30 | 101 | 76 |
| Binary | 11011101 | 10010000 | 1011110 | 0 | 100011 | 111001 | 1101 | 11000 | 1000001 | 111110 |
Color Harmonies of #DD905E
Complementary color
Monochromatic Colors of #DD905E
Black with #DD905E
Text Example
Text Example
White with #DD905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD905E; }
p { color: rgb(221,144,94); }
H1.HeaderClassName
{
color: #DD905E;
}
.AnyTagClassName
{
color: #DD905E;
}
</style>
background-color css
<style>
a { background-color: #DD905E; }
a { background-color: rgb(221,144,94); }
div.DivClassName
{
background-color: #DD905E;
}
.BgClassName
{
background-color: #DD905E;
}
</style>
border-color css
<style>
span { border-color: #DD905E; }
span { border-color: rgb(221,144,94); }
td.TdClassName
{
border-color: #DD905E;
}
.TagClassName
{
border-color: #DD905E;
}
</style>