Shades of Flamingo #DD5C49
Tints of Flamingo #DD5C49
RGB
CMYK
RGB Variations
Color information
#DD5C49 (or 0xDD5C49) is known color: Flamingo. HEX triplet: DD, 5C and 49. RGB value is (221,92,73). Sum of RGB (Red+Green+Blue) = 221+92+73=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C49 is #22A3B6. Grayscale: #808080. Windows color (decimal): -2270135 or 4807901. OLE color: 4807901.
HSL color Cylindrical-coordinate representation of color #DD5C49: hue angle of 7.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD5C49 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 73 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.13 |
| HSL | 7.7º | 0.69% | 0.58% | - |
| HSV(B) | 7.7º | 0.67% | 0.87% | - |
| XYZ | 34.85 | 23.51 | 9 | - |
| YUV | 128.41 | 96.74 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 73 | 0 | 0.58 | 0.67 | 0.13 | 7.7 | 0.69 | 0.58 |
| Hex | DD | 5C | 49 | 0 | 3A | 43 | D | 8 | 45 | 3A |
| Octal | 335 | 134 | 111 | 0 | 72 | 103 | 15 | 10 | 105 | 72 |
| Binary | 11011101 | 1011100 | 1001001 | 0 | 111010 | 1000011 | 1101 | 1000 | 1000101 | 111010 |
Color Harmonies of #DD5C49
Complementary color
Monochromatic Colors of #DD5C49
Black with #DD5C49
Text Example
Text Example
White with #DD5C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C49; }
p { color: rgb(221,92,73); }
H1.HeaderClassName
{
color: #DD5C49;
}
.AnyTagClassName
{
color: #DD5C49;
}
</style>
background-color css
<style>
a { background-color: #DD5C49; }
a { background-color: rgb(221,92,73); }
div.DivClassName
{
background-color: #DD5C49;
}
.BgClassName
{
background-color: #DD5C49;
}
</style>
border-color css
<style>
span { border-color: #DD5C49; }
span { border-color: rgb(221,92,73); }
td.TdClassName
{
border-color: #DD5C49;
}
.TagClassName
{
border-color: #DD5C49;
}
</style>