Shades of Flamingo #DF6444
Tints of Flamingo #DF6444
RGB
CMYK
RGB Variations
Color information
#DF6444 (or 0xDF6444) is known color: Flamingo. HEX triplet: DF, 64 and 44. RGB value is (223,100,68). Sum of RGB (Red+Green+Blue) = 223+100+68=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6444 is #209BBB. Grayscale: #858585. Windows color (decimal): -2137020 or 4482271. OLE color: 4482271.
HSL color Cylindrical-coordinate representation of color #DF6444: hue angle of 12.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF6444 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 68 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.13 |
| HSL | 12.39º | 0.71% | 0.57% | - |
| HSV(B) | 12.39º | 0.7% | 0.87% | - |
| XYZ | 36.03 | 25.22 | 8.44 | - |
| YUV | 133.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 68 | 0 | 0.55 | 0.70 | 0.13 | 12.39 | 0.71 | 0.57 |
| Hex | DF | 64 | 44 | 0 | 37 | 46 | D | C | 47 | 39 |
| Octal | 337 | 144 | 104 | 0 | 67 | 106 | 15 | 14 | 107 | 71 |
| Binary | 11011111 | 1100100 | 1000100 | 0 | 110111 | 1000110 | 1101 | 1100 | 1000111 | 111001 |
Color Harmonies of #DF6444
Complementary color
Monochromatic Colors of #DF6444
Black with #DF6444
Text Example
Text Example
White with #DF6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6444; }
p { color: rgb(223,100,68); }
H1.HeaderClassName
{
color: #DF6444;
}
.AnyTagClassName
{
color: #DF6444;
}
</style>
background-color css
<style>
a { background-color: #DF6444; }
a { background-color: rgb(223,100,68); }
div.DivClassName
{
background-color: #DF6444;
}
.BgClassName
{
background-color: #DF6444;
}
</style>
border-color css
<style>
span { border-color: #DF6444; }
span { border-color: rgb(223,100,68); }
td.TdClassName
{
border-color: #DF6444;
}
.TagClassName
{
border-color: #DF6444;
}
</style>