Shades of Flamingo #DF664F
Tints of Flamingo #DF664F
RGB
CMYK
RGB Variations
Color information
#DF664F (or 0xDF664F) is known color: Flamingo. HEX triplet: DF, 66 and 4F. RGB value is (223,102,79). Sum of RGB (Red+Green+Blue) = 223+102+79=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF664F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF664F is #2099B0. Grayscale: #878787. Windows color (decimal): -2136497 or 5203679. OLE color: 5203679.
HSL color Cylindrical-coordinate representation of color #DF664F: hue angle of 9.58º 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 #DF664F is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 79 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.13 |
| HSL | 9.58º | 0.69% | 0.59% | - |
| HSV(B) | 9.58º | 0.65% | 0.87% | - |
| XYZ | 36.59 | 25.76 | 10.44 | - |
| YUV | 135.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 79 | 0 | 0.54 | 0.65 | 0.13 | 9.58 | 0.69 | 0.59 |
| Hex | DF | 66 | 4F | 0 | 36 | 41 | D | A | 45 | 3B |
| Octal | 337 | 146 | 117 | 0 | 66 | 101 | 15 | 12 | 105 | 73 |
| Binary | 11011111 | 1100110 | 1001111 | 0 | 110110 | 1000001 | 1101 | 1010 | 1000101 | 111011 |
Color Harmonies of #DF664F
Complementary color
Monochromatic Colors of #DF664F
Black with #DF664F
Text Example
Text Example
White with #DF664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF664F; }
p { color: rgb(223,102,79); }
H1.HeaderClassName
{
color: #DF664F;
}
.AnyTagClassName
{
color: #DF664F;
}
</style>
background-color css
<style>
a { background-color: #DF664F; }
a { background-color: rgb(223,102,79); }
div.DivClassName
{
background-color: #DF664F;
}
.BgClassName
{
background-color: #DF664F;
}
</style>
border-color css
<style>
span { border-color: #DF664F; }
span { border-color: rgb(223,102,79); }
td.TdClassName
{
border-color: #DF664F;
}
.TagClassName
{
border-color: #DF664F;
}
</style>