Shades of Flamingo #DD654F
Tints of Flamingo #DD654F
RGB
CMYK
RGB Variations
Color information
#DD654F (or 0xDD654F) is known color: Flamingo. HEX triplet: DD, 65 and 4F. RGB value is (221,101,79). Sum of RGB (Red+Green+Blue) = 221+101+79=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD654F is #229AB0. Grayscale: #868686. Windows color (decimal): -2267825 or 5203421. OLE color: 5203421.
HSL color Cylindrical-coordinate representation of color #DD654F: hue angle of 9.3º 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 #DD654F is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 79 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.13 |
| HSL | 9.3º | 0.68% | 0.59% | - |
| HSV(B) | 9.3º | 0.64% | 0.87% | - |
| XYZ | 35.88 | 25.24 | 10.38 | - |
| YUV | 134.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 79 | 0 | 0.54 | 0.64 | 0.13 | 9.3 | 0.68 | 0.59 |
| Hex | DD | 65 | 4F | 0 | 36 | 40 | D | 9 | 44 | 3B |
| Octal | 335 | 145 | 117 | 0 | 66 | 100 | 15 | 11 | 104 | 73 |
| Binary | 11011101 | 1100101 | 1001111 | 0 | 110110 | 1000000 | 1101 | 1001 | 1000100 | 111011 |
Color Harmonies of #DD654F
Complementary color
Monochromatic Colors of #DD654F
Black with #DD654F
Text Example
Text Example
White with #DD654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD654F; }
p { color: rgb(221,101,79); }
H1.HeaderClassName
{
color: #DD654F;
}
.AnyTagClassName
{
color: #DD654F;
}
</style>
background-color css
<style>
a { background-color: #DD654F; }
a { background-color: rgb(221,101,79); }
div.DivClassName
{
background-color: #DD654F;
}
.BgClassName
{
background-color: #DD654F;
}
</style>
border-color css
<style>
span { border-color: #DD654F; }
span { border-color: rgb(221,101,79); }
td.TdClassName
{
border-color: #DD654F;
}
.TagClassName
{
border-color: #DD654F;
}
</style>