Shades of Flamingo #DB5D49
Tints of Flamingo #DB5D49
RGB
CMYK
RGB Variations
Color information
#DB5D49 (or 0xDB5D49) is known color: Flamingo. HEX triplet: DB, 5D and 49. RGB value is (219,93,73). Sum of RGB (Red+Green+Blue) = 219+93+73=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D49 is #24A2B6. Grayscale: #808080. Windows color (decimal): -2400951 or 4808155. OLE color: 4808155.
HSL color Cylindrical-coordinate representation of color #DB5D49: hue angle of 8.22º 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 #DB5D49 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 73 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.14 |
| HSL | 8.22º | 0.67% | 0.57% | - |
| HSV(B) | 8.22º | 0.67% | 0.86% | - |
| XYZ | 34.33 | 23.37 | 9 | - |
| YUV | 128.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 73 | 0 | 0.58 | 0.67 | 0.14 | 8.22 | 0.67 | 0.57 |
| Hex | DB | 5D | 49 | 0 | 3A | 43 | E | 8 | 43 | 39 |
| Octal | 333 | 135 | 111 | 0 | 72 | 103 | 16 | 10 | 103 | 71 |
| Binary | 11011011 | 1011101 | 1001001 | 0 | 111010 | 1000011 | 1110 | 1000 | 1000011 | 111001 |
Color Harmonies of #DB5D49
Complementary color
Monochromatic Colors of #DB5D49
Black with #DB5D49
Text Example
Text Example
White with #DB5D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D49; }
p { color: rgb(219,93,73); }
H1.HeaderClassName
{
color: #DB5D49;
}
.AnyTagClassName
{
color: #DB5D49;
}
</style>
background-color css
<style>
a { background-color: #DB5D49; }
a { background-color: rgb(219,93,73); }
div.DivClassName
{
background-color: #DB5D49;
}
.BgClassName
{
background-color: #DB5D49;
}
</style>
border-color css
<style>
span { border-color: #DB5D49; }
span { border-color: rgb(219,93,73); }
td.TdClassName
{
border-color: #DB5D49;
}
.TagClassName
{
border-color: #DB5D49;
}
</style>