Shades of Flamingo #DB6D4E
Tints of Flamingo #DB6D4E
RGB
CMYK
RGB Variations
Color information
#DB6D4E (or 0xDB6D4E) is known color: Flamingo. HEX triplet: DB, 6D and 4E. RGB value is (219,109,78). Sum of RGB (Red+Green+Blue) = 219+109+78=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D4E is #2492B1. Grayscale: #8A8A8A. Windows color (decimal): -2396850 or 5139931. OLE color: 5139931.
HSL color Cylindrical-coordinate representation of color #DB6D4E: hue angle of 13.19º 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 #DB6D4E is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 78 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.14 |
| HSL | 13.19º | 0.66% | 0.58% | - |
| HSV(B) | 13.19º | 0.64% | 0.86% | - |
| XYZ | 36.06 | 26.55 | 10.43 | - |
| YUV | 138.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 78 | 0 | 0.50 | 0.64 | 0.14 | 13.19 | 0.66 | 0.58 |
| Hex | DB | 6D | 4E | 0 | 32 | 40 | E | D | 42 | 3A |
| Octal | 333 | 155 | 116 | 0 | 62 | 100 | 16 | 15 | 102 | 72 |
| Binary | 11011011 | 1101101 | 1001110 | 0 | 110010 | 1000000 | 1110 | 1101 | 1000010 | 111010 |
Color Harmonies of #DB6D4E
Complementary color
Monochromatic Colors of #DB6D4E
Black with #DB6D4E
Text Example
Text Example
White with #DB6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D4E; }
p { color: rgb(219,109,78); }
H1.HeaderClassName
{
color: #DB6D4E;
}
.AnyTagClassName
{
color: #DB6D4E;
}
</style>
background-color css
<style>
a { background-color: #DB6D4E; }
a { background-color: rgb(219,109,78); }
div.DivClassName
{
background-color: #DB6D4E;
}
.BgClassName
{
background-color: #DB6D4E;
}
</style>
border-color css
<style>
span { border-color: #DB6D4E; }
span { border-color: rgb(219,109,78); }
td.TdClassName
{
border-color: #DB6D4E;
}
.TagClassName
{
border-color: #DB6D4E;
}
</style>