Shades of Flamingo #DF6546
Tints of Flamingo #DF6546
RGB
CMYK
RGB Variations
Color information
#DF6546 (or 0xDF6546) is known color: Flamingo. HEX triplet: DF, 65 and 46. RGB value is (223,101,70). Sum of RGB (Red+Green+Blue) = 223+101+70=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6546 is #209AB9. Grayscale: #868686. Windows color (decimal): -2136762 or 4613599. OLE color: 4613599.
HSL color Cylindrical-coordinate representation of color #DF6546: hue angle of 12.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF6546 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 70 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.13 |
| HSL | 12.16º | 0.71% | 0.57% | - |
| HSV(B) | 12.16º | 0.69% | 0.87% | - |
| XYZ | 36.19 | 25.44 | 8.8 | - |
| YUV | 133.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 70 | 0 | 0.55 | 0.69 | 0.13 | 12.16 | 0.71 | 0.57 |
| Hex | DF | 65 | 46 | 0 | 37 | 45 | D | C | 47 | 39 |
| Octal | 337 | 145 | 106 | 0 | 67 | 105 | 15 | 14 | 107 | 71 |
| Binary | 11011111 | 1100101 | 1000110 | 0 | 110111 | 1000101 | 1101 | 1100 | 1000111 | 111001 |
Color Harmonies of #DF6546
Complementary color
Monochromatic Colors of #DF6546
Black with #DF6546
Text Example
Text Example
White with #DF6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6546; }
p { color: rgb(223,101,70); }
H1.HeaderClassName
{
color: #DF6546;
}
.AnyTagClassName
{
color: #DF6546;
}
</style>
background-color css
<style>
a { background-color: #DF6546; }
a { background-color: rgb(223,101,70); }
div.DivClassName
{
background-color: #DF6546;
}
.BgClassName
{
background-color: #DF6546;
}
</style>
border-color css
<style>
span { border-color: #DF6546; }
span { border-color: rgb(223,101,70); }
td.TdClassName
{
border-color: #DF6546;
}
.TagClassName
{
border-color: #DF6546;
}
</style>