Shades of Flamingo #DF654D
Tints of Flamingo #DF654D
RGB
CMYK
RGB Variations
Color information
#DF654D (or 0xDF654D) is known color: Flamingo. HEX triplet: DF, 65 and 4D. RGB value is (223,101,77). Sum of RGB (Red+Green+Blue) = 223+101+77=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF654D is #209AB2. Grayscale: #868686. Windows color (decimal): -2136755 or 5072351. OLE color: 5072351.
HSL color Cylindrical-coordinate representation of color #DF654D: hue angle of 9.86º degrees, saturation: 0.7, 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 #DF654D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 77 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.13 |
| HSL | 9.86º | 0.7% | 0.59% | - |
| HSV(B) | 9.86º | 0.65% | 0.87% | - |
| XYZ | 36.42 | 25.53 | 10.03 | - |
| YUV | 134.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 77 | 0 | 0.55 | 0.65 | 0.13 | 9.86 | 0.7 | 0.59 |
| Hex | DF | 65 | 4D | 0 | 37 | 41 | D | A | 46 | 3B |
| Octal | 337 | 145 | 115 | 0 | 67 | 101 | 15 | 12 | 106 | 73 |
| Binary | 11011111 | 1100101 | 1001101 | 0 | 110111 | 1000001 | 1101 | 1010 | 1000110 | 111011 |
Color Harmonies of #DF654D
Complementary color
Monochromatic Colors of #DF654D
Black with #DF654D
Text Example
Text Example
White with #DF654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF654D; }
p { color: rgb(223,101,77); }
H1.HeaderClassName
{
color: #DF654D;
}
.AnyTagClassName
{
color: #DF654D;
}
</style>
background-color css
<style>
a { background-color: #DF654D; }
a { background-color: rgb(223,101,77); }
div.DivClassName
{
background-color: #DF654D;
}
.BgClassName
{
background-color: #DF654D;
}
</style>
border-color css
<style>
span { border-color: #DF654D; }
span { border-color: rgb(223,101,77); }
td.TdClassName
{
border-color: #DF654D;
}
.TagClassName
{
border-color: #DF654D;
}
</style>