Shades of Flamingo #DF654E
Tints of Flamingo #DF654E
RGB
CMYK
RGB Variations
Color information
#DF654E (or 0xDF654E) is known color: Flamingo. HEX triplet: DF, 65 and 4E. RGB value is (223,101,78). Sum of RGB (Red+Green+Blue) = 223+101+78=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF654E is #209AB1. Grayscale: #878787. Windows color (decimal): -2136754 or 5137887. OLE color: 5137887.
HSL color Cylindrical-coordinate representation of color #DF654E: hue angle of 9.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF654E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 78 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.13 |
| HSL | 9.52º | 0.69% | 0.59% | - |
| HSV(B) | 9.52º | 0.65% | 0.87% | - |
| XYZ | 36.46 | 25.55 | 10.22 | - |
| YUV | 134.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 78 | 0 | 0.55 | 0.65 | 0.13 | 9.52 | 0.69 | 0.59 |
| Hex | DF | 65 | 4E | 0 | 37 | 41 | D | A | 45 | 3B |
| Octal | 337 | 145 | 116 | 0 | 67 | 101 | 15 | 12 | 105 | 73 |
| Binary | 11011111 | 1100101 | 1001110 | 0 | 110111 | 1000001 | 1101 | 1010 | 1000101 | 111011 |
Color Harmonies of #DF654E
Complementary color
Monochromatic Colors of #DF654E
Black with #DF654E
Text Example
Text Example
White with #DF654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF654E; }
p { color: rgb(223,101,78); }
H1.HeaderClassName
{
color: #DF654E;
}
.AnyTagClassName
{
color: #DF654E;
}
</style>
background-color css
<style>
a { background-color: #DF654E; }
a { background-color: rgb(223,101,78); }
div.DivClassName
{
background-color: #DF654E;
}
.BgClassName
{
background-color: #DF654E;
}
</style>
border-color css
<style>
span { border-color: #DF654E; }
span { border-color: rgb(223,101,78); }
td.TdClassName
{
border-color: #DF654E;
}
.TagClassName
{
border-color: #DF654E;
}
</style>