Shades of Flamingo #DD6249
Tints of Flamingo #DD6249
RGB
CMYK
RGB Variations
Color information
#DD6249 (or 0xDD6249) is known color: Flamingo. HEX triplet: DD, 62 and 49. RGB value is (221,98,73). Sum of RGB (Red+Green+Blue) = 221+98+73=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6249 is #229DB6. Grayscale: #848484. Windows color (decimal): -2268599 or 4809437. OLE color: 4809437.
HSL color Cylindrical-coordinate representation of color #DD6249: hue angle of 10.14º 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 #DD6249 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 73 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.13 |
| HSL | 10.14º | 0.69% | 0.58% | - |
| HSV(B) | 10.14º | 0.67% | 0.87% | - |
| XYZ | 35.39 | 24.59 | 9.18 | - |
| YUV | 131.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 73 | 0 | 0.56 | 0.67 | 0.13 | 10.14 | 0.69 | 0.58 |
| Hex | DD | 62 | 49 | 0 | 38 | 43 | D | A | 45 | 3A |
| Octal | 335 | 142 | 111 | 0 | 70 | 103 | 15 | 12 | 105 | 72 |
| Binary | 11011101 | 1100010 | 1001001 | 0 | 111000 | 1000011 | 1101 | 1010 | 1000101 | 111010 |
Color Harmonies of #DD6249
Complementary color
Monochromatic Colors of #DD6249
Black with #DD6249
Text Example
Text Example
White with #DD6249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6249; }
p { color: rgb(221,98,73); }
H1.HeaderClassName
{
color: #DD6249;
}
.AnyTagClassName
{
color: #DD6249;
}
</style>
background-color css
<style>
a { background-color: #DD6249; }
a { background-color: rgb(221,98,73); }
div.DivClassName
{
background-color: #DD6249;
}
.BgClassName
{
background-color: #DD6249;
}
</style>
border-color css
<style>
span { border-color: #DD6249; }
span { border-color: rgb(221,98,73); }
td.TdClassName
{
border-color: #DD6249;
}
.TagClassName
{
border-color: #DD6249;
}
</style>