Shades of Flamingo #DD6851
Tints of Flamingo #DD6851
RGB
CMYK
RGB Variations
Color information
#DD6851 (or 0xDD6851) is known color: Flamingo. HEX triplet: DD, 68 and 51. RGB value is (221,104,81). Sum of RGB (Red+Green+Blue) = 221+104+81=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6851 is #2297AE. Grayscale: #888888. Windows color (decimal): -2267055 or 5335261. OLE color: 5335261.
HSL color Cylindrical-coordinate representation of color #DD6851: hue angle of 9.86º 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 #DD6851 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 81 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.13 |
| HSL | 9.86º | 0.67% | 0.59% | - |
| HSV(B) | 9.86º | 0.63% | 0.87% | - |
| XYZ | 36.25 | 25.87 | 10.87 | - |
| YUV | 136.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 81 | 0 | 0.53 | 0.63 | 0.13 | 9.86 | 0.67 | 0.59 |
| Hex | DD | 68 | 51 | 0 | 35 | 3F | D | A | 43 | 3B |
| Octal | 335 | 150 | 121 | 0 | 65 | 77 | 15 | 12 | 103 | 73 |
| Binary | 11011101 | 1101000 | 1010001 | 0 | 110101 | 111111 | 1101 | 1010 | 1000011 | 111011 |
Color Harmonies of #DD6851
Complementary color
Monochromatic Colors of #DD6851
Black with #DD6851
Text Example
Text Example
White with #DD6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6851; }
p { color: rgb(221,104,81); }
H1.HeaderClassName
{
color: #DD6851;
}
.AnyTagClassName
{
color: #DD6851;
}
</style>
background-color css
<style>
a { background-color: #DD6851; }
a { background-color: rgb(221,104,81); }
div.DivClassName
{
background-color: #DD6851;
}
.BgClassName
{
background-color: #DD6851;
}
</style>
border-color css
<style>
span { border-color: #DD6851; }
span { border-color: rgb(221,104,81); }
td.TdClassName
{
border-color: #DD6851;
}
.TagClassName
{
border-color: #DD6851;
}
</style>