Shades of Flamingo #DF5C40
Tints of Flamingo #DF5C40
RGB
CMYK
RGB Variations
Color information
#DF5C40 (or 0xDF5C40) is known color: Flamingo. HEX triplet: DF, 5C and 40. RGB value is (223,92,64). Sum of RGB (Red+Green+Blue) = 223+92+64=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C40 is #20A3BF. Grayscale: #808080. Windows color (decimal): -2139072 or 4218079. OLE color: 4218079.
HSL color Cylindrical-coordinate representation of color #DF5C40: hue angle of 10.57º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF5C40 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 64 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.13 |
| HSL | 10.57º | 0.71% | 0.56% | - |
| HSV(B) | 10.57º | 0.71% | 0.87% | - |
| XYZ | 35.18 | 23.71 | 7.57 | - |
| YUV | 127.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 64 | 0 | 0.59 | 0.71 | 0.13 | 10.57 | 0.71 | 0.56 |
| Hex | DF | 5C | 40 | 0 | 3B | 47 | D | B | 47 | 38 |
| Octal | 337 | 134 | 100 | 0 | 73 | 107 | 15 | 13 | 107 | 70 |
| Binary | 11011111 | 1011100 | 1000000 | 0 | 111011 | 1000111 | 1101 | 1011 | 1000111 | 111000 |
Color Harmonies of #DF5C40
Complementary color
Monochromatic Colors of #DF5C40
Black with #DF5C40
Text Example
Text Example
White with #DF5C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C40; }
p { color: rgb(223,92,64); }
H1.HeaderClassName
{
color: #DF5C40;
}
.AnyTagClassName
{
color: #DF5C40;
}
</style>
background-color css
<style>
a { background-color: #DF5C40; }
a { background-color: rgb(223,92,64); }
div.DivClassName
{
background-color: #DF5C40;
}
.BgClassName
{
background-color: #DF5C40;
}
</style>
border-color css
<style>
span { border-color: #DF5C40; }
span { border-color: rgb(223,92,64); }
td.TdClassName
{
border-color: #DF5C40;
}
.TagClassName
{
border-color: #DF5C40;
}
</style>