Shades of Flamingo #DB6956
Tints of Flamingo #DB6956
RGB
CMYK
RGB Variations
Color information
#DB6956 (or 0xDB6956) is known color: Flamingo. HEX triplet: DB, 69 and 56. RGB value is (219,105,86). Sum of RGB (Red+Green+Blue) = 219+105+86=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6956 is #2496A9. Grayscale: #898989. Windows color (decimal): -2397866 or 5663195. OLE color: 5663195.
HSL color Cylindrical-coordinate representation of color #DB6956: hue angle of 8.57º 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 #DB6956 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 86 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.14 |
| HSL | 8.57º | 0.65% | 0.6% | - |
| HSV(B) | 8.57º | 0.61% | 0.86% | - |
| XYZ | 35.94 | 25.84 | 11.9 | - |
| YUV | 136.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 86 | 0 | 0.52 | 0.61 | 0.14 | 8.57 | 0.65 | 0.6 |
| Hex | DB | 69 | 56 | 0 | 34 | 3D | E | 9 | 41 | 3C |
| Octal | 333 | 151 | 126 | 0 | 64 | 75 | 16 | 11 | 101 | 74 |
| Binary | 11011011 | 1101001 | 1010110 | 0 | 110100 | 111101 | 1110 | 1001 | 1000001 | 111100 |
Color Harmonies of #DB6956
Complementary color
Monochromatic Colors of #DB6956
Black with #DB6956
Text Example
Text Example
White with #DB6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6956; }
p { color: rgb(219,105,86); }
H1.HeaderClassName
{
color: #DB6956;
}
.AnyTagClassName
{
color: #DB6956;
}
</style>
background-color css
<style>
a { background-color: #DB6956; }
a { background-color: rgb(219,105,86); }
div.DivClassName
{
background-color: #DB6956;
}
.BgClassName
{
background-color: #DB6956;
}
</style>
border-color css
<style>
span { border-color: #DB6956; }
span { border-color: rgb(219,105,86); }
td.TdClassName
{
border-color: #DB6956;
}
.TagClassName
{
border-color: #DB6956;
}
</style>