Shades of Flamingo #DD6644
Tints of Flamingo #DD6644
RGB
CMYK
RGB Variations
Color information
#DD6644 (or 0xDD6644) is known color: Flamingo. HEX triplet: DD, 66 and 44. RGB value is (221,102,68). Sum of RGB (Red+Green+Blue) = 221+102+68=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6644 is #2299BB. Grayscale: #858585. Windows color (decimal): -2267580 or 4482781. OLE color: 4482781.
HSL color Cylindrical-coordinate representation of color #DD6644: hue angle of 13.33º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6644 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 68 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.13 |
| HSL | 13.33º | 0.69% | 0.57% | - |
| HSV(B) | 13.33º | 0.69% | 0.87% | - |
| XYZ | 35.61 | 25.29 | 8.47 | - |
| YUV | 133.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 68 | 0 | 0.54 | 0.69 | 0.13 | 13.33 | 0.69 | 0.57 |
| Hex | DD | 66 | 44 | 0 | 36 | 45 | D | D | 45 | 39 |
| Octal | 335 | 146 | 104 | 0 | 66 | 105 | 15 | 15 | 105 | 71 |
| Binary | 11011101 | 1100110 | 1000100 | 0 | 110110 | 1000101 | 1101 | 1101 | 1000101 | 111001 |
Color Harmonies of #DD6644
Complementary color
Monochromatic Colors of #DD6644
Black with #DD6644
Text Example
Text Example
White with #DD6644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6644; }
p { color: rgb(221,102,68); }
H1.HeaderClassName
{
color: #DD6644;
}
.AnyTagClassName
{
color: #DD6644;
}
</style>
background-color css
<style>
a { background-color: #DD6644; }
a { background-color: rgb(221,102,68); }
div.DivClassName
{
background-color: #DD6644;
}
.BgClassName
{
background-color: #DD6644;
}
</style>
border-color css
<style>
span { border-color: #DD6644; }
span { border-color: rgb(221,102,68); }
td.TdClassName
{
border-color: #DD6644;
}
.TagClassName
{
border-color: #DD6644;
}
</style>