Shades of Flamingo #DB6A4E
Tints of Flamingo #DB6A4E
RGB
CMYK
RGB Variations
Color information
#DB6A4E (or 0xDB6A4E) is known color: Flamingo. HEX triplet: DB, 6A and 4E. RGB value is (219,106,78). Sum of RGB (Red+Green+Blue) = 219+106+78=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A4E is #2495B1. Grayscale: #888888. Windows color (decimal): -2397618 or 5139163. OLE color: 5139163.
HSL color Cylindrical-coordinate representation of color #DB6A4E: hue angle of 11.91º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB6A4E is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 78 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.14 |
| HSL | 11.91º | 0.66% | 0.58% | - |
| HSV(B) | 11.91º | 0.64% | 0.86% | - |
| XYZ | 35.74 | 25.92 | 10.33 | - |
| YUV | 136.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 78 | 0 | 0.52 | 0.64 | 0.14 | 11.91 | 0.66 | 0.58 |
| Hex | DB | 6A | 4E | 0 | 34 | 40 | E | C | 42 | 3A |
| Octal | 333 | 152 | 116 | 0 | 64 | 100 | 16 | 14 | 102 | 72 |
| Binary | 11011011 | 1101010 | 1001110 | 0 | 110100 | 1000000 | 1110 | 1100 | 1000010 | 111010 |
Color Harmonies of #DB6A4E
Complementary color
Monochromatic Colors of #DB6A4E
Black with #DB6A4E
Text Example
Text Example
White with #DB6A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A4E; }
p { color: rgb(219,106,78); }
H1.HeaderClassName
{
color: #DB6A4E;
}
.AnyTagClassName
{
color: #DB6A4E;
}
</style>
background-color css
<style>
a { background-color: #DB6A4E; }
a { background-color: rgb(219,106,78); }
div.DivClassName
{
background-color: #DB6A4E;
}
.BgClassName
{
background-color: #DB6A4E;
}
</style>
border-color css
<style>
span { border-color: #DB6A4E; }
span { border-color: rgb(219,106,78); }
td.TdClassName
{
border-color: #DB6A4E;
}
.TagClassName
{
border-color: #DB6A4E;
}
</style>