Shades of Flamingo #DF6242
Tints of Flamingo #DF6242
RGB
CMYK
RGB Variations
Color information
#DF6242 (or 0xDF6242) is known color: Flamingo. HEX triplet: DF, 62 and 42. RGB value is (223,98,66). Sum of RGB (Red+Green+Blue) = 223+98+66=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6242 is #209DBD. Grayscale: #838383. Windows color (decimal): -2137534 or 4350687. OLE color: 4350687.
HSL color Cylindrical-coordinate representation of color #DF6242: hue angle of 12.23º 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 #DF6242 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 66 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.13 |
| HSL | 12.23º | 0.71% | 0.57% | - |
| HSV(B) | 12.23º | 0.7% | 0.87% | - |
| XYZ | 35.78 | 24.82 | 8.06 | - |
| YUV | 131.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 66 | 0 | 0.56 | 0.70 | 0.13 | 12.23 | 0.71 | 0.57 |
| Hex | DF | 62 | 42 | 0 | 38 | 46 | D | C | 47 | 39 |
| Octal | 337 | 142 | 102 | 0 | 70 | 106 | 15 | 14 | 107 | 71 |
| Binary | 11011111 | 1100010 | 1000010 | 0 | 111000 | 1000110 | 1101 | 1100 | 1000111 | 111001 |
Color Harmonies of #DF6242
Complementary color
Monochromatic Colors of #DF6242
Black with #DF6242
Text Example
Text Example
White with #DF6242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6242; }
p { color: rgb(223,98,66); }
H1.HeaderClassName
{
color: #DF6242;
}
.AnyTagClassName
{
color: #DF6242;
}
</style>
background-color css
<style>
a { background-color: #DF6242; }
a { background-color: rgb(223,98,66); }
div.DivClassName
{
background-color: #DF6242;
}
.BgClassName
{
background-color: #DF6242;
}
</style>
border-color css
<style>
span { border-color: #DF6242; }
span { border-color: rgb(223,98,66); }
td.TdClassName
{
border-color: #DF6242;
}
.TagClassName
{
border-color: #DF6242;
}
</style>