Shades of Flamingo #DB6846
Tints of Flamingo #DB6846
RGB
CMYK
RGB Variations
Color information
#DB6846 (or 0xDB6846) is known color: Flamingo. HEX triplet: DB, 68 and 46. RGB value is (219,104,70). Sum of RGB (Red+Green+Blue) = 219+104+70=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6846 is #2497B9. Grayscale: #868686. Windows color (decimal): -2398138 or 4614363. OLE color: 4614363.
HSL color Cylindrical-coordinate representation of color #DB6846: hue angle of 13.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6846 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 70 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.14 |
| HSL | 13.69º | 0.67% | 0.57% | - |
| HSV(B) | 13.69º | 0.68% | 0.86% | - |
| XYZ | 35.27 | 25.4 | 8.84 | - |
| YUV | 134.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 70 | 0 | 0.53 | 0.68 | 0.14 | 13.69 | 0.67 | 0.57 |
| Hex | DB | 68 | 46 | 0 | 35 | 44 | E | E | 43 | 39 |
| Octal | 333 | 150 | 106 | 0 | 65 | 104 | 16 | 16 | 103 | 71 |
| Binary | 11011011 | 1101000 | 1000110 | 0 | 110101 | 1000100 | 1110 | 1110 | 1000011 | 111001 |
Color Harmonies of #DB6846
Complementary color
Monochromatic Colors of #DB6846
Black with #DB6846
Text Example
Text Example
White with #DB6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6846; }
p { color: rgb(219,104,70); }
H1.HeaderClassName
{
color: #DB6846;
}
.AnyTagClassName
{
color: #DB6846;
}
</style>
background-color css
<style>
a { background-color: #DB6846; }
a { background-color: rgb(219,104,70); }
div.DivClassName
{
background-color: #DB6846;
}
.BgClassName
{
background-color: #DB6846;
}
</style>
border-color css
<style>
span { border-color: #DB6846; }
span { border-color: rgb(219,104,70); }
td.TdClassName
{
border-color: #DB6846;
}
.TagClassName
{
border-color: #DB6846;
}
</style>