Shades of Flamingo #DD6C49
Tints of Flamingo #DD6C49
RGB
CMYK
RGB Variations
Color information
#DD6C49 (or 0xDD6C49) is known color: Flamingo. HEX triplet: DD, 6C and 49. RGB value is (221,108,73). Sum of RGB (Red+Green+Blue) = 221+108+73=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C49 is #2293B6. Grayscale: #8A8A8A. Windows color (decimal): -2266039 or 4811997. OLE color: 4811997.
HSL color Cylindrical-coordinate representation of color #DD6C49: hue angle of 14.19º 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 #DD6C49 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 73 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.13 |
| HSL | 14.19º | 0.69% | 0.58% | - |
| HSV(B) | 14.19º | 0.67% | 0.87% | - |
| XYZ | 36.38 | 26.58 | 9.52 | - |
| YUV | 137.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 73 | 0 | 0.51 | 0.67 | 0.13 | 14.19 | 0.69 | 0.58 |
| Hex | DD | 6C | 49 | 0 | 33 | 43 | D | E | 45 | 3A |
| Octal | 335 | 154 | 111 | 0 | 63 | 103 | 15 | 16 | 105 | 72 |
| Binary | 11011101 | 1101100 | 1001001 | 0 | 110011 | 1000011 | 1101 | 1110 | 1000101 | 111010 |
Color Harmonies of #DD6C49
Complementary color
Monochromatic Colors of #DD6C49
Black with #DD6C49
Text Example
Text Example
White with #DD6C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C49; }
p { color: rgb(221,108,73); }
H1.HeaderClassName
{
color: #DD6C49;
}
.AnyTagClassName
{
color: #DD6C49;
}
</style>
background-color css
<style>
a { background-color: #DD6C49; }
a { background-color: rgb(221,108,73); }
div.DivClassName
{
background-color: #DD6C49;
}
.BgClassName
{
background-color: #DD6C49;
}
</style>
border-color css
<style>
span { border-color: #DD6C49; }
span { border-color: rgb(221,108,73); }
td.TdClassName
{
border-color: #DD6C49;
}
.TagClassName
{
border-color: #DD6C49;
}
</style>