Shades of Flamingo #DF5C3E
Tints of Flamingo #DF5C3E
RGB
CMYK
RGB Variations
Color information
#DF5C3E (or 0xDF5C3E) is known color: Flamingo. HEX triplet: DF, 5C and 3E. RGB value is (223,92,62). Sum of RGB (Red+Green+Blue) = 223+92+62=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C3E is #20A3C1. Grayscale: #7F7F7F. Windows color (decimal): -2139074 or 4087007. OLE color: 4087007.
HSL color Cylindrical-coordinate representation of color #DF5C3E: hue angle of 11.18º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF5C3E is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 62 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.13 |
| HSL | 11.18º | 0.72% | 0.56% | - |
| HSV(B) | 11.18º | 0.72% | 0.87% | - |
| XYZ | 35.13 | 23.69 | 7.28 | - |
| YUV | 127.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 62 | 0 | 0.59 | 0.72 | 0.13 | 11.18 | 0.72 | 0.56 |
| Hex | DF | 5C | 3E | 0 | 3B | 48 | D | B | 48 | 38 |
| Octal | 337 | 134 | 76 | 0 | 73 | 110 | 15 | 13 | 110 | 70 |
| Binary | 11011111 | 1011100 | 111110 | 0 | 111011 | 1001000 | 1101 | 1011 | 1001000 | 111000 |
Color Harmonies of #DF5C3E
Complementary color
Monochromatic Colors of #DF5C3E
Black with #DF5C3E
Text Example
Text Example
White with #DF5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C3E; }
p { color: rgb(223,92,62); }
H1.HeaderClassName
{
color: #DF5C3E;
}
.AnyTagClassName
{
color: #DF5C3E;
}
</style>
background-color css
<style>
a { background-color: #DF5C3E; }
a { background-color: rgb(223,92,62); }
div.DivClassName
{
background-color: #DF5C3E;
}
.BgClassName
{
background-color: #DF5C3E;
}
</style>
border-color css
<style>
span { border-color: #DF5C3E; }
span { border-color: rgb(223,92,62); }
td.TdClassName
{
border-color: #DF5C3E;
}
.TagClassName
{
border-color: #DF5C3E;
}
</style>