Shades of Flamingo #DD6544
Tints of Flamingo #DD6544
RGB
CMYK
RGB Variations
Color information
#DD6544 (or 0xDD6544) is known color: Flamingo. HEX triplet: DD, 65 and 44. RGB value is (221,101,68). Sum of RGB (Red+Green+Blue) = 221+101+68=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6544 is #229ABB. Grayscale: #858585. Windows color (decimal): -2267836 or 4482525. OLE color: 4482525.
HSL color Cylindrical-coordinate representation of color #DD6544: hue angle of 12.94º 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 #DD6544 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 68 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.13 |
| HSL | 12.94º | 0.69% | 0.57% | - |
| HSV(B) | 12.94º | 0.69% | 0.87% | - |
| XYZ | 35.52 | 25.1 | 8.44 | - |
| YUV | 133.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 68 | 0 | 0.54 | 0.69 | 0.13 | 12.94 | 0.69 | 0.57 |
| Hex | DD | 65 | 44 | 0 | 36 | 45 | D | D | 45 | 39 |
| Octal | 335 | 145 | 104 | 0 | 66 | 105 | 15 | 15 | 105 | 71 |
| Binary | 11011101 | 1100101 | 1000100 | 0 | 110110 | 1000101 | 1101 | 1101 | 1000101 | 111001 |
Color Harmonies of #DD6544
Complementary color
Monochromatic Colors of #DD6544
Black with #DD6544
Text Example
Text Example
White with #DD6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6544; }
p { color: rgb(221,101,68); }
H1.HeaderClassName
{
color: #DD6544;
}
.AnyTagClassName
{
color: #DD6544;
}
</style>
background-color css
<style>
a { background-color: #DD6544; }
a { background-color: rgb(221,101,68); }
div.DivClassName
{
background-color: #DD6544;
}
.BgClassName
{
background-color: #DD6544;
}
</style>
border-color css
<style>
span { border-color: #DD6544; }
span { border-color: rgb(221,101,68); }
td.TdClassName
{
border-color: #DD6544;
}
.TagClassName
{
border-color: #DD6544;
}
</style>