Shades of Flamingo #DD6245
Tints of Flamingo #DD6245
RGB
CMYK
RGB Variations
Color information
#DD6245 (or 0xDD6245) is known color: Flamingo. HEX triplet: DD, 62 and 45. RGB value is (221,98,69). Sum of RGB (Red+Green+Blue) = 221+98+69=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6245 is #229DBA. Grayscale: #838383. Windows color (decimal): -2268603 or 4547293. OLE color: 4547293.
HSL color Cylindrical-coordinate representation of color #DD6245: hue angle of 11.45º 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 #DD6245 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 69 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.13 |
| HSL | 11.45º | 0.69% | 0.57% | - |
| HSV(B) | 11.45º | 0.69% | 0.87% | - |
| XYZ | 35.26 | 24.54 | 8.51 | - |
| YUV | 131.47 | 92.75 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 69 | 0 | 0.56 | 0.69 | 0.13 | 11.45 | 0.69 | 0.57 |
| Hex | DD | 62 | 45 | 0 | 38 | 45 | D | B | 45 | 39 |
| Octal | 335 | 142 | 105 | 0 | 70 | 105 | 15 | 13 | 105 | 71 |
| Binary | 11011101 | 1100010 | 1000101 | 0 | 111000 | 1000101 | 1101 | 1011 | 1000101 | 111001 |
Color Harmonies of #DD6245
Complementary color
Monochromatic Colors of #DD6245
Black with #DD6245
Text Example
Text Example
White with #DD6245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6245; }
p { color: rgb(221,98,69); }
H1.HeaderClassName
{
color: #DD6245;
}
.AnyTagClassName
{
color: #DD6245;
}
</style>
background-color css
<style>
a { background-color: #DD6245; }
a { background-color: rgb(221,98,69); }
div.DivClassName
{
background-color: #DD6245;
}
.BgClassName
{
background-color: #DD6245;
}
</style>
border-color css
<style>
span { border-color: #DD6245; }
span { border-color: rgb(221,98,69); }
td.TdClassName
{
border-color: #DD6245;
}
.TagClassName
{
border-color: #DD6245;
}
</style>