Shades of Flamingo #DB5E49
Tints of Flamingo #DB5E49
RGB
CMYK
RGB Variations
Color information
#DB5E49 (or 0xDB5E49) is known color: Flamingo. HEX triplet: DB, 5E and 49. RGB value is (219,94,73). Sum of RGB (Red+Green+Blue) = 219+94+73=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E49 is #24A1B6. Grayscale: #818181. Windows color (decimal): -2400695 or 4808411. OLE color: 4808411.
HSL color Cylindrical-coordinate representation of color #DB5E49: hue angle of 8.63º 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 #DB5E49 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 73 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.14 |
| HSL | 8.63º | 0.67% | 0.57% | - |
| HSV(B) | 8.63º | 0.67% | 0.86% | - |
| XYZ | 34.42 | 23.55 | 9.03 | - |
| YUV | 128.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 73 | 0 | 0.57 | 0.67 | 0.14 | 8.63 | 0.67 | 0.57 |
| Hex | DB | 5E | 49 | 0 | 39 | 43 | E | 9 | 43 | 39 |
| Octal | 333 | 136 | 111 | 0 | 71 | 103 | 16 | 11 | 103 | 71 |
| Binary | 11011011 | 1011110 | 1001001 | 0 | 111001 | 1000011 | 1110 | 1001 | 1000011 | 111001 |
Color Harmonies of #DB5E49
Complementary color
Monochromatic Colors of #DB5E49
Black with #DB5E49
Text Example
Text Example
White with #DB5E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E49; }
p { color: rgb(219,94,73); }
H1.HeaderClassName
{
color: #DB5E49;
}
.AnyTagClassName
{
color: #DB5E49;
}
</style>
background-color css
<style>
a { background-color: #DB5E49; }
a { background-color: rgb(219,94,73); }
div.DivClassName
{
background-color: #DB5E49;
}
.BgClassName
{
background-color: #DB5E49;
}
</style>
border-color css
<style>
span { border-color: #DB5E49; }
span { border-color: rgb(219,94,73); }
td.TdClassName
{
border-color: #DB5E49;
}
.TagClassName
{
border-color: #DB5E49;
}
</style>