Shades of Flamingo #DB6544
Tints of Flamingo #DB6544
RGB
CMYK
RGB Variations
Color information
#DB6544 (or 0xDB6544) is known color: Flamingo. HEX triplet: DB, 65 and 44. RGB value is (219,101,68). Sum of RGB (Red+Green+Blue) = 219+101+68=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6544 is #249ABB. Grayscale: #848484. Windows color (decimal): -2398908 or 4482523. OLE color: 4482523.
HSL color Cylindrical-coordinate representation of color #DB6544: hue angle of 13.11º 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 #DB6544 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 68 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.14 |
| HSL | 13.11º | 0.68% | 0.56% | - |
| HSV(B) | 13.11º | 0.69% | 0.86% | - |
| XYZ | 34.91 | 24.78 | 8.41 | - |
| YUV | 132.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 68 | 0 | 0.54 | 0.69 | 0.14 | 13.11 | 0.68 | 0.56 |
| Hex | DB | 65 | 44 | 0 | 36 | 45 | E | D | 44 | 38 |
| Octal | 333 | 145 | 104 | 0 | 66 | 105 | 16 | 15 | 104 | 70 |
| Binary | 11011011 | 1100101 | 1000100 | 0 | 110110 | 1000101 | 1110 | 1101 | 1000100 | 111000 |
Color Harmonies of #DB6544
Complementary color
Monochromatic Colors of #DB6544
Black with #DB6544
Text Example
Text Example
White with #DB6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6544; }
p { color: rgb(219,101,68); }
H1.HeaderClassName
{
color: #DB6544;
}
.AnyTagClassName
{
color: #DB6544;
}
</style>
background-color css
<style>
a { background-color: #DB6544; }
a { background-color: rgb(219,101,68); }
div.DivClassName
{
background-color: #DB6544;
}
.BgClassName
{
background-color: #DB6544;
}
</style>
border-color css
<style>
span { border-color: #DB6544; }
span { border-color: rgb(219,101,68); }
td.TdClassName
{
border-color: #DB6544;
}
.TagClassName
{
border-color: #DB6544;
}
</style>