Shades of Flamingo #DF644F
Tints of Flamingo #DF644F
RGB
CMYK
RGB Variations
Color information
#DF644F (or 0xDF644F) is known color: Flamingo. HEX triplet: DF, 64 and 4F. RGB value is (223,100,79). Sum of RGB (Red+Green+Blue) = 223+100+79=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF644F is #209BB0. Grayscale: #868686. Windows color (decimal): -2137009 or 5203167. OLE color: 5203167.
HSL color Cylindrical-coordinate representation of color #DF644F: hue angle of 8.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF644F is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 79 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.13 |
| HSL | 8.75º | 0.69% | 0.59% | - |
| HSV(B) | 8.75º | 0.65% | 0.87% | - |
| XYZ | 36.4 | 25.37 | 10.37 | - |
| YUV | 134.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 79 | 0 | 0.55 | 0.65 | 0.13 | 8.75 | 0.69 | 0.59 |
| Hex | DF | 64 | 4F | 0 | 37 | 41 | D | 9 | 45 | 3B |
| Octal | 337 | 144 | 117 | 0 | 67 | 101 | 15 | 11 | 105 | 73 |
| Binary | 11011111 | 1100100 | 1001111 | 0 | 110111 | 1000001 | 1101 | 1001 | 1000101 | 111011 |
Color Harmonies of #DF644F
Complementary color
Monochromatic Colors of #DF644F
Black with #DF644F
Text Example
Text Example
White with #DF644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF644F; }
p { color: rgb(223,100,79); }
H1.HeaderClassName
{
color: #DF644F;
}
.AnyTagClassName
{
color: #DF644F;
}
</style>
background-color css
<style>
a { background-color: #DF644F; }
a { background-color: rgb(223,100,79); }
div.DivClassName
{
background-color: #DF644F;
}
.BgClassName
{
background-color: #DF644F;
}
</style>
border-color css
<style>
span { border-color: #DF644F; }
span { border-color: rgb(223,100,79); }
td.TdClassName
{
border-color: #DF644F;
}
.TagClassName
{
border-color: #DF644F;
}
</style>