Shades of Whiskey Sour #DD905C
Tints of Whiskey Sour #DD905C
RGB
CMYK
RGB Variations
Color information
#DD905C (or 0xDD905C) is known color: Whiskey Sour. HEX triplet: DD, 90 and 5C. RGB value is (221,144,92). Sum of RGB (Red+Green+Blue) = 221+144+92=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD905C is #226FA3. Grayscale: #A1A1A1. Windows color (decimal): -2256804 or 6066397. OLE color: 6066397.
HSL color Cylindrical-coordinate representation of color #DD905C: hue angle of 24.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD905C is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 92 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.13 |
| HSL | 24.19º | 0.65% | 0.61% | - |
| HSV(B) | 24.19º | 0.58% | 0.87% | - |
| XYZ | 41.72 | 36.09 | 14.89 | - |
| YUV | 161.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 92 | 0 | 0.35 | 0.58 | 0.13 | 24.19 | 0.65 | 0.61 |
| Hex | DD | 90 | 5C | 0 | 23 | 3A | D | 18 | 41 | 3D |
| Octal | 335 | 220 | 134 | 0 | 43 | 72 | 15 | 30 | 101 | 75 |
| Binary | 11011101 | 10010000 | 1011100 | 0 | 100011 | 111010 | 1101 | 11000 | 1000001 | 111101 |
Color Harmonies of #DD905C
Complementary color
Monochromatic Colors of #DD905C
Black with #DD905C
Text Example
Text Example
White with #DD905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD905C; }
p { color: rgb(221,144,92); }
H1.HeaderClassName
{
color: #DD905C;
}
.AnyTagClassName
{
color: #DD905C;
}
</style>
background-color css
<style>
a { background-color: #DD905C; }
a { background-color: rgb(221,144,92); }
div.DivClassName
{
background-color: #DD905C;
}
.BgClassName
{
background-color: #DD905C;
}
</style>
border-color css
<style>
span { border-color: #DD905C; }
span { border-color: rgb(221,144,92); }
td.TdClassName
{
border-color: #DD905C;
}
.TagClassName
{
border-color: #DD905C;
}
</style>