Shades of Flamingo #DD6B50
Tints of Flamingo #DD6B50
RGB
CMYK
RGB Variations
Color information
#DD6B50 (or 0xDD6B50) is known color: Flamingo. HEX triplet: DD, 6B and 50. RGB value is (221,107,80). Sum of RGB (Red+Green+Blue) = 221+107+80=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B50 is #2294AF. Grayscale: #8A8A8A. Windows color (decimal): -2266288 or 5270493. OLE color: 5270493.
HSL color Cylindrical-coordinate representation of color #DD6B50: hue angle of 11.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD6B50 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 80 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.13 |
| HSL | 11.49º | 0.67% | 0.59% | - |
| HSV(B) | 11.49º | 0.64% | 0.87% | - |
| XYZ | 36.52 | 26.47 | 10.77 | - |
| YUV | 138.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 80 | 0 | 0.52 | 0.64 | 0.13 | 11.49 | 0.67 | 0.59 |
| Hex | DD | 6B | 50 | 0 | 34 | 40 | D | B | 43 | 3B |
| Octal | 335 | 153 | 120 | 0 | 64 | 100 | 15 | 13 | 103 | 73 |
| Binary | 11011101 | 1101011 | 1010000 | 0 | 110100 | 1000000 | 1101 | 1011 | 1000011 | 111011 |
Color Harmonies of #DD6B50
Complementary color
Monochromatic Colors of #DD6B50
Black with #DD6B50
Text Example
Text Example
White with #DD6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B50; }
p { color: rgb(221,107,80); }
H1.HeaderClassName
{
color: #DD6B50;
}
.AnyTagClassName
{
color: #DD6B50;
}
</style>
background-color css
<style>
a { background-color: #DD6B50; }
a { background-color: rgb(221,107,80); }
div.DivClassName
{
background-color: #DD6B50;
}
.BgClassName
{
background-color: #DD6B50;
}
</style>
border-color css
<style>
span { border-color: #DD6B50; }
span { border-color: rgb(221,107,80); }
td.TdClassName
{
border-color: #DD6B50;
}
.TagClassName
{
border-color: #DD6B50;
}
</style>