Shades of Flamingo #DB6951
Tints of Flamingo #DB6951
RGB
CMYK
RGB Variations
Color information
#DB6951 (or 0xDB6951) is known color: Flamingo. HEX triplet: DB, 69 and 51. RGB value is (219,105,81). Sum of RGB (Red+Green+Blue) = 219+105+81=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6951 is #2496AE. Grayscale: #888888. Windows color (decimal): -2397871 or 5335515. OLE color: 5335515.
HSL color Cylindrical-coordinate representation of color #DB6951: hue angle of 10.43º 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 #DB6951 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 81 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.14 |
| HSL | 10.43º | 0.66% | 0.59% | - |
| HSV(B) | 10.43º | 0.63% | 0.86% | - |
| XYZ | 35.75 | 25.76 | 10.87 | - |
| YUV | 136.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 81 | 0 | 0.52 | 0.63 | 0.14 | 10.43 | 0.66 | 0.59 |
| Hex | DB | 69 | 51 | 0 | 34 | 3F | E | A | 42 | 3B |
| Octal | 333 | 151 | 121 | 0 | 64 | 77 | 16 | 12 | 102 | 73 |
| Binary | 11011011 | 1101001 | 1010001 | 0 | 110100 | 111111 | 1110 | 1010 | 1000010 | 111011 |
Color Harmonies of #DB6951
Complementary color
Monochromatic Colors of #DB6951
Black with #DB6951
Text Example
Text Example
White with #DB6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6951; }
p { color: rgb(219,105,81); }
H1.HeaderClassName
{
color: #DB6951;
}
.AnyTagClassName
{
color: #DB6951;
}
</style>
background-color css
<style>
a { background-color: #DB6951; }
a { background-color: rgb(219,105,81); }
div.DivClassName
{
background-color: #DB6951;
}
.BgClassName
{
background-color: #DB6951;
}
</style>
border-color css
<style>
span { border-color: #DB6951; }
span { border-color: rgb(219,105,81); }
td.TdClassName
{
border-color: #DB6951;
}
.TagClassName
{
border-color: #DB6951;
}
</style>