Shades of Whiskey Sour #DD905A
Tints of Whiskey Sour #DD905A
RGB
CMYK
RGB Variations
Color information
#DD905A (or 0xDD905A) is known color: Whiskey Sour. HEX triplet: DD, 90 and 5A. RGB value is (221,144,90). Sum of RGB (Red+Green+Blue) = 221+144+90=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD905A is #226FA5. Grayscale: #A1A1A1. Windows color (decimal): -2256806 or 5935325. OLE color: 5935325.
HSL color Cylindrical-coordinate representation of color #DD905A: hue angle of 24.73º 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 #DD905A is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 90 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.13 |
| HSL | 24.73º | 0.66% | 0.61% | - |
| HSV(B) | 24.73º | 0.59% | 0.87% | - |
| XYZ | 41.64 | 36.06 | 14.44 | - |
| YUV | 160.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 90 | 0 | 0.35 | 0.59 | 0.13 | 24.73 | 0.66 | 0.61 |
| Hex | DD | 90 | 5A | 0 | 23 | 3B | D | 19 | 42 | 3D |
| Octal | 335 | 220 | 132 | 0 | 43 | 73 | 15 | 31 | 102 | 75 |
| Binary | 11011101 | 10010000 | 1011010 | 0 | 100011 | 111011 | 1101 | 11001 | 1000010 | 111101 |
Color Harmonies of #DD905A
Complementary color
Monochromatic Colors of #DD905A
Black with #DD905A
Text Example
Text Example
White with #DD905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD905A; }
p { color: rgb(221,144,90); }
H1.HeaderClassName
{
color: #DD905A;
}
.AnyTagClassName
{
color: #DD905A;
}
</style>
background-color css
<style>
a { background-color: #DD905A; }
a { background-color: rgb(221,144,90); }
div.DivClassName
{
background-color: #DD905A;
}
.BgClassName
{
background-color: #DD905A;
}
</style>
border-color css
<style>
span { border-color: #DD905A; }
span { border-color: rgb(221,144,90); }
td.TdClassName
{
border-color: #DD905A;
}
.TagClassName
{
border-color: #DD905A;
}
</style>