Shades of Flamingo #DB6D49
Tints of Flamingo #DB6D49
RGB
CMYK
RGB Variations
Color information
#DB6D49 (or 0xDB6D49) is known color: Flamingo. HEX triplet: DB, 6D and 49. RGB value is (219,109,73). Sum of RGB (Red+Green+Blue) = 219+109+73=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D49 is #2492B6. Grayscale: #8A8A8A. Windows color (decimal): -2396855 or 4812251. OLE color: 4812251.
HSL color Cylindrical-coordinate representation of color #DB6D49: hue angle of 14.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB6D49 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 73 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.14 |
| HSL | 14.79º | 0.67% | 0.57% | - |
| HSV(B) | 14.79º | 0.67% | 0.86% | - |
| XYZ | 35.88 | 26.48 | 9.52 | - |
| YUV | 137.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 73 | 0 | 0.50 | 0.67 | 0.14 | 14.79 | 0.67 | 0.57 |
| Hex | DB | 6D | 49 | 0 | 32 | 43 | E | F | 43 | 39 |
| Octal | 333 | 155 | 111 | 0 | 62 | 103 | 16 | 17 | 103 | 71 |
| Binary | 11011011 | 1101101 | 1001001 | 0 | 110010 | 1000011 | 1110 | 1111 | 1000011 | 111001 |
Color Harmonies of #DB6D49
Complementary color
Monochromatic Colors of #DB6D49
Black with #DB6D49
Text Example
Text Example
White with #DB6D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D49; }
p { color: rgb(219,109,73); }
H1.HeaderClassName
{
color: #DB6D49;
}
.AnyTagClassName
{
color: #DB6D49;
}
</style>
background-color css
<style>
a { background-color: #DB6D49; }
a { background-color: rgb(219,109,73); }
div.DivClassName
{
background-color: #DB6D49;
}
.BgClassName
{
background-color: #DB6D49;
}
</style>
border-color css
<style>
span { border-color: #DB6D49; }
span { border-color: rgb(219,109,73); }
td.TdClassName
{
border-color: #DB6D49;
}
.TagClassName
{
border-color: #DB6D49;
}
</style>