Shades of Flamingo #DD654E
Tints of Flamingo #DD654E
RGB
CMYK
RGB Variations
Color information
#DD654E (or 0xDD654E) is known color: Flamingo. HEX triplet: DD, 65 and 4E. RGB value is (221,101,78). Sum of RGB (Red+Green+Blue) = 221+101+78=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD654E is #229AB1. Grayscale: #868686. Windows color (decimal): -2267826 or 5137885. OLE color: 5137885.
HSL color Cylindrical-coordinate representation of color #DD654E: hue angle of 9.65º 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 #DD654E is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 78 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.13 |
| HSL | 9.65º | 0.68% | 0.59% | - |
| HSV(B) | 9.65º | 0.65% | 0.87% | - |
| XYZ | 35.85 | 25.23 | 10.19 | - |
| YUV | 134.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 78 | 0 | 0.54 | 0.65 | 0.13 | 9.65 | 0.68 | 0.59 |
| Hex | DD | 65 | 4E | 0 | 36 | 41 | D | A | 44 | 3B |
| Octal | 335 | 145 | 116 | 0 | 66 | 101 | 15 | 12 | 104 | 73 |
| Binary | 11011101 | 1100101 | 1001110 | 0 | 110110 | 1000001 | 1101 | 1010 | 1000100 | 111011 |
Color Harmonies of #DD654E
Complementary color
Monochromatic Colors of #DD654E
Black with #DD654E
Text Example
Text Example
White with #DD654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD654E; }
p { color: rgb(221,101,78); }
H1.HeaderClassName
{
color: #DD654E;
}
.AnyTagClassName
{
color: #DD654E;
}
</style>
background-color css
<style>
a { background-color: #DD654E; }
a { background-color: rgb(221,101,78); }
div.DivClassName
{
background-color: #DD654E;
}
.BgClassName
{
background-color: #DD654E;
}
</style>
border-color css
<style>
span { border-color: #DD654E; }
span { border-color: rgb(221,101,78); }
td.TdClassName
{
border-color: #DD654E;
}
.TagClassName
{
border-color: #DD654E;
}
</style>