Shades of Flamingo #DB6B47
Tints of Flamingo #DB6B47
RGB
CMYK
RGB Variations
Color information
#DB6B47 (or 0xDB6B47) is known color: Flamingo. HEX triplet: DB, 6B and 47. RGB value is (219,107,71). Sum of RGB (Red+Green+Blue) = 219+107+71=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B47 is #2494B8. Grayscale: #888888. Windows color (decimal): -2397369 or 4680667. OLE color: 4680667.
HSL color Cylindrical-coordinate representation of color #DB6B47: hue angle of 14.59º 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 #DB6B47 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 71 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.14 |
| HSL | 14.59º | 0.67% | 0.57% | - |
| HSV(B) | 14.59º | 0.68% | 0.86% | - |
| XYZ | 35.61 | 26.03 | 9.11 | - |
| YUV | 136.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 71 | 0 | 0.51 | 0.68 | 0.14 | 14.59 | 0.67 | 0.57 |
| Hex | DB | 6B | 47 | 0 | 33 | 44 | E | F | 43 | 39 |
| Octal | 333 | 153 | 107 | 0 | 63 | 104 | 16 | 17 | 103 | 71 |
| Binary | 11011011 | 1101011 | 1000111 | 0 | 110011 | 1000100 | 1110 | 1111 | 1000011 | 111001 |
Color Harmonies of #DB6B47
Complementary color
Monochromatic Colors of #DB6B47
Black with #DB6B47
Text Example
Text Example
White with #DB6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B47; }
p { color: rgb(219,107,71); }
H1.HeaderClassName
{
color: #DB6B47;
}
.AnyTagClassName
{
color: #DB6B47;
}
</style>
background-color css
<style>
a { background-color: #DB6B47; }
a { background-color: rgb(219,107,71); }
div.DivClassName
{
background-color: #DB6B47;
}
.BgClassName
{
background-color: #DB6B47;
}
</style>
border-color css
<style>
span { border-color: #DB6B47; }
span { border-color: rgb(219,107,71); }
td.TdClassName
{
border-color: #DB6B47;
}
.TagClassName
{
border-color: #DB6B47;
}
</style>