Shades of Flamingo #DD684E
Tints of Flamingo #DD684E
RGB
CMYK
RGB Variations
Color information
#DD684E (or 0xDD684E) is known color: Flamingo. HEX triplet: DD, 68 and 4E. RGB value is (221,104,78). Sum of RGB (Red+Green+Blue) = 221+104+78=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD684E is #2297B1. Grayscale: #888888. Windows color (decimal): -2267058 or 5138653. OLE color: 5138653.
HSL color Cylindrical-coordinate representation of color #DD684E: hue angle of 10.91º degrees, saturation: 0.68, 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 #DD684E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 78 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.13 |
| HSL | 10.91º | 0.68% | 0.59% | - |
| HSV(B) | 10.91º | 0.65% | 0.87% | - |
| XYZ | 36.14 | 25.82 | 10.29 | - |
| YUV | 136.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 78 | 0 | 0.53 | 0.65 | 0.13 | 10.91 | 0.68 | 0.59 |
| Hex | DD | 68 | 4E | 0 | 35 | 41 | D | B | 44 | 3B |
| Octal | 335 | 150 | 116 | 0 | 65 | 101 | 15 | 13 | 104 | 73 |
| Binary | 11011101 | 1101000 | 1001110 | 0 | 110101 | 1000001 | 1101 | 1011 | 1000100 | 111011 |
Color Harmonies of #DD684E
Complementary color
Monochromatic Colors of #DD684E
Black with #DD684E
Text Example
Text Example
White with #DD684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD684E; }
p { color: rgb(221,104,78); }
H1.HeaderClassName
{
color: #DD684E;
}
.AnyTagClassName
{
color: #DD684E;
}
</style>
background-color css
<style>
a { background-color: #DD684E; }
a { background-color: rgb(221,104,78); }
div.DivClassName
{
background-color: #DD684E;
}
.BgClassName
{
background-color: #DD684E;
}
</style>
border-color css
<style>
span { border-color: #DD684E; }
span { border-color: rgb(221,104,78); }
td.TdClassName
{
border-color: #DD684E;
}
.TagClassName
{
border-color: #DD684E;
}
</style>