Shades of Flamingo #DB6C51
Tints of Flamingo #DB6C51
RGB
CMYK
RGB Variations
Color information
#DB6C51 (or 0xDB6C51) is known color: Flamingo. HEX triplet: DB, 6C and 51. RGB value is (219,108,81). Sum of RGB (Red+Green+Blue) = 219+108+81=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C51 is #2493AE. Grayscale: #8A8A8A. Windows color (decimal): -2397103 or 5336283. OLE color: 5336283.
HSL color Cylindrical-coordinate representation of color #DB6C51: hue angle of 11.74º 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 #DB6C51 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 81 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.14 |
| HSL | 11.74º | 0.66% | 0.59% | - |
| HSV(B) | 11.74º | 0.63% | 0.86% | - |
| XYZ | 36.06 | 26.38 | 10.98 | - |
| YUV | 138.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 81 | 0 | 0.51 | 0.63 | 0.14 | 11.74 | 0.66 | 0.59 |
| Hex | DB | 6C | 51 | 0 | 33 | 3F | E | C | 42 | 3B |
| Octal | 333 | 154 | 121 | 0 | 63 | 77 | 16 | 14 | 102 | 73 |
| Binary | 11011011 | 1101100 | 1010001 | 0 | 110011 | 111111 | 1110 | 1100 | 1000010 | 111011 |
Color Harmonies of #DB6C51
Complementary color
Monochromatic Colors of #DB6C51
Black with #DB6C51
Text Example
Text Example
White with #DB6C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C51; }
p { color: rgb(219,108,81); }
H1.HeaderClassName
{
color: #DB6C51;
}
.AnyTagClassName
{
color: #DB6C51;
}
</style>
background-color css
<style>
a { background-color: #DB6C51; }
a { background-color: rgb(219,108,81); }
div.DivClassName
{
background-color: #DB6C51;
}
.BgClassName
{
background-color: #DB6C51;
}
</style>
border-color css
<style>
span { border-color: #DB6C51; }
span { border-color: rgb(219,108,81); }
td.TdClassName
{
border-color: #DB6C51;
}
.TagClassName
{
border-color: #DB6C51;
}
</style>