Shades of Flamingo #DD6751
Tints of Flamingo #DD6751
RGB
CMYK
RGB Variations
Color information
#DD6751 (or 0xDD6751) is known color: Flamingo. HEX triplet: DD, 67 and 51. RGB value is (221,103,81). Sum of RGB (Red+Green+Blue) = 221+103+81=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6751 is #2298AE. Grayscale: #878787. Windows color (decimal): -2267311 or 5335005. OLE color: 5335005.
HSL color Cylindrical-coordinate representation of color #DD6751: hue angle of 9.43º 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 #DD6751 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 81 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.13 |
| HSL | 9.43º | 0.67% | 0.59% | - |
| HSV(B) | 9.43º | 0.63% | 0.87% | - |
| XYZ | 36.15 | 25.67 | 10.83 | - |
| YUV | 135.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 81 | 0 | 0.53 | 0.63 | 0.13 | 9.43 | 0.67 | 0.59 |
| Hex | DD | 67 | 51 | 0 | 35 | 3F | D | 9 | 43 | 3B |
| Octal | 335 | 147 | 121 | 0 | 65 | 77 | 15 | 11 | 103 | 73 |
| Binary | 11011101 | 1100111 | 1010001 | 0 | 110101 | 111111 | 1101 | 1001 | 1000011 | 111011 |
Color Harmonies of #DD6751
Complementary color
Monochromatic Colors of #DD6751
Black with #DD6751
Text Example
Text Example
White with #DD6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6751; }
p { color: rgb(221,103,81); }
H1.HeaderClassName
{
color: #DD6751;
}
.AnyTagClassName
{
color: #DD6751;
}
</style>
background-color css
<style>
a { background-color: #DD6751; }
a { background-color: rgb(221,103,81); }
div.DivClassName
{
background-color: #DD6751;
}
.BgClassName
{
background-color: #DD6751;
}
</style>
border-color css
<style>
span { border-color: #DD6751; }
span { border-color: rgb(221,103,81); }
td.TdClassName
{
border-color: #DD6751;
}
.TagClassName
{
border-color: #DD6751;
}
</style>