Shades of Flamingo #DF5F43
Tints of Flamingo #DF5F43
RGB
CMYK
RGB Variations
Color information
#DF5F43 (or 0xDF5F43) is known color: Flamingo. HEX triplet: DF, 5F and 43. RGB value is (223,95,67). Sum of RGB (Red+Green+Blue) = 223+95+67=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F43 is #20A0BC. Grayscale: #828282. Windows color (decimal): -2138301 or 4415455. OLE color: 4415455.
HSL color Cylindrical-coordinate representation of color #DF5F43: hue angle of 10.77º 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 #DF5F43 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 67 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.13 |
| HSL | 10.77º | 0.71% | 0.57% | - |
| HSV(B) | 10.77º | 0.7% | 0.87% | - |
| XYZ | 35.54 | 24.28 | 8.12 | - |
| YUV | 130.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 67 | 0 | 0.57 | 0.70 | 0.13 | 10.77 | 0.71 | 0.57 |
| Hex | DF | 5F | 43 | 0 | 39 | 46 | D | B | 47 | 39 |
| Octal | 337 | 137 | 103 | 0 | 71 | 106 | 15 | 13 | 107 | 71 |
| Binary | 11011111 | 1011111 | 1000011 | 0 | 111001 | 1000110 | 1101 | 1011 | 1000111 | 111001 |
Color Harmonies of #DF5F43
Complementary color
Monochromatic Colors of #DF5F43
Black with #DF5F43
Text Example
Text Example
White with #DF5F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F43; }
p { color: rgb(223,95,67); }
H1.HeaderClassName
{
color: #DF5F43;
}
.AnyTagClassName
{
color: #DF5F43;
}
</style>
background-color css
<style>
a { background-color: #DF5F43; }
a { background-color: rgb(223,95,67); }
div.DivClassName
{
background-color: #DF5F43;
}
.BgClassName
{
background-color: #DF5F43;
}
</style>
border-color css
<style>
span { border-color: #DF5F43; }
span { border-color: rgb(223,95,67); }
td.TdClassName
{
border-color: #DF5F43;
}
.TagClassName
{
border-color: #DF5F43;
}
</style>