Shades of Flamingo #DF6047
Tints of Flamingo #DF6047
RGB
CMYK
RGB Variations
Color information
#DF6047 (or 0xDF6047) is known color: Flamingo. HEX triplet: DF, 60 and 47. RGB value is (223,96,71). Sum of RGB (Red+Green+Blue) = 223+96+71=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6047 is #209FB8. Grayscale: #838383. Windows color (decimal): -2138041 or 4677855. OLE color: 4677855.
HSL color Cylindrical-coordinate representation of color #DF6047: hue angle of 9.87º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF6047 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 71 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.13 |
| HSL | 9.87º | 0.7% | 0.58% | - |
| HSV(B) | 9.87º | 0.68% | 0.87% | - |
| XYZ | 35.75 | 24.51 | 8.81 | - |
| YUV | 131.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 71 | 0 | 0.57 | 0.68 | 0.13 | 9.87 | 0.7 | 0.58 |
| Hex | DF | 60 | 47 | 0 | 39 | 44 | D | A | 46 | 3A |
| Octal | 337 | 140 | 107 | 0 | 71 | 104 | 15 | 12 | 106 | 72 |
| Binary | 11011111 | 1100000 | 1000111 | 0 | 111001 | 1000100 | 1101 | 1010 | 1000110 | 111010 |
Color Harmonies of #DF6047
Complementary color
Monochromatic Colors of #DF6047
Black with #DF6047
Text Example
Text Example
White with #DF6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6047; }
p { color: rgb(223,96,71); }
H1.HeaderClassName
{
color: #DF6047;
}
.AnyTagClassName
{
color: #DF6047;
}
</style>
background-color css
<style>
a { background-color: #DF6047; }
a { background-color: rgb(223,96,71); }
div.DivClassName
{
background-color: #DF6047;
}
.BgClassName
{
background-color: #DF6047;
}
</style>
border-color css
<style>
span { border-color: #DF6047; }
span { border-color: rgb(223,96,71); }
td.TdClassName
{
border-color: #DF6047;
}
.TagClassName
{
border-color: #DF6047;
}
</style>