Shades of Flamingo #DF5B40
Tints of Flamingo #DF5B40
RGB
CMYK
RGB Variations
Color information
#DF5B40 (or 0xDF5B40) is known color: Flamingo. HEX triplet: DF, 5B and 40. RGB value is (223,91,64). Sum of RGB (Red+Green+Blue) = 223+91+64=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B40 is #20A4BF. Grayscale: #7F7F7F. Windows color (decimal): -2139328 or 4217823. OLE color: 4217823.
HSL color Cylindrical-coordinate representation of color #DF5B40: hue angle of 10.19º 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 #DF5B40 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 64 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.13 |
| HSL | 10.19º | 0.71% | 0.56% | - |
| HSV(B) | 10.19º | 0.71% | 0.87% | - |
| XYZ | 35.1 | 23.54 | 7.54 | - |
| YUV | 127.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 64 | 0 | 0.59 | 0.71 | 0.13 | 10.19 | 0.71 | 0.56 |
| Hex | DF | 5B | 40 | 0 | 3B | 47 | D | A | 47 | 38 |
| Octal | 337 | 133 | 100 | 0 | 73 | 107 | 15 | 12 | 107 | 70 |
| Binary | 11011111 | 1011011 | 1000000 | 0 | 111011 | 1000111 | 1101 | 1010 | 1000111 | 111000 |
Color Harmonies of #DF5B40
Complementary color
Monochromatic Colors of #DF5B40
Black with #DF5B40
Text Example
Text Example
White with #DF5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B40; }
p { color: rgb(223,91,64); }
H1.HeaderClassName
{
color: #DF5B40;
}
.AnyTagClassName
{
color: #DF5B40;
}
</style>
background-color css
<style>
a { background-color: #DF5B40; }
a { background-color: rgb(223,91,64); }
div.DivClassName
{
background-color: #DF5B40;
}
.BgClassName
{
background-color: #DF5B40;
}
</style>
border-color css
<style>
span { border-color: #DF5B40; }
span { border-color: rgb(223,91,64); }
td.TdClassName
{
border-color: #DF5B40;
}
.TagClassName
{
border-color: #DF5B40;
}
</style>