Shades of Flamingo #DF5D49
Tints of Flamingo #DF5D49
RGB
CMYK
RGB Variations
Color information
#DF5D49 (or 0xDF5D49) is known color: Flamingo. HEX triplet: DF, 5D and 49. RGB value is (223,93,73). Sum of RGB (Red+Green+Blue) = 223+93+73=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5D49 is #20A2B6. Grayscale: #818181. Windows color (decimal): -2138807 or 4808159. OLE color: 4808159.
HSL color Cylindrical-coordinate representation of color #DF5D49: hue angle of 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 #DF5D49 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 73 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.13 |
| HSL | 8º | 0.7% | 0.58% | - |
| HSV(B) | 8º | 0.67% | 0.87% | - |
| XYZ | 35.55 | 24 | 9.06 | - |
| YUV | 129.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 73 | 0 | 0.58 | 0.67 | 0.13 | 8 | 0.7 | 0.58 |
| Hex | DF | 5D | 49 | 0 | 3A | 43 | D | 8 | 46 | 3A |
| Octal | 337 | 135 | 111 | 0 | 72 | 103 | 15 | 10 | 106 | 72 |
| Binary | 11011111 | 1011101 | 1001001 | 0 | 111010 | 1000011 | 1101 | 1000 | 1000110 | 111010 |
Color Harmonies of #DF5D49
Complementary color
Monochromatic Colors of #DF5D49
Black with #DF5D49
Text Example
Text Example
White with #DF5D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D49; }
p { color: rgb(223,93,73); }
H1.HeaderClassName
{
color: #DF5D49;
}
.AnyTagClassName
{
color: #DF5D49;
}
</style>
background-color css
<style>
a { background-color: #DF5D49; }
a { background-color: rgb(223,93,73); }
div.DivClassName
{
background-color: #DF5D49;
}
.BgClassName
{
background-color: #DF5D49;
}
</style>
border-color css
<style>
span { border-color: #DF5D49; }
span { border-color: rgb(223,93,73); }
td.TdClassName
{
border-color: #DF5D49;
}
.TagClassName
{
border-color: #DF5D49;
}
</style>