Shades of Flamingo #DD6646
Tints of Flamingo #DD6646
RGB
CMYK
RGB Variations
Color information
#DD6646 (or 0xDD6646) is known color: Flamingo. HEX triplet: DD, 66 and 46. RGB value is (221,102,70). Sum of RGB (Red+Green+Blue) = 221+102+70=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6646 is #2299B9. Grayscale: #868686. Windows color (decimal): -2267578 or 4613853. OLE color: 4613853.
HSL color Cylindrical-coordinate representation of color #DD6646: hue angle of 12.72º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD6646 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 70 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.13 |
| HSL | 12.72º | 0.69% | 0.57% | - |
| HSV(B) | 12.72º | 0.68% | 0.87% | - |
| XYZ | 35.68 | 25.32 | 8.8 | - |
| YUV | 133.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 70 | 0 | 0.54 | 0.68 | 0.13 | 12.72 | 0.69 | 0.57 |
| Hex | DD | 66 | 46 | 0 | 36 | 44 | D | D | 45 | 39 |
| Octal | 335 | 146 | 106 | 0 | 66 | 104 | 15 | 15 | 105 | 71 |
| Binary | 11011101 | 1100110 | 1000110 | 0 | 110110 | 1000100 | 1101 | 1101 | 1000101 | 111001 |
Color Harmonies of #DD6646
Complementary color
Monochromatic Colors of #DD6646
Black with #DD6646
Text Example
Text Example
White with #DD6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6646; }
p { color: rgb(221,102,70); }
H1.HeaderClassName
{
color: #DD6646;
}
.AnyTagClassName
{
color: #DD6646;
}
</style>
background-color css
<style>
a { background-color: #DD6646; }
a { background-color: rgb(221,102,70); }
div.DivClassName
{
background-color: #DD6646;
}
.BgClassName
{
background-color: #DD6646;
}
</style>
border-color css
<style>
span { border-color: #DD6646; }
span { border-color: rgb(221,102,70); }
td.TdClassName
{
border-color: #DD6646;
}
.TagClassName
{
border-color: #DD6646;
}
</style>