Shades of Flamingo #DD6346
Tints of Flamingo #DD6346
RGB
CMYK
RGB Variations
Color information
#DD6346 (or 0xDD6346) is known color: Flamingo. HEX triplet: DD, 63 and 46. RGB value is (221,99,70). Sum of RGB (Red+Green+Blue) = 221+99+70=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6346 is #229CB9. Grayscale: #848484. Windows color (decimal): -2268346 or 4613085. OLE color: 4613085.
HSL color Cylindrical-coordinate representation of color #DD6346: hue angle of 11.52º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD6346 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 70 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.13 |
| HSL | 11.52º | 0.69% | 0.57% | - |
| HSV(B) | 11.52º | 0.68% | 0.87% | - |
| XYZ | 35.39 | 24.74 | 8.7 | - |
| YUV | 132.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 70 | 0 | 0.55 | 0.68 | 0.13 | 11.52 | 0.69 | 0.57 |
| Hex | DD | 63 | 46 | 0 | 37 | 44 | D | C | 45 | 39 |
| Octal | 335 | 143 | 106 | 0 | 67 | 104 | 15 | 14 | 105 | 71 |
| Binary | 11011101 | 1100011 | 1000110 | 0 | 110111 | 1000100 | 1101 | 1100 | 1000101 | 111001 |
Color Harmonies of #DD6346
Complementary color
Monochromatic Colors of #DD6346
Black with #DD6346
Text Example
Text Example
White with #DD6346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6346; }
p { color: rgb(221,99,70); }
H1.HeaderClassName
{
color: #DD6346;
}
.AnyTagClassName
{
color: #DD6346;
}
</style>
background-color css
<style>
a { background-color: #DD6346; }
a { background-color: rgb(221,99,70); }
div.DivClassName
{
background-color: #DD6346;
}
.BgClassName
{
background-color: #DD6346;
}
</style>
border-color css
<style>
span { border-color: #DD6346; }
span { border-color: rgb(221,99,70); }
td.TdClassName
{
border-color: #DD6346;
}
.TagClassName
{
border-color: #DD6346;
}
</style>