Shades of Flamingo #DB6746
Tints of Flamingo #DB6746
RGB
CMYK
RGB Variations
Color information
#DB6746 (or 0xDB6746) is known color: Flamingo. HEX triplet: DB, 67 and 46. RGB value is (219,103,70). Sum of RGB (Red+Green+Blue) = 219+103+70=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6746 is #2498B9. Grayscale: #868686. Windows color (decimal): -2398394 or 4614107. OLE color: 4614107.
HSL color Cylindrical-coordinate representation of color #DB6746: hue angle of 13.29º 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 #DB6746 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 70 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.14 |
| HSL | 13.29º | 0.67% | 0.57% | - |
| HSV(B) | 13.29º | 0.68% | 0.86% | - |
| XYZ | 35.17 | 25.2 | 8.81 | - |
| YUV | 133.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 70 | 0 | 0.53 | 0.68 | 0.14 | 13.29 | 0.67 | 0.57 |
| Hex | DB | 67 | 46 | 0 | 35 | 44 | E | D | 43 | 39 |
| Octal | 333 | 147 | 106 | 0 | 65 | 104 | 16 | 15 | 103 | 71 |
| Binary | 11011011 | 1100111 | 1000110 | 0 | 110101 | 1000100 | 1110 | 1101 | 1000011 | 111001 |
Color Harmonies of #DB6746
Complementary color
Monochromatic Colors of #DB6746
Black with #DB6746
Text Example
Text Example
White with #DB6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6746; }
p { color: rgb(219,103,70); }
H1.HeaderClassName
{
color: #DB6746;
}
.AnyTagClassName
{
color: #DB6746;
}
</style>
background-color css
<style>
a { background-color: #DB6746; }
a { background-color: rgb(219,103,70); }
div.DivClassName
{
background-color: #DB6746;
}
.BgClassName
{
background-color: #DB6746;
}
</style>
border-color css
<style>
span { border-color: #DB6746; }
span { border-color: rgb(219,103,70); }
td.TdClassName
{
border-color: #DB6746;
}
.TagClassName
{
border-color: #DB6746;
}
</style>