Shades of Flamingo #DB6651
Tints of Flamingo #DB6651
RGB
CMYK
RGB Variations
Color information
#DB6651 (or 0xDB6651) is known color: Flamingo. HEX triplet: DB, 66 and 51. RGB value is (219,102,81). Sum of RGB (Red+Green+Blue) = 219+102+81=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6651 is #2499AE. Grayscale: #868686. Windows color (decimal): -2398639 or 5334747. OLE color: 5334747.
HSL color Cylindrical-coordinate representation of color #DB6651: hue angle of 9.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB6651 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 81 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.14 |
| HSL | 9.13º | 0.66% | 0.59% | - |
| HSV(B) | 9.13º | 0.63% | 0.86% | - |
| XYZ | 35.45 | 25.16 | 10.77 | - |
| YUV | 134.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 81 | 0 | 0.53 | 0.63 | 0.14 | 9.13 | 0.66 | 0.59 |
| Hex | DB | 66 | 51 | 0 | 35 | 3F | E | 9 | 42 | 3B |
| Octal | 333 | 146 | 121 | 0 | 65 | 77 | 16 | 11 | 102 | 73 |
| Binary | 11011011 | 1100110 | 1010001 | 0 | 110101 | 111111 | 1110 | 1001 | 1000010 | 111011 |
Color Harmonies of #DB6651
Complementary color
Monochromatic Colors of #DB6651
Black with #DB6651
Text Example
Text Example
White with #DB6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6651; }
p { color: rgb(219,102,81); }
H1.HeaderClassName
{
color: #DB6651;
}
.AnyTagClassName
{
color: #DB6651;
}
</style>
background-color css
<style>
a { background-color: #DB6651; }
a { background-color: rgb(219,102,81); }
div.DivClassName
{
background-color: #DB6651;
}
.BgClassName
{
background-color: #DB6651;
}
</style>
border-color css
<style>
span { border-color: #DB6651; }
span { border-color: rgb(219,102,81); }
td.TdClassName
{
border-color: #DB6651;
}
.TagClassName
{
border-color: #DB6651;
}
</style>