Shades of Flamingo #DF5943
Tints of Flamingo #DF5943
RGB
CMYK
RGB Variations
Color information
#DF5943 (or 0xDF5943) is known color: Flamingo. HEX triplet: DF, 59 and 43. RGB value is (223,89,67). Sum of RGB (Red+Green+Blue) = 223+89+67=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5943 is #20A6BC. Grayscale: #7E7E7E. Windows color (decimal): -2139837 or 4413919. OLE color: 4413919.
HSL color Cylindrical-coordinate representation of color #DF5943: hue angle of 8.46º 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 #DF5943 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 67 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.13 |
| HSL | 8.46º | 0.71% | 0.57% | - |
| HSV(B) | 8.46º | 0.7% | 0.87% | - |
| XYZ | 35.02 | 23.24 | 7.95 | - |
| YUV | 126.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 67 | 0 | 0.60 | 0.70 | 0.13 | 8.46 | 0.71 | 0.57 |
| Hex | DF | 59 | 43 | 0 | 3C | 46 | D | 8 | 47 | 39 |
| Octal | 337 | 131 | 103 | 0 | 74 | 106 | 15 | 10 | 107 | 71 |
| Binary | 11011111 | 1011001 | 1000011 | 0 | 111100 | 1000110 | 1101 | 1000 | 1000111 | 111001 |
Color Harmonies of #DF5943
Complementary color
Monochromatic Colors of #DF5943
Black with #DF5943
Text Example
Text Example
White with #DF5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5943; }
p { color: rgb(223,89,67); }
H1.HeaderClassName
{
color: #DF5943;
}
.AnyTagClassName
{
color: #DF5943;
}
</style>
background-color css
<style>
a { background-color: #DF5943; }
a { background-color: rgb(223,89,67); }
div.DivClassName
{
background-color: #DF5943;
}
.BgClassName
{
background-color: #DF5943;
}
</style>
border-color css
<style>
span { border-color: #DF5943; }
span { border-color: rgb(223,89,67); }
td.TdClassName
{
border-color: #DF5943;
}
.TagClassName
{
border-color: #DF5943;
}
</style>