Shades of Flamingo #DB6A50
Tints of Flamingo #DB6A50
RGB
CMYK
RGB Variations
Color information
#DB6A50 (or 0xDB6A50) is known color: Flamingo. HEX triplet: DB, 6A and 50. RGB value is (219,106,80). Sum of RGB (Red+Green+Blue) = 219+106+80=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A50 is #2495AF. Grayscale: #898989. Windows color (decimal): -2397616 or 5270235. OLE color: 5270235.
HSL color Cylindrical-coordinate representation of color #DB6A50: hue angle of 11.22º 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 #DB6A50 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 80 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.14 |
| HSL | 11.22º | 0.66% | 0.59% | - |
| HSV(B) | 11.22º | 0.63% | 0.86% | - |
| XYZ | 35.82 | 25.95 | 10.71 | - |
| YUV | 136.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 80 | 0 | 0.52 | 0.63 | 0.14 | 11.22 | 0.66 | 0.59 |
| Hex | DB | 6A | 50 | 0 | 34 | 3F | E | B | 42 | 3B |
| Octal | 333 | 152 | 120 | 0 | 64 | 77 | 16 | 13 | 102 | 73 |
| Binary | 11011011 | 1101010 | 1010000 | 0 | 110100 | 111111 | 1110 | 1011 | 1000010 | 111011 |
Color Harmonies of #DB6A50
Complementary color
Monochromatic Colors of #DB6A50
Black with #DB6A50
Text Example
Text Example
White with #DB6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A50; }
p { color: rgb(219,106,80); }
H1.HeaderClassName
{
color: #DB6A50;
}
.AnyTagClassName
{
color: #DB6A50;
}
</style>
background-color css
<style>
a { background-color: #DB6A50; }
a { background-color: rgb(219,106,80); }
div.DivClassName
{
background-color: #DB6A50;
}
.BgClassName
{
background-color: #DB6A50;
}
</style>
border-color css
<style>
span { border-color: #DB6A50; }
span { border-color: rgb(219,106,80); }
td.TdClassName
{
border-color: #DB6A50;
}
.TagClassName
{
border-color: #DB6A50;
}
</style>