Shades of Flamingo #DB6A56
Tints of Flamingo #DB6A56
RGB
CMYK
RGB Variations
Color information
#DB6A56 (or 0xDB6A56) is known color: Flamingo. HEX triplet: DB, 6A and 56. RGB value is (219,106,86). Sum of RGB (Red+Green+Blue) = 219+106+86=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A56 is #2495A9. Grayscale: #898989. Windows color (decimal): -2397610 or 5663451. OLE color: 5663451.
HSL color Cylindrical-coordinate representation of color #DB6A56: hue angle of 9.02º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB6A56 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 86 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.14 |
| HSL | 9.02º | 0.65% | 0.6% | - |
| HSV(B) | 9.02º | 0.61% | 0.86% | - |
| XYZ | 36.05 | 26.04 | 11.93 | - |
| YUV | 137.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 86 | 0 | 0.52 | 0.61 | 0.14 | 9.02 | 0.65 | 0.6 |
| Hex | DB | 6A | 56 | 0 | 34 | 3D | E | 9 | 41 | 3C |
| Octal | 333 | 152 | 126 | 0 | 64 | 75 | 16 | 11 | 101 | 74 |
| Binary | 11011011 | 1101010 | 1010110 | 0 | 110100 | 111101 | 1110 | 1001 | 1000001 | 111100 |
Color Harmonies of #DB6A56
Complementary color
Monochromatic Colors of #DB6A56
Black with #DB6A56
Text Example
Text Example
White with #DB6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A56; }
p { color: rgb(219,106,86); }
H1.HeaderClassName
{
color: #DB6A56;
}
.AnyTagClassName
{
color: #DB6A56;
}
</style>
background-color css
<style>
a { background-color: #DB6A56; }
a { background-color: rgb(219,106,86); }
div.DivClassName
{
background-color: #DB6A56;
}
.BgClassName
{
background-color: #DB6A56;
}
</style>
border-color css
<style>
span { border-color: #DB6A56; }
span { border-color: rgb(219,106,86); }
td.TdClassName
{
border-color: #DB6A56;
}
.TagClassName
{
border-color: #DB6A56;
}
</style>