Shades of Flamingo #DD5C44
Tints of Flamingo #DD5C44
RGB
CMYK
RGB Variations
Color information
#DD5C44 (or 0xDD5C44) is known color: Flamingo. HEX triplet: DD, 5C and 44. RGB value is (221,92,68). Sum of RGB (Red+Green+Blue) = 221+92+68=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C44 is #22A3BB. Grayscale: #808080. Windows color (decimal): -2270140 or 4480221. OLE color: 4480221.
HSL color Cylindrical-coordinate representation of color #DD5C44: hue angle of 9.41º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD5C44 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 68 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.13 |
| HSL | 9.41º | 0.69% | 0.57% | - |
| HSV(B) | 9.41º | 0.69% | 0.87% | - |
| XYZ | 34.69 | 23.44 | 8.17 | - |
| YUV | 127.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 68 | 0 | 0.58 | 0.69 | 0.13 | 9.41 | 0.69 | 0.57 |
| Hex | DD | 5C | 44 | 0 | 3A | 45 | D | 9 | 45 | 39 |
| Octal | 335 | 134 | 104 | 0 | 72 | 105 | 15 | 11 | 105 | 71 |
| Binary | 11011101 | 1011100 | 1000100 | 0 | 111010 | 1000101 | 1101 | 1001 | 1000101 | 111001 |
Color Harmonies of #DD5C44
Complementary color
Monochromatic Colors of #DD5C44
Black with #DD5C44
Text Example
Text Example
White with #DD5C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C44; }
p { color: rgb(221,92,68); }
H1.HeaderClassName
{
color: #DD5C44;
}
.AnyTagClassName
{
color: #DD5C44;
}
</style>
background-color css
<style>
a { background-color: #DD5C44; }
a { background-color: rgb(221,92,68); }
div.DivClassName
{
background-color: #DD5C44;
}
.BgClassName
{
background-color: #DD5C44;
}
</style>
border-color css
<style>
span { border-color: #DD5C44; }
span { border-color: rgb(221,92,68); }
td.TdClassName
{
border-color: #DD5C44;
}
.TagClassName
{
border-color: #DD5C44;
}
</style>