Shades of Flamingo #DD6344
Tints of Flamingo #DD6344
RGB
CMYK
RGB Variations
Color information
#DD6344 (or 0xDD6344) is known color: Flamingo. HEX triplet: DD, 63 and 44. RGB value is (221,99,68). Sum of RGB (Red+Green+Blue) = 221+99+68=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6344 is #229CBB. Grayscale: #848484. Windows color (decimal): -2268348 or 4482013. OLE color: 4482013.
HSL color Cylindrical-coordinate representation of color #DD6344: hue angle of 12.16º 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 #DD6344 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 68 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.13 |
| HSL | 12.16º | 0.69% | 0.57% | - |
| HSV(B) | 12.16º | 0.69% | 0.87% | - |
| XYZ | 35.32 | 24.71 | 8.38 | - |
| YUV | 131.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 68 | 0 | 0.55 | 0.69 | 0.13 | 12.16 | 0.69 | 0.57 |
| Hex | DD | 63 | 44 | 0 | 37 | 45 | D | C | 45 | 39 |
| Octal | 335 | 143 | 104 | 0 | 67 | 105 | 15 | 14 | 105 | 71 |
| Binary | 11011101 | 1100011 | 1000100 | 0 | 110111 | 1000101 | 1101 | 1100 | 1000101 | 111001 |
Color Harmonies of #DD6344
Complementary color
Monochromatic Colors of #DD6344
Black with #DD6344
Text Example
Text Example
White with #DD6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6344; }
p { color: rgb(221,99,68); }
H1.HeaderClassName
{
color: #DD6344;
}
.AnyTagClassName
{
color: #DD6344;
}
</style>
background-color css
<style>
a { background-color: #DD6344; }
a { background-color: rgb(221,99,68); }
div.DivClassName
{
background-color: #DD6344;
}
.BgClassName
{
background-color: #DD6344;
}
</style>
border-color css
<style>
span { border-color: #DD6344; }
span { border-color: rgb(221,99,68); }
td.TdClassName
{
border-color: #DD6344;
}
.TagClassName
{
border-color: #DD6344;
}
</style>