Shades of Flamingo #DD6554
Tints of Flamingo #DD6554
RGB
CMYK
RGB Variations
Color information
#DD6554 (or 0xDD6554) is known color: Flamingo. HEX triplet: DD, 65 and 54. RGB value is (221,101,84). Sum of RGB (Red+Green+Blue) = 221+101+84=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6554 is #229AAB. Grayscale: #878787. Windows color (decimal): -2267820 or 5531101. OLE color: 5531101.
HSL color Cylindrical-coordinate representation of color #DD6554: hue angle of 7.45º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD6554 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 84 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.13 |
| HSL | 7.45º | 0.67% | 0.6% | - |
| HSV(B) | 7.45º | 0.62% | 0.87% | - |
| XYZ | 36.07 | 25.32 | 11.37 | - |
| YUV | 134.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 84 | 0 | 0.54 | 0.62 | 0.13 | 7.45 | 0.67 | 0.6 |
| Hex | DD | 65 | 54 | 0 | 36 | 3E | D | 7 | 43 | 3C |
| Octal | 335 | 145 | 124 | 0 | 66 | 76 | 15 | 7 | 103 | 74 |
| Binary | 11011101 | 1100101 | 1010100 | 0 | 110110 | 111110 | 1101 | 111 | 1000011 | 111100 |
Color Harmonies of #DD6554
Complementary color
Monochromatic Colors of #DD6554
Black with #DD6554
Text Example
Text Example
White with #DD6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6554; }
p { color: rgb(221,101,84); }
H1.HeaderClassName
{
color: #DD6554;
}
.AnyTagClassName
{
color: #DD6554;
}
</style>
background-color css
<style>
a { background-color: #DD6554; }
a { background-color: rgb(221,101,84); }
div.DivClassName
{
background-color: #DD6554;
}
.BgClassName
{
background-color: #DD6554;
}
</style>
border-color css
<style>
span { border-color: #DD6554; }
span { border-color: rgb(221,101,84); }
td.TdClassName
{
border-color: #DD6554;
}
.TagClassName
{
border-color: #DD6554;
}
</style>