Shades of Flamingo #DD6B49
Tints of Flamingo #DD6B49
RGB
CMYK
RGB Variations
Color information
#DD6B49 (or 0xDD6B49) is known color: Flamingo. HEX triplet: DD, 6B and 49. RGB value is (221,107,73). Sum of RGB (Red+Green+Blue) = 221+107+73=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B49 is #2294B6. Grayscale: #898989. Windows color (decimal): -2266295 or 4811741. OLE color: 4811741.
HSL color Cylindrical-coordinate representation of color #DD6B49: hue angle of 13.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD6B49 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 73 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.13 |
| HSL | 13.78º | 0.69% | 0.58% | - |
| HSV(B) | 13.78º | 0.67% | 0.87% | - |
| XYZ | 36.28 | 26.37 | 9.48 | - |
| YUV | 137.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 73 | 0 | 0.52 | 0.67 | 0.13 | 13.78 | 0.69 | 0.58 |
| Hex | DD | 6B | 49 | 0 | 34 | 43 | D | E | 45 | 3A |
| Octal | 335 | 153 | 111 | 0 | 64 | 103 | 15 | 16 | 105 | 72 |
| Binary | 11011101 | 1101011 | 1001001 | 0 | 110100 | 1000011 | 1101 | 1110 | 1000101 | 111010 |
Color Harmonies of #DD6B49
Complementary color
Monochromatic Colors of #DD6B49
Black with #DD6B49
Text Example
Text Example
White with #DD6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B49; }
p { color: rgb(221,107,73); }
H1.HeaderClassName
{
color: #DD6B49;
}
.AnyTagClassName
{
color: #DD6B49;
}
</style>
background-color css
<style>
a { background-color: #DD6B49; }
a { background-color: rgb(221,107,73); }
div.DivClassName
{
background-color: #DD6B49;
}
.BgClassName
{
background-color: #DD6B49;
}
</style>
border-color css
<style>
span { border-color: #DD6B49; }
span { border-color: rgb(221,107,73); }
td.TdClassName
{
border-color: #DD6B49;
}
.TagClassName
{
border-color: #DD6B49;
}
</style>