Shades of Flamingo #DD6A47
Tints of Flamingo #DD6A47
RGB
CMYK
RGB Variations
Color information
#DD6A47 (or 0xDD6A47) is known color: Flamingo. HEX triplet: DD, 6A and 47. RGB value is (221,106,71). Sum of RGB (Red+Green+Blue) = 221+106+71=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A47 is #2295B8. Grayscale: #888888. Windows color (decimal): -2266553 or 4680413. OLE color: 4680413.
HSL color Cylindrical-coordinate representation of color #DD6A47: hue angle of 14º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD6A47 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 71 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.13 |
| HSL | 14º | 0.69% | 0.57% | - |
| HSV(B) | 14º | 0.68% | 0.87% | - |
| XYZ | 36.11 | 26.14 | 9.1 | - |
| YUV | 136.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 71 | 0 | 0.52 | 0.68 | 0.13 | 14 | 0.69 | 0.57 |
| Hex | DD | 6A | 47 | 0 | 34 | 44 | D | E | 45 | 39 |
| Octal | 335 | 152 | 107 | 0 | 64 | 104 | 15 | 16 | 105 | 71 |
| Binary | 11011101 | 1101010 | 1000111 | 0 | 110100 | 1000100 | 1101 | 1110 | 1000101 | 111001 |
Color Harmonies of #DD6A47
Complementary color
Monochromatic Colors of #DD6A47
Black with #DD6A47
Text Example
Text Example
White with #DD6A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A47; }
p { color: rgb(221,106,71); }
H1.HeaderClassName
{
color: #DD6A47;
}
.AnyTagClassName
{
color: #DD6A47;
}
</style>
background-color css
<style>
a { background-color: #DD6A47; }
a { background-color: rgb(221,106,71); }
div.DivClassName
{
background-color: #DD6A47;
}
.BgClassName
{
background-color: #DD6A47;
}
</style>
border-color css
<style>
span { border-color: #DD6A47; }
span { border-color: rgb(221,106,71); }
td.TdClassName
{
border-color: #DD6A47;
}
.TagClassName
{
border-color: #DD6A47;
}
</style>