Shades of Flamingo #DD6B51
Tints of Flamingo #DD6B51
RGB
CMYK
RGB Variations
Color information
#DD6B51 (or 0xDD6B51) is known color: Flamingo. HEX triplet: DD, 6B and 51. RGB value is (221,107,81). Sum of RGB (Red+Green+Blue) = 221+107+81=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B51 is #2294AE. Grayscale: #8A8A8A. Windows color (decimal): -2266287 or 5336029. OLE color: 5336029.
HSL color Cylindrical-coordinate representation of color #DD6B51: hue angle of 11.14º 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 #DD6B51 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 81 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.13 |
| HSL | 11.14º | 0.67% | 0.59% | - |
| HSV(B) | 11.14º | 0.63% | 0.87% | - |
| XYZ | 36.56 | 26.48 | 10.97 | - |
| YUV | 138.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 81 | 0 | 0.52 | 0.63 | 0.13 | 11.14 | 0.67 | 0.59 |
| Hex | DD | 6B | 51 | 0 | 34 | 3F | D | B | 43 | 3B |
| Octal | 335 | 153 | 121 | 0 | 64 | 77 | 15 | 13 | 103 | 73 |
| Binary | 11011101 | 1101011 | 1010001 | 0 | 110100 | 111111 | 1101 | 1011 | 1000011 | 111011 |
Color Harmonies of #DD6B51
Complementary color
Monochromatic Colors of #DD6B51
Black with #DD6B51
Text Example
Text Example
White with #DD6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B51; }
p { color: rgb(221,107,81); }
H1.HeaderClassName
{
color: #DD6B51;
}
.AnyTagClassName
{
color: #DD6B51;
}
</style>
background-color css
<style>
a { background-color: #DD6B51; }
a { background-color: rgb(221,107,81); }
div.DivClassName
{
background-color: #DD6B51;
}
.BgClassName
{
background-color: #DD6B51;
}
</style>
border-color css
<style>
span { border-color: #DD6B51; }
span { border-color: rgb(221,107,81); }
td.TdClassName
{
border-color: #DD6B51;
}
.TagClassName
{
border-color: #DD6B51;
}
</style>