Shades of Flamingo #DF6648
Tints of Flamingo #DF6648
RGB
CMYK
RGB Variations
Color information
#DF6648 (or 0xDF6648) is known color: Flamingo. HEX triplet: DF, 66 and 48. RGB value is (223,102,72). Sum of RGB (Red+Green+Blue) = 223+102+72=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6648 is #2099B7. Grayscale: #868686. Windows color (decimal): -2136504 or 4744927. OLE color: 4744927.
HSL color Cylindrical-coordinate representation of color #DF6648: hue angle of 11.92º 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 #DF6648 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 72 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.13 |
| HSL | 11.92º | 0.7% | 0.58% | - |
| HSV(B) | 11.92º | 0.68% | 0.87% | - |
| XYZ | 36.35 | 25.66 | 9.17 | - |
| YUV | 134.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 72 | 0 | 0.54 | 0.68 | 0.13 | 11.92 | 0.7 | 0.58 |
| Hex | DF | 66 | 48 | 0 | 36 | 44 | D | C | 46 | 3A |
| Octal | 337 | 146 | 110 | 0 | 66 | 104 | 15 | 14 | 106 | 72 |
| Binary | 11011111 | 1100110 | 1001000 | 0 | 110110 | 1000100 | 1101 | 1100 | 1000110 | 111010 |
Color Harmonies of #DF6648
Complementary color
Monochromatic Colors of #DF6648
Black with #DF6648
Text Example
Text Example
White with #DF6648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6648; }
p { color: rgb(223,102,72); }
H1.HeaderClassName
{
color: #DF6648;
}
.AnyTagClassName
{
color: #DF6648;
}
</style>
background-color css
<style>
a { background-color: #DF6648; }
a { background-color: rgb(223,102,72); }
div.DivClassName
{
background-color: #DF6648;
}
.BgClassName
{
background-color: #DF6648;
}
</style>
border-color css
<style>
span { border-color: #DF6648; }
span { border-color: rgb(223,102,72); }
td.TdClassName
{
border-color: #DF6648;
}
.TagClassName
{
border-color: #DF6648;
}
</style>