Shades of Flamingo #DF684D
Tints of Flamingo #DF684D
RGB
CMYK
RGB Variations
Color information
#DF684D (or 0xDF684D) is known color: Flamingo. HEX triplet: DF, 68 and 4D. RGB value is (223,104,77). Sum of RGB (Red+Green+Blue) = 223+104+77=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF684D is #2097B2. Grayscale: #888888. Windows color (decimal): -2135987 or 5073119. OLE color: 5073119.
HSL color Cylindrical-coordinate representation of color #DF684D: hue angle of 11.1º 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 #DF684D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 77 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.13 |
| HSL | 11.1º | 0.7% | 0.59% | - |
| HSV(B) | 11.1º | 0.65% | 0.87% | - |
| XYZ | 36.72 | 26.12 | 10.13 | - |
| YUV | 136.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 77 | 0 | 0.53 | 0.65 | 0.13 | 11.1 | 0.7 | 0.59 |
| Hex | DF | 68 | 4D | 0 | 35 | 41 | D | B | 46 | 3B |
| Octal | 337 | 150 | 115 | 0 | 65 | 101 | 15 | 13 | 106 | 73 |
| Binary | 11011111 | 1101000 | 1001101 | 0 | 110101 | 1000001 | 1101 | 1011 | 1000110 | 111011 |
Color Harmonies of #DF684D
Complementary color
Monochromatic Colors of #DF684D
Black with #DF684D
Text Example
Text Example
White with #DF684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF684D; }
p { color: rgb(223,104,77); }
H1.HeaderClassName
{
color: #DF684D;
}
.AnyTagClassName
{
color: #DF684D;
}
</style>
background-color css
<style>
a { background-color: #DF684D; }
a { background-color: rgb(223,104,77); }
div.DivClassName
{
background-color: #DF684D;
}
.BgClassName
{
background-color: #DF684D;
}
</style>
border-color css
<style>
span { border-color: #DF684D; }
span { border-color: rgb(223,104,77); }
td.TdClassName
{
border-color: #DF684D;
}
.TagClassName
{
border-color: #DF684D;
}
</style>