Shades of Flamingo #DB6749
Tints of Flamingo #DB6749
RGB
CMYK
RGB Variations
Color information
#DB6749 (or 0xDB6749) is known color: Flamingo. HEX triplet: DB, 67 and 49. RGB value is (219,103,73). Sum of RGB (Red+Green+Blue) = 219+103+73=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6749 is #2498B6. Grayscale: #868686. Windows color (decimal): -2398391 or 4810715. OLE color: 4810715.
HSL color Cylindrical-coordinate representation of color #DB6749: hue angle of 12.33º 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 #DB6749 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 73 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.14 |
| HSL | 12.33º | 0.67% | 0.57% | - |
| HSV(B) | 12.33º | 0.67% | 0.86% | - |
| XYZ | 35.27 | 25.24 | 9.32 | - |
| YUV | 134.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 73 | 0 | 0.53 | 0.67 | 0.14 | 12.33 | 0.67 | 0.57 |
| Hex | DB | 67 | 49 | 0 | 35 | 43 | E | C | 43 | 39 |
| Octal | 333 | 147 | 111 | 0 | 65 | 103 | 16 | 14 | 103 | 71 |
| Binary | 11011011 | 1100111 | 1001001 | 0 | 110101 | 1000011 | 1110 | 1100 | 1000011 | 111001 |
Color Harmonies of #DB6749
Complementary color
Monochromatic Colors of #DB6749
Black with #DB6749
Text Example
Text Example
White with #DB6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6749; }
p { color: rgb(219,103,73); }
H1.HeaderClassName
{
color: #DB6749;
}
.AnyTagClassName
{
color: #DB6749;
}
</style>
background-color css
<style>
a { background-color: #DB6749; }
a { background-color: rgb(219,103,73); }
div.DivClassName
{
background-color: #DB6749;
}
.BgClassName
{
background-color: #DB6749;
}
</style>
border-color css
<style>
span { border-color: #DB6749; }
span { border-color: rgb(219,103,73); }
td.TdClassName
{
border-color: #DB6749;
}
.TagClassName
{
border-color: #DB6749;
}
</style>