Shades of Flamingo #DF5A40
Tints of Flamingo #DF5A40
RGB
CMYK
RGB Variations
Color information
#DF5A40 (or 0xDF5A40) is known color: Flamingo. HEX triplet: DF, 5A and 40. RGB value is (223,90,64). Sum of RGB (Red+Green+Blue) = 223+90+64=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A40 is #20A5BF. Grayscale: #7F7F7F. Windows color (decimal): -2139584 or 4217567. OLE color: 4217567.
HSL color Cylindrical-coordinate representation of color #DF5A40: hue angle of 9.81º 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 #DF5A40 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 64 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.13 |
| HSL | 9.81º | 0.71% | 0.56% | - |
| HSV(B) | 9.81º | 0.71% | 0.87% | - |
| XYZ | 35.01 | 23.37 | 7.52 | - |
| YUV | 126.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 64 | 0 | 0.60 | 0.71 | 0.13 | 9.81 | 0.71 | 0.56 |
| Hex | DF | 5A | 40 | 0 | 3C | 47 | D | A | 47 | 38 |
| Octal | 337 | 132 | 100 | 0 | 74 | 107 | 15 | 12 | 107 | 70 |
| Binary | 11011111 | 1011010 | 1000000 | 0 | 111100 | 1000111 | 1101 | 1010 | 1000111 | 111000 |
Color Harmonies of #DF5A40
Complementary color
Monochromatic Colors of #DF5A40
Black with #DF5A40
Text Example
Text Example
White with #DF5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A40; }
p { color: rgb(223,90,64); }
H1.HeaderClassName
{
color: #DF5A40;
}
.AnyTagClassName
{
color: #DF5A40;
}
</style>
background-color css
<style>
a { background-color: #DF5A40; }
a { background-color: rgb(223,90,64); }
div.DivClassName
{
background-color: #DF5A40;
}
.BgClassName
{
background-color: #DF5A40;
}
</style>
border-color css
<style>
span { border-color: #DF5A40; }
span { border-color: rgb(223,90,64); }
td.TdClassName
{
border-color: #DF5A40;
}
.TagClassName
{
border-color: #DF5A40;
}
</style>