Shades of Flamingo #DB6654
Tints of Flamingo #DB6654
RGB
CMYK
RGB Variations
Color information
#DB6654 (or 0xDB6654) is known color: Flamingo. HEX triplet: DB, 66 and 54. RGB value is (219,102,84). Sum of RGB (Red+Green+Blue) = 219+102+84=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6654 is #2499AB. Grayscale: #878787. Windows color (decimal): -2398636 or 5531355. OLE color: 5531355.
HSL color Cylindrical-coordinate representation of color #DB6654: hue angle of 8º 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 #DB6654 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 84 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.14 |
| HSL | 8º | 0.65% | 0.59% | - |
| HSV(B) | 8º | 0.62% | 0.86% | - |
| XYZ | 35.57 | 25.2 | 11.38 | - |
| YUV | 134.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 84 | 0 | 0.53 | 0.62 | 0.14 | 8 | 0.65 | 0.59 |
| Hex | DB | 66 | 54 | 0 | 35 | 3E | E | 8 | 41 | 3B |
| Octal | 333 | 146 | 124 | 0 | 65 | 76 | 16 | 10 | 101 | 73 |
| Binary | 11011011 | 1100110 | 1010100 | 0 | 110101 | 111110 | 1110 | 1000 | 1000001 | 111011 |
Color Harmonies of #DB6654
Complementary color
Monochromatic Colors of #DB6654
Black with #DB6654
Text Example
Text Example
White with #DB6654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6654; }
p { color: rgb(219,102,84); }
H1.HeaderClassName
{
color: #DB6654;
}
.AnyTagClassName
{
color: #DB6654;
}
</style>
background-color css
<style>
a { background-color: #DB6654; }
a { background-color: rgb(219,102,84); }
div.DivClassName
{
background-color: #DB6654;
}
.BgClassName
{
background-color: #DB6654;
}
</style>
border-color css
<style>
span { border-color: #DB6654; }
span { border-color: rgb(219,102,84); }
td.TdClassName
{
border-color: #DB6654;
}
.TagClassName
{
border-color: #DB6654;
}
</style>