Shades of Flamingo #DF6650
Tints of Flamingo #DF6650
RGB
CMYK
RGB Variations
Color information
#DF6650 (or 0xDF6650) is known color: Flamingo. HEX triplet: DF, 66 and 50. RGB value is (223,102,80). Sum of RGB (Red+Green+Blue) = 223+102+80=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6650 is #2099AF. Grayscale: #878787. Windows color (decimal): -2136496 or 5269215. OLE color: 5269215.
HSL color Cylindrical-coordinate representation of color #DF6650: hue angle of 9.23º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF6650 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 80 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.13 |
| HSL | 9.23º | 0.69% | 0.59% | - |
| HSV(B) | 9.23º | 0.64% | 0.87% | - |
| XYZ | 36.63 | 25.77 | 10.63 | - |
| YUV | 135.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 80 | 0 | 0.54 | 0.64 | 0.13 | 9.23 | 0.69 | 0.59 |
| Hex | DF | 66 | 50 | 0 | 36 | 40 | D | 9 | 45 | 3B |
| Octal | 337 | 146 | 120 | 0 | 66 | 100 | 15 | 11 | 105 | 73 |
| Binary | 11011111 | 1100110 | 1010000 | 0 | 110110 | 1000000 | 1101 | 1001 | 1000101 | 111011 |
Color Harmonies of #DF6650
Complementary color
Monochromatic Colors of #DF6650
Black with #DF6650
Text Example
Text Example
White with #DF6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6650; }
p { color: rgb(223,102,80); }
H1.HeaderClassName
{
color: #DF6650;
}
.AnyTagClassName
{
color: #DF6650;
}
</style>
background-color css
<style>
a { background-color: #DF6650; }
a { background-color: rgb(223,102,80); }
div.DivClassName
{
background-color: #DF6650;
}
.BgClassName
{
background-color: #DF6650;
}
</style>
border-color css
<style>
span { border-color: #DF6650; }
span { border-color: rgb(223,102,80); }
td.TdClassName
{
border-color: #DF6650;
}
.TagClassName
{
border-color: #DF6650;
}
</style>