Shades of Flamingo #DD644A
Tints of Flamingo #DD644A
RGB
CMYK
RGB Variations
Color information
#DD644A (or 0xDD644A) is known color: Flamingo. HEX triplet: DD, 64 and 4A. RGB value is (221,100,74). Sum of RGB (Red+Green+Blue) = 221+100+74=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD644A is #229BB5. Grayscale: #858585. Windows color (decimal): -2268086 or 4875485. OLE color: 4875485.
HSL color Cylindrical-coordinate representation of color #DD644A: hue angle of 10.61º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD644A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 74 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.13 |
| HSL | 10.61º | 0.68% | 0.58% | - |
| HSV(B) | 10.61º | 0.67% | 0.87% | - |
| XYZ | 35.61 | 24.98 | 9.42 | - |
| YUV | 133.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 74 | 0 | 0.55 | 0.67 | 0.13 | 10.61 | 0.68 | 0.58 |
| Hex | DD | 64 | 4A | 0 | 37 | 43 | D | B | 44 | 3A |
| Octal | 335 | 144 | 112 | 0 | 67 | 103 | 15 | 13 | 104 | 72 |
| Binary | 11011101 | 1100100 | 1001010 | 0 | 110111 | 1000011 | 1101 | 1011 | 1000100 | 111010 |
Color Harmonies of #DD644A
Complementary color
Monochromatic Colors of #DD644A
Black with #DD644A
Text Example
Text Example
White with #DD644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD644A; }
p { color: rgb(221,100,74); }
H1.HeaderClassName
{
color: #DD644A;
}
.AnyTagClassName
{
color: #DD644A;
}
</style>
background-color css
<style>
a { background-color: #DD644A; }
a { background-color: rgb(221,100,74); }
div.DivClassName
{
background-color: #DD644A;
}
.BgClassName
{
background-color: #DD644A;
}
</style>
border-color css
<style>
span { border-color: #DD644A; }
span { border-color: rgb(221,100,74); }
td.TdClassName
{
border-color: #DD644A;
}
.TagClassName
{
border-color: #DD644A;
}
</style>