Shades of Flamingo #DB6847
Tints of Flamingo #DB6847
RGB
CMYK
RGB Variations
Color information
#DB6847 (or 0xDB6847) is known color: Flamingo. HEX triplet: DB, 68 and 47. RGB value is (219,104,71). Sum of RGB (Red+Green+Blue) = 219+104+71=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6847 is #2497B8. Grayscale: #868686. Windows color (decimal): -2398137 or 4679899. OLE color: 4679899.
HSL color Cylindrical-coordinate representation of color #DB6847: hue angle of 13.38º 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 #DB6847 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 71 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.14 |
| HSL | 13.38º | 0.67% | 0.57% | - |
| HSV(B) | 13.38º | 0.68% | 0.86% | - |
| XYZ | 35.3 | 25.42 | 9.01 | - |
| YUV | 134.62 | 92.1 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 71 | 0 | 0.53 | 0.68 | 0.14 | 13.38 | 0.67 | 0.57 |
| Hex | DB | 68 | 47 | 0 | 35 | 44 | E | D | 43 | 39 |
| Octal | 333 | 150 | 107 | 0 | 65 | 104 | 16 | 15 | 103 | 71 |
| Binary | 11011011 | 1101000 | 1000111 | 0 | 110101 | 1000100 | 1110 | 1101 | 1000011 | 111001 |
Color Harmonies of #DB6847
Complementary color
Monochromatic Colors of #DB6847
Black with #DB6847
Text Example
Text Example
White with #DB6847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6847; }
p { color: rgb(219,104,71); }
H1.HeaderClassName
{
color: #DB6847;
}
.AnyTagClassName
{
color: #DB6847;
}
</style>
background-color css
<style>
a { background-color: #DB6847; }
a { background-color: rgb(219,104,71); }
div.DivClassName
{
background-color: #DB6847;
}
.BgClassName
{
background-color: #DB6847;
}
</style>
border-color css
<style>
span { border-color: #DB6847; }
span { border-color: rgb(219,104,71); }
td.TdClassName
{
border-color: #DB6847;
}
.TagClassName
{
border-color: #DB6847;
}
</style>