Shades of Flamingo #DD6049
Tints of Flamingo #DD6049
RGB
CMYK
RGB Variations
Color information
#DD6049 (or 0xDD6049) is known color: Flamingo. HEX triplet: DD, 60 and 49. RGB value is (221,96,73). Sum of RGB (Red+Green+Blue) = 221+96+73=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6049 is #229FB6. Grayscale: #828282. Windows color (decimal): -2269111 or 4808925. OLE color: 4808925.
HSL color Cylindrical-coordinate representation of color #DD6049: hue angle of 9.32º 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 #DD6049 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 73 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.13 |
| HSL | 9.32º | 0.69% | 0.58% | - |
| HSV(B) | 9.32º | 0.67% | 0.87% | - |
| XYZ | 35.2 | 24.22 | 9.12 | - |
| YUV | 130.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 73 | 0 | 0.57 | 0.67 | 0.13 | 9.32 | 0.69 | 0.58 |
| Hex | DD | 60 | 49 | 0 | 39 | 43 | D | 9 | 45 | 3A |
| Octal | 335 | 140 | 111 | 0 | 71 | 103 | 15 | 11 | 105 | 72 |
| Binary | 11011101 | 1100000 | 1001001 | 0 | 111001 | 1000011 | 1101 | 1001 | 1000101 | 111010 |
Color Harmonies of #DD6049
Complementary color
Monochromatic Colors of #DD6049
Black with #DD6049
Text Example
Text Example
White with #DD6049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6049; }
p { color: rgb(221,96,73); }
H1.HeaderClassName
{
color: #DD6049;
}
.AnyTagClassName
{
color: #DD6049;
}
</style>
background-color css
<style>
a { background-color: #DD6049; }
a { background-color: rgb(221,96,73); }
div.DivClassName
{
background-color: #DD6049;
}
.BgClassName
{
background-color: #DD6049;
}
</style>
border-color css
<style>
span { border-color: #DD6049; }
span { border-color: rgb(221,96,73); }
td.TdClassName
{
border-color: #DD6049;
}
.TagClassName
{
border-color: #DD6049;
}
</style>