Shades of Flamingo #DF684C
Tints of Flamingo #DF684C
RGB
CMYK
RGB Variations
Color information
#DF684C (or 0xDF684C) is known color: Flamingo. HEX triplet: DF, 68 and 4C. RGB value is (223,104,76). Sum of RGB (Red+Green+Blue) = 223+104+76=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF684C is #2097B3. Grayscale: #888888. Windows color (decimal): -2135988 or 5007583. OLE color: 5007583.
HSL color Cylindrical-coordinate representation of color #DF684C: hue angle of 11.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF684C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 76 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.13 |
| HSL | 11.43º | 0.7% | 0.59% | - |
| HSV(B) | 11.43º | 0.66% | 0.87% | - |
| XYZ | 36.69 | 26.11 | 9.94 | - |
| YUV | 136.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 76 | 0 | 0.53 | 0.66 | 0.13 | 11.43 | 0.7 | 0.59 |
| Hex | DF | 68 | 4C | 0 | 35 | 42 | D | B | 46 | 3B |
| Octal | 337 | 150 | 114 | 0 | 65 | 102 | 15 | 13 | 106 | 73 |
| Binary | 11011111 | 1101000 | 1001100 | 0 | 110101 | 1000010 | 1101 | 1011 | 1000110 | 111011 |
Color Harmonies of #DF684C
Complementary color
Monochromatic Colors of #DF684C
Black with #DF684C
Text Example
Text Example
White with #DF684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF684C; }
p { color: rgb(223,104,76); }
H1.HeaderClassName
{
color: #DF684C;
}
.AnyTagClassName
{
color: #DF684C;
}
</style>
background-color css
<style>
a { background-color: #DF684C; }
a { background-color: rgb(223,104,76); }
div.DivClassName
{
background-color: #DF684C;
}
.BgClassName
{
background-color: #DF684C;
}
</style>
border-color css
<style>
span { border-color: #DF684C; }
span { border-color: rgb(223,104,76); }
td.TdClassName
{
border-color: #DF684C;
}
.TagClassName
{
border-color: #DF684C;
}
</style>