Shades of Flamingo #DD6747
Tints of Flamingo #DD6747
RGB
CMYK
RGB Variations
Color information
#DD6747 (or 0xDD6747) is known color: Flamingo. HEX triplet: DD, 67 and 47. RGB value is (221,103,71). Sum of RGB (Red+Green+Blue) = 221+103+71=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6747 is #2298B8. Grayscale: #868686. Windows color (decimal): -2267321 or 4679645. OLE color: 4679645.
HSL color Cylindrical-coordinate representation of color #DD6747: hue angle of 12.8º 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 #DD6747 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 71 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.13 |
| HSL | 12.8º | 0.69% | 0.57% | - |
| HSV(B) | 12.8º | 0.68% | 0.87% | - |
| XYZ | 35.81 | 25.53 | 9 | - |
| YUV | 134.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 71 | 0 | 0.53 | 0.68 | 0.13 | 12.8 | 0.69 | 0.57 |
| Hex | DD | 67 | 47 | 0 | 35 | 44 | D | D | 45 | 39 |
| Octal | 335 | 147 | 107 | 0 | 65 | 104 | 15 | 15 | 105 | 71 |
| Binary | 11011101 | 1100111 | 1000111 | 0 | 110101 | 1000100 | 1101 | 1101 | 1000101 | 111001 |
Color Harmonies of #DD6747
Complementary color
Monochromatic Colors of #DD6747
Black with #DD6747
Text Example
Text Example
White with #DD6747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6747; }
p { color: rgb(221,103,71); }
H1.HeaderClassName
{
color: #DD6747;
}
.AnyTagClassName
{
color: #DD6747;
}
</style>
background-color css
<style>
a { background-color: #DD6747; }
a { background-color: rgb(221,103,71); }
div.DivClassName
{
background-color: #DD6747;
}
.BgClassName
{
background-color: #DD6747;
}
</style>
border-color css
<style>
span { border-color: #DD6747; }
span { border-color: rgb(221,103,71); }
td.TdClassName
{
border-color: #DD6747;
}
.TagClassName
{
border-color: #DD6747;
}
</style>