Shades of Flamingo #DD6656
Tints of Flamingo #DD6656
RGB
CMYK
RGB Variations
Color information
#DD6656 (or 0xDD6656) is known color: Flamingo. HEX triplet: DD, 66 and 56. RGB value is (221,102,86). Sum of RGB (Red+Green+Blue) = 221+102+86=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6656 is #2299A9. Grayscale: #878787. Windows color (decimal): -2267562 or 5662429. OLE color: 5662429.
HSL color Cylindrical-coordinate representation of color #DD6656: hue angle of 7.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD6656 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 86 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.13 |
| HSL | 7.11º | 0.67% | 0.6% | - |
| HSV(B) | 7.11º | 0.61% | 0.87% | - |
| XYZ | 36.25 | 25.55 | 11.82 | - |
| YUV | 135.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 86 | 0 | 0.54 | 0.61 | 0.13 | 7.11 | 0.67 | 0.6 |
| Hex | DD | 66 | 56 | 0 | 36 | 3D | D | 7 | 43 | 3C |
| Octal | 335 | 146 | 126 | 0 | 66 | 75 | 15 | 7 | 103 | 74 |
| Binary | 11011101 | 1100110 | 1010110 | 0 | 110110 | 111101 | 1101 | 111 | 1000011 | 111100 |
Color Harmonies of #DD6656
Complementary color
Monochromatic Colors of #DD6656
Black with #DD6656
Text Example
Text Example
White with #DD6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6656; }
p { color: rgb(221,102,86); }
H1.HeaderClassName
{
color: #DD6656;
}
.AnyTagClassName
{
color: #DD6656;
}
</style>
background-color css
<style>
a { background-color: #DD6656; }
a { background-color: rgb(221,102,86); }
div.DivClassName
{
background-color: #DD6656;
}
.BgClassName
{
background-color: #DD6656;
}
</style>
border-color css
<style>
span { border-color: #DD6656; }
span { border-color: rgb(221,102,86); }
td.TdClassName
{
border-color: #DD6656;
}
.TagClassName
{
border-color: #DD6656;
}
</style>