Shades of Flamingo #DB6B49
Tints of Flamingo #DB6B49
RGB
CMYK
RGB Variations
Color information
#DB6B49 (or 0xDB6B49) is known color: Flamingo. HEX triplet: DB, 6B and 49. RGB value is (219,107,73). Sum of RGB (Red+Green+Blue) = 219+107+73=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B49 is #2494B6. Grayscale: #888888. Windows color (decimal): -2397367 or 4811739. OLE color: 4811739.
HSL color Cylindrical-coordinate representation of color #DB6B49: hue angle of 13.97º 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 #DB6B49 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 73 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.14 |
| HSL | 13.97º | 0.67% | 0.57% | - |
| HSV(B) | 13.97º | 0.67% | 0.86% | - |
| XYZ | 35.67 | 26.06 | 9.45 | - |
| YUV | 136.61 | 92.11 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 73 | 0 | 0.51 | 0.67 | 0.14 | 13.97 | 0.67 | 0.57 |
| Hex | DB | 6B | 49 | 0 | 33 | 43 | E | E | 43 | 39 |
| Octal | 333 | 153 | 111 | 0 | 63 | 103 | 16 | 16 | 103 | 71 |
| Binary | 11011011 | 1101011 | 1001001 | 0 | 110011 | 1000011 | 1110 | 1110 | 1000011 | 111001 |
Color Harmonies of #DB6B49
Complementary color
Monochromatic Colors of #DB6B49
Black with #DB6B49
Text Example
Text Example
White with #DB6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B49; }
p { color: rgb(219,107,73); }
H1.HeaderClassName
{
color: #DB6B49;
}
.AnyTagClassName
{
color: #DB6B49;
}
</style>
background-color css
<style>
a { background-color: #DB6B49; }
a { background-color: rgb(219,107,73); }
div.DivClassName
{
background-color: #DB6B49;
}
.BgClassName
{
background-color: #DB6B49;
}
</style>
border-color css
<style>
span { border-color: #DB6B49; }
span { border-color: rgb(219,107,73); }
td.TdClassName
{
border-color: #DB6B49;
}
.TagClassName
{
border-color: #DB6B49;
}
</style>