Shades of Flamingo #DF664E
Tints of Flamingo #DF664E
RGB
CMYK
RGB Variations
Color information
#DF664E (or 0xDF664E) is known color: Flamingo. HEX triplet: DF, 66 and 4E. RGB value is (223,102,78). Sum of RGB (Red+Green+Blue) = 223+102+78=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF664E is #2099B1. Grayscale: #878787. Windows color (decimal): -2136498 or 5138143. OLE color: 5138143.
HSL color Cylindrical-coordinate representation of color #DF664E: hue angle of 9.93º 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 #DF664E is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 78 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.13 |
| HSL | 9.93º | 0.69% | 0.59% | - |
| HSV(B) | 9.93º | 0.65% | 0.87% | - |
| XYZ | 36.56 | 25.74 | 10.25 | - |
| YUV | 135.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 78 | 0 | 0.54 | 0.65 | 0.13 | 9.93 | 0.69 | 0.59 |
| Hex | DF | 66 | 4E | 0 | 36 | 41 | D | A | 45 | 3B |
| Octal | 337 | 146 | 116 | 0 | 66 | 101 | 15 | 12 | 105 | 73 |
| Binary | 11011111 | 1100110 | 1001110 | 0 | 110110 | 1000001 | 1101 | 1010 | 1000101 | 111011 |
Color Harmonies of #DF664E
Complementary color
Monochromatic Colors of #DF664E
Black with #DF664E
Text Example
Text Example
White with #DF664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF664E; }
p { color: rgb(223,102,78); }
H1.HeaderClassName
{
color: #DF664E;
}
.AnyTagClassName
{
color: #DF664E;
}
</style>
background-color css
<style>
a { background-color: #DF664E; }
a { background-color: rgb(223,102,78); }
div.DivClassName
{
background-color: #DF664E;
}
.BgClassName
{
background-color: #DF664E;
}
</style>
border-color css
<style>
span { border-color: #DF664E; }
span { border-color: rgb(223,102,78); }
td.TdClassName
{
border-color: #DF664E;
}
.TagClassName
{
border-color: #DF664E;
}
</style>