Shades of Flamingo #DF5E4F
Tints of Flamingo #DF5E4F
RGB
CMYK
RGB Variations
Color information
#DF5E4F (or 0xDF5E4F) is known color: Flamingo. HEX triplet: DF, 5E and 4F. RGB value is (223,94,79). Sum of RGB (Red+Green+Blue) = 223+94+79=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E4F is #20A1B0. Grayscale: #838383. Windows color (decimal): -2138545 or 5201631. OLE color: 5201631.
HSL color Cylindrical-coordinate representation of color #DF5E4F: hue angle of 6.25º 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 #DF5E4F is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 79 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.13 |
| HSL | 6.25º | 0.69% | 0.59% | - |
| HSV(B) | 6.25º | 0.65% | 0.87% | - |
| XYZ | 35.85 | 24.26 | 10.19 | - |
| YUV | 130.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 79 | 0 | 0.58 | 0.65 | 0.13 | 6.25 | 0.69 | 0.59 |
| Hex | DF | 5E | 4F | 0 | 3A | 41 | D | 6 | 45 | 3B |
| Octal | 337 | 136 | 117 | 0 | 72 | 101 | 15 | 6 | 105 | 73 |
| Binary | 11011111 | 1011110 | 1001111 | 0 | 111010 | 1000001 | 1101 | 110 | 1000101 | 111011 |
Color Harmonies of #DF5E4F
Complementary color
Monochromatic Colors of #DF5E4F
Black with #DF5E4F
Text Example
Text Example
White with #DF5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E4F; }
p { color: rgb(223,94,79); }
H1.HeaderClassName
{
color: #DF5E4F;
}
.AnyTagClassName
{
color: #DF5E4F;
}
</style>
background-color css
<style>
a { background-color: #DF5E4F; }
a { background-color: rgb(223,94,79); }
div.DivClassName
{
background-color: #DF5E4F;
}
.BgClassName
{
background-color: #DF5E4F;
}
</style>
border-color css
<style>
span { border-color: #DF5E4F; }
span { border-color: rgb(223,94,79); }
td.TdClassName
{
border-color: #DF5E4F;
}
.TagClassName
{
border-color: #DF5E4F;
}
</style>