Shades of Flamingo #DB6554
Tints of Flamingo #DB6554
RGB
CMYK
RGB Variations
Color information
#DB6554 (or 0xDB6554) is known color: Flamingo. HEX triplet: DB, 65 and 54. RGB value is (219,101,84). Sum of RGB (Red+Green+Blue) = 219+101+84=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6554 is #249AAB. Grayscale: #868686. Windows color (decimal): -2398892 or 5531099. OLE color: 5531099.
HSL color Cylindrical-coordinate representation of color #DB6554: hue angle of 7.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB6554 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 84 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.14 |
| HSL | 7.56º | 0.65% | 0.59% | - |
| HSV(B) | 7.56º | 0.62% | 0.86% | - |
| XYZ | 35.47 | 25.01 | 11.35 | - |
| YUV | 134.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 84 | 0 | 0.54 | 0.62 | 0.14 | 7.56 | 0.65 | 0.59 |
| Hex | DB | 65 | 54 | 0 | 36 | 3E | E | 8 | 41 | 3B |
| Octal | 333 | 145 | 124 | 0 | 66 | 76 | 16 | 10 | 101 | 73 |
| Binary | 11011011 | 1100101 | 1010100 | 0 | 110110 | 111110 | 1110 | 1000 | 1000001 | 111011 |
Color Harmonies of #DB6554
Complementary color
Monochromatic Colors of #DB6554
Black with #DB6554
Text Example
Text Example
White with #DB6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6554; }
p { color: rgb(219,101,84); }
H1.HeaderClassName
{
color: #DB6554;
}
.AnyTagClassName
{
color: #DB6554;
}
</style>
background-color css
<style>
a { background-color: #DB6554; }
a { background-color: rgb(219,101,84); }
div.DivClassName
{
background-color: #DB6554;
}
.BgClassName
{
background-color: #DB6554;
}
</style>
border-color css
<style>
span { border-color: #DB6554; }
span { border-color: rgb(219,101,84); }
td.TdClassName
{
border-color: #DB6554;
}
.TagClassName
{
border-color: #DB6554;
}
</style>