Shades of Flamingo #DB6444
Tints of Flamingo #DB6444
RGB
CMYK
RGB Variations
Color information
#DB6444 (or 0xDB6444) is known color: Flamingo. HEX triplet: DB, 64 and 44. RGB value is (219,100,68). Sum of RGB (Red+Green+Blue) = 219+100+68=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6444 is #249BBB. Grayscale: #848484. Windows color (decimal): -2399164 or 4482267. OLE color: 4482267.
HSL color Cylindrical-coordinate representation of color #DB6444: hue angle of 12.72º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB6444 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 68 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.14 |
| HSL | 12.72º | 0.68% | 0.56% | - |
| HSV(B) | 12.72º | 0.69% | 0.86% | - |
| XYZ | 34.81 | 24.59 | 8.38 | - |
| YUV | 131.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 68 | 0 | 0.54 | 0.69 | 0.14 | 12.72 | 0.68 | 0.56 |
| Hex | DB | 64 | 44 | 0 | 36 | 45 | E | D | 44 | 38 |
| Octal | 333 | 144 | 104 | 0 | 66 | 105 | 16 | 15 | 104 | 70 |
| Binary | 11011011 | 1100100 | 1000100 | 0 | 110110 | 1000101 | 1110 | 1101 | 1000100 | 111000 |
Color Harmonies of #DB6444
Complementary color
Monochromatic Colors of #DB6444
Black with #DB6444
Text Example
Text Example
White with #DB6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6444; }
p { color: rgb(219,100,68); }
H1.HeaderClassName
{
color: #DB6444;
}
.AnyTagClassName
{
color: #DB6444;
}
</style>
background-color css
<style>
a { background-color: #DB6444; }
a { background-color: rgb(219,100,68); }
div.DivClassName
{
background-color: #DB6444;
}
.BgClassName
{
background-color: #DB6444;
}
</style>
border-color css
<style>
span { border-color: #DB6444; }
span { border-color: rgb(219,100,68); }
td.TdClassName
{
border-color: #DB6444;
}
.TagClassName
{
border-color: #DB6444;
}
</style>