Shades of Flamingo #DD6D51
Tints of Flamingo #DD6D51
RGB
CMYK
RGB Variations
Color information
#DD6D51 (or 0xDD6D51) is known color: Flamingo. HEX triplet: DD, 6D and 51. RGB value is (221,109,81). Sum of RGB (Red+Green+Blue) = 221+109+81=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D51 is #2292AE. Grayscale: #8B8B8B. Windows color (decimal): -2265775 or 5336541. OLE color: 5336541.
HSL color Cylindrical-coordinate representation of color #DD6D51: hue angle of 12º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD6D51 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 81 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.13 |
| HSL | 12º | 0.67% | 0.59% | - |
| HSV(B) | 12º | 0.63% | 0.87% | - |
| XYZ | 36.77 | 26.9 | 11.04 | - |
| YUV | 139.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 81 | 0 | 0.51 | 0.63 | 0.13 | 12 | 0.67 | 0.59 |
| Hex | DD | 6D | 51 | 0 | 33 | 3F | D | C | 43 | 3B |
| Octal | 335 | 155 | 121 | 0 | 63 | 77 | 15 | 14 | 103 | 73 |
| Binary | 11011101 | 1101101 | 1010001 | 0 | 110011 | 111111 | 1101 | 1100 | 1000011 | 111011 |
Color Harmonies of #DD6D51
Complementary color
Monochromatic Colors of #DD6D51
Black with #DD6D51
Text Example
Text Example
White with #DD6D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D51; }
p { color: rgb(221,109,81); }
H1.HeaderClassName
{
color: #DD6D51;
}
.AnyTagClassName
{
color: #DD6D51;
}
</style>
background-color css
<style>
a { background-color: #DD6D51; }
a { background-color: rgb(221,109,81); }
div.DivClassName
{
background-color: #DD6D51;
}
.BgClassName
{
background-color: #DD6D51;
}
</style>
border-color css
<style>
span { border-color: #DD6D51; }
span { border-color: rgb(221,109,81); }
td.TdClassName
{
border-color: #DD6D51;
}
.TagClassName
{
border-color: #DD6D51;
}
</style>