Shades of Flamingo #DD6E4F
Tints of Flamingo #DD6E4F
RGB
CMYK
RGB Variations
Color information
#DD6E4F (or 0xDD6E4F) is known color: Flamingo. HEX triplet: DD, 6E and 4F. RGB value is (221,110,79). Sum of RGB (Red+Green+Blue) = 221+110+79=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E4F is #2291B0. Grayscale: #8B8B8B. Windows color (decimal): -2265521 or 5205725. OLE color: 5205725.
HSL color Cylindrical-coordinate representation of color #DD6E4F: hue angle of 13.1º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD6E4F is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 79 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.13 |
| HSL | 13.1º | 0.68% | 0.59% | - |
| HSV(B) | 13.1º | 0.64% | 0.87% | - |
| XYZ | 36.81 | 27.09 | 10.69 | - |
| YUV | 139.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 79 | 0 | 0.50 | 0.64 | 0.13 | 13.1 | 0.68 | 0.59 |
| Hex | DD | 6E | 4F | 0 | 32 | 40 | D | D | 44 | 3B |
| Octal | 335 | 156 | 117 | 0 | 62 | 100 | 15 | 15 | 104 | 73 |
| Binary | 11011101 | 1101110 | 1001111 | 0 | 110010 | 1000000 | 1101 | 1101 | 1000100 | 111011 |
Color Harmonies of #DD6E4F
Complementary color
Monochromatic Colors of #DD6E4F
Black with #DD6E4F
Text Example
Text Example
White with #DD6E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E4F; }
p { color: rgb(221,110,79); }
H1.HeaderClassName
{
color: #DD6E4F;
}
.AnyTagClassName
{
color: #DD6E4F;
}
</style>
background-color css
<style>
a { background-color: #DD6E4F; }
a { background-color: rgb(221,110,79); }
div.DivClassName
{
background-color: #DD6E4F;
}
.BgClassName
{
background-color: #DD6E4F;
}
</style>
border-color css
<style>
span { border-color: #DD6E4F; }
span { border-color: rgb(221,110,79); }
td.TdClassName
{
border-color: #DD6E4F;
}
.TagClassName
{
border-color: #DD6E4F;
}
</style>