Shades of Flamingo #DD684F
Tints of Flamingo #DD684F
RGB
CMYK
RGB Variations
Color information
#DD684F (or 0xDD684F) is known color: Flamingo. HEX triplet: DD, 68 and 4F. RGB value is (221,104,79). Sum of RGB (Red+Green+Blue) = 221+104+79=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD684F is #2297B0. Grayscale: #888888. Windows color (decimal): -2267057 or 5204189. OLE color: 5204189.
HSL color Cylindrical-coordinate representation of color #DD684F: hue angle of 10.56º degrees, saturation: 0.68, 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 #DD684F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 79 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.13 |
| HSL | 10.56º | 0.68% | 0.59% | - |
| HSV(B) | 10.56º | 0.64% | 0.87% | - |
| XYZ | 36.18 | 25.84 | 10.48 | - |
| YUV | 136.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 79 | 0 | 0.53 | 0.64 | 0.13 | 10.56 | 0.68 | 0.59 |
| Hex | DD | 68 | 4F | 0 | 35 | 40 | D | B | 44 | 3B |
| Octal | 335 | 150 | 117 | 0 | 65 | 100 | 15 | 13 | 104 | 73 |
| Binary | 11011101 | 1101000 | 1001111 | 0 | 110101 | 1000000 | 1101 | 1011 | 1000100 | 111011 |
Color Harmonies of #DD684F
Complementary color
Monochromatic Colors of #DD684F
Black with #DD684F
Text Example
Text Example
White with #DD684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD684F; }
p { color: rgb(221,104,79); }
H1.HeaderClassName
{
color: #DD684F;
}
.AnyTagClassName
{
color: #DD684F;
}
</style>
background-color css
<style>
a { background-color: #DD684F; }
a { background-color: rgb(221,104,79); }
div.DivClassName
{
background-color: #DD684F;
}
.BgClassName
{
background-color: #DD684F;
}
</style>
border-color css
<style>
span { border-color: #DD684F; }
span { border-color: rgb(221,104,79); }
td.TdClassName
{
border-color: #DD684F;
}
.TagClassName
{
border-color: #DD684F;
}
</style>