Shades of Flamingo #DF5F49
Tints of Flamingo #DF5F49
RGB
CMYK
RGB Variations
Color information
#DF5F49 (or 0xDF5F49) is known color: Flamingo. HEX triplet: DF, 5F and 49. RGB value is (223,95,73). Sum of RGB (Red+Green+Blue) = 223+95+73=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F49 is #20A0B6. Grayscale: #828282. Windows color (decimal): -2138295 or 4808671. OLE color: 4808671.
HSL color Cylindrical-coordinate representation of color #DF5F49: hue angle of 8.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF5F49 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 73 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.13 |
| HSL | 8.8º | 0.7% | 0.58% | - |
| HSV(B) | 8.8º | 0.67% | 0.87% | - |
| XYZ | 35.73 | 24.35 | 9.12 | - |
| YUV | 130.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 73 | 0 | 0.57 | 0.67 | 0.13 | 8.8 | 0.7 | 0.58 |
| Hex | DF | 5F | 49 | 0 | 39 | 43 | D | 9 | 46 | 3A |
| Octal | 337 | 137 | 111 | 0 | 71 | 103 | 15 | 11 | 106 | 72 |
| Binary | 11011111 | 1011111 | 1001001 | 0 | 111001 | 1000011 | 1101 | 1001 | 1000110 | 111010 |
Color Harmonies of #DF5F49
Complementary color
Monochromatic Colors of #DF5F49
Black with #DF5F49
Text Example
Text Example
White with #DF5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F49; }
p { color: rgb(223,95,73); }
H1.HeaderClassName
{
color: #DF5F49;
}
.AnyTagClassName
{
color: #DF5F49;
}
</style>
background-color css
<style>
a { background-color: #DF5F49; }
a { background-color: rgb(223,95,73); }
div.DivClassName
{
background-color: #DF5F49;
}
.BgClassName
{
background-color: #DF5F49;
}
</style>
border-color css
<style>
span { border-color: #DF5F49; }
span { border-color: rgb(223,95,73); }
td.TdClassName
{
border-color: #DF5F49;
}
.TagClassName
{
border-color: #DF5F49;
}
</style>