Shades of Flamingo #DB6B50
Tints of Flamingo #DB6B50
RGB
CMYK
RGB Variations
Color information
#DB6B50 (or 0xDB6B50) is known color: Flamingo. HEX triplet: DB, 6B and 50. RGB value is (219,107,80). Sum of RGB (Red+Green+Blue) = 219+107+80=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B50 is #2494AF. Grayscale: #898989. Windows color (decimal): -2397360 or 5270491. OLE color: 5270491.
HSL color Cylindrical-coordinate representation of color #DB6B50: hue angle of 11.65º 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 #DB6B50 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 80 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.14 |
| HSL | 11.65º | 0.66% | 0.59% | - |
| HSV(B) | 11.65º | 0.63% | 0.86% | - |
| XYZ | 35.92 | 26.15 | 10.74 | - |
| YUV | 137.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 80 | 0 | 0.51 | 0.63 | 0.14 | 11.65 | 0.66 | 0.59 |
| Hex | DB | 6B | 50 | 0 | 33 | 3F | E | C | 42 | 3B |
| Octal | 333 | 153 | 120 | 0 | 63 | 77 | 16 | 14 | 102 | 73 |
| Binary | 11011011 | 1101011 | 1010000 | 0 | 110011 | 111111 | 1110 | 1100 | 1000010 | 111011 |
Color Harmonies of #DB6B50
Complementary color
Monochromatic Colors of #DB6B50
Black with #DB6B50
Text Example
Text Example
White with #DB6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B50; }
p { color: rgb(219,107,80); }
H1.HeaderClassName
{
color: #DB6B50;
}
.AnyTagClassName
{
color: #DB6B50;
}
</style>
background-color css
<style>
a { background-color: #DB6B50; }
a { background-color: rgb(219,107,80); }
div.DivClassName
{
background-color: #DB6B50;
}
.BgClassName
{
background-color: #DB6B50;
}
</style>
border-color css
<style>
span { border-color: #DB6B50; }
span { border-color: rgb(219,107,80); }
td.TdClassName
{
border-color: #DB6B50;
}
.TagClassName
{
border-color: #DB6B50;
}
</style>