Shades of Flamingo #DB6449
Tints of Flamingo #DB6449
RGB
CMYK
RGB Variations
Color information
#DB6449 (or 0xDB6449) is known color: Flamingo. HEX triplet: DB, 64 and 49. RGB value is (219,100,73). Sum of RGB (Red+Green+Blue) = 219+100+73=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6449 is #249BB6. Grayscale: #848484. Windows color (decimal): -2399159 or 4809947. OLE color: 4809947.
HSL color Cylindrical-coordinate representation of color #DB6449: hue angle of 11.1º 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 #DB6449 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 73 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.14 |
| HSL | 11.1º | 0.67% | 0.57% | - |
| HSV(B) | 11.1º | 0.67% | 0.86% | - |
| XYZ | 34.97 | 24.66 | 9.22 | - |
| YUV | 132.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 73 | 0 | 0.54 | 0.67 | 0.14 | 11.1 | 0.67 | 0.57 |
| Hex | DB | 64 | 49 | 0 | 36 | 43 | E | B | 43 | 39 |
| Octal | 333 | 144 | 111 | 0 | 66 | 103 | 16 | 13 | 103 | 71 |
| Binary | 11011011 | 1100100 | 1001001 | 0 | 110110 | 1000011 | 1110 | 1011 | 1000011 | 111001 |
Color Harmonies of #DB6449
Complementary color
Monochromatic Colors of #DB6449
Black with #DB6449
Text Example
Text Example
White with #DB6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6449; }
p { color: rgb(219,100,73); }
H1.HeaderClassName
{
color: #DB6449;
}
.AnyTagClassName
{
color: #DB6449;
}
</style>
background-color css
<style>
a { background-color: #DB6449; }
a { background-color: rgb(219,100,73); }
div.DivClassName
{
background-color: #DB6449;
}
.BgClassName
{
background-color: #DB6449;
}
</style>
border-color css
<style>
span { border-color: #DB6449; }
span { border-color: rgb(219,100,73); }
td.TdClassName
{
border-color: #DB6449;
}
.TagClassName
{
border-color: #DB6449;
}
</style>