Shades of Flamingo #DB6646
Tints of Flamingo #DB6646
RGB
CMYK
RGB Variations
Color information
#DB6646 (or 0xDB6646) is known color: Flamingo. HEX triplet: DB, 66 and 46. RGB value is (219,102,70). Sum of RGB (Red+Green+Blue) = 219+102+70=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6646 is #2499B9. Grayscale: #858585. Windows color (decimal): -2398650 or 4613851. OLE color: 4613851.
HSL color Cylindrical-coordinate representation of color #DB6646: hue angle of 12.89º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6646 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 70 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.14 |
| HSL | 12.89º | 0.67% | 0.57% | - |
| HSV(B) | 12.89º | 0.68% | 0.86% | - |
| XYZ | 35.07 | 25.01 | 8.77 | - |
| YUV | 133.34 | 92.26 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 70 | 0 | 0.53 | 0.68 | 0.14 | 12.89 | 0.67 | 0.57 |
| Hex | DB | 66 | 46 | 0 | 35 | 44 | E | D | 43 | 39 |
| Octal | 333 | 146 | 106 | 0 | 65 | 104 | 16 | 15 | 103 | 71 |
| Binary | 11011011 | 1100110 | 1000110 | 0 | 110101 | 1000100 | 1110 | 1101 | 1000011 | 111001 |
Color Harmonies of #DB6646
Complementary color
Monochromatic Colors of #DB6646
Black with #DB6646
Text Example
Text Example
White with #DB6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6646; }
p { color: rgb(219,102,70); }
H1.HeaderClassName
{
color: #DB6646;
}
.AnyTagClassName
{
color: #DB6646;
}
</style>
background-color css
<style>
a { background-color: #DB6646; }
a { background-color: rgb(219,102,70); }
div.DivClassName
{
background-color: #DB6646;
}
.BgClassName
{
background-color: #DB6646;
}
</style>
border-color css
<style>
span { border-color: #DB6646; }
span { border-color: rgb(219,102,70); }
td.TdClassName
{
border-color: #DB6646;
}
.TagClassName
{
border-color: #DB6646;
}
</style>