Shades of Flamingo #DF5C47
Tints of Flamingo #DF5C47
RGB
CMYK
RGB Variations
Color information
#DF5C47 (or 0xDF5C47) is known color: Flamingo. HEX triplet: DF, 5C and 47. RGB value is (223,92,71). Sum of RGB (Red+Green+Blue) = 223+92+71=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C47 is #20A3B8. Grayscale: #808080. Windows color (decimal): -2139065 or 4676831. OLE color: 4676831.
HSL color Cylindrical-coordinate representation of color #DF5C47: hue angle of 8.29º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF5C47 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 71 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.13 |
| HSL | 8.29º | 0.7% | 0.58% | - |
| HSV(B) | 8.29º | 0.68% | 0.87% | - |
| XYZ | 35.4 | 23.8 | 8.69 | - |
| YUV | 128.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 71 | 0 | 0.59 | 0.68 | 0.13 | 8.29 | 0.7 | 0.58 |
| Hex | DF | 5C | 47 | 0 | 3B | 44 | D | 8 | 46 | 3A |
| Octal | 337 | 134 | 107 | 0 | 73 | 104 | 15 | 10 | 106 | 72 |
| Binary | 11011111 | 1011100 | 1000111 | 0 | 111011 | 1000100 | 1101 | 1000 | 1000110 | 111010 |
Color Harmonies of #DF5C47
Complementary color
Monochromatic Colors of #DF5C47
Black with #DF5C47
Text Example
Text Example
White with #DF5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C47; }
p { color: rgb(223,92,71); }
H1.HeaderClassName
{
color: #DF5C47;
}
.AnyTagClassName
{
color: #DF5C47;
}
</style>
background-color css
<style>
a { background-color: #DF5C47; }
a { background-color: rgb(223,92,71); }
div.DivClassName
{
background-color: #DF5C47;
}
.BgClassName
{
background-color: #DF5C47;
}
</style>
border-color css
<style>
span { border-color: #DF5C47; }
span { border-color: rgb(223,92,71); }
td.TdClassName
{
border-color: #DF5C47;
}
.TagClassName
{
border-color: #DF5C47;
}
</style>