Shades of Flamingo #DD6445
Tints of Flamingo #DD6445
RGB
CMYK
RGB Variations
Color information
#DD6445 (or 0xDD6445) is known color: Flamingo. HEX triplet: DD, 64 and 45. RGB value is (221,100,69). Sum of RGB (Red+Green+Blue) = 221+100+69=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6445 is #229BBA. Grayscale: #848484. Windows color (decimal): -2268091 or 4547805. OLE color: 4547805.
HSL color Cylindrical-coordinate representation of color #DD6445: hue angle of 12.24º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6445 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 69 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.13 |
| HSL | 12.24º | 0.69% | 0.57% | - |
| HSV(B) | 12.24º | 0.69% | 0.87% | - |
| XYZ | 35.45 | 24.92 | 8.57 | - |
| YUV | 132.65 | 92.09 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 69 | 0 | 0.55 | 0.69 | 0.13 | 12.24 | 0.69 | 0.57 |
| Hex | DD | 64 | 45 | 0 | 37 | 45 | D | C | 45 | 39 |
| Octal | 335 | 144 | 105 | 0 | 67 | 105 | 15 | 14 | 105 | 71 |
| Binary | 11011101 | 1100100 | 1000101 | 0 | 110111 | 1000101 | 1101 | 1100 | 1000101 | 111001 |
Color Harmonies of #DD6445
Complementary color
Monochromatic Colors of #DD6445
Black with #DD6445
Text Example
Text Example
White with #DD6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6445; }
p { color: rgb(221,100,69); }
H1.HeaderClassName
{
color: #DD6445;
}
.AnyTagClassName
{
color: #DD6445;
}
</style>
background-color css
<style>
a { background-color: #DD6445; }
a { background-color: rgb(221,100,69); }
div.DivClassName
{
background-color: #DD6445;
}
.BgClassName
{
background-color: #DD6445;
}
</style>
border-color css
<style>
span { border-color: #DD6445; }
span { border-color: rgb(221,100,69); }
td.TdClassName
{
border-color: #DD6445;
}
.TagClassName
{
border-color: #DD6445;
}
</style>