Shades of Flamingo #DB6B51
Tints of Flamingo #DB6B51
RGB
CMYK
RGB Variations
Color information
#DB6B51 (or 0xDB6B51) is known color: Flamingo. HEX triplet: DB, 6B and 51. RGB value is (219,107,81). Sum of RGB (Red+Green+Blue) = 219+107+81=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B51 is #2494AE. Grayscale: #898989. Windows color (decimal): -2397359 or 5336027. OLE color: 5336027.
HSL color Cylindrical-coordinate representation of color #DB6B51: hue angle of 11.3º 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 #DB6B51 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 81 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.14 |
| HSL | 11.3º | 0.66% | 0.59% | - |
| HSV(B) | 11.3º | 0.63% | 0.86% | - |
| XYZ | 35.96 | 26.17 | 10.94 | - |
| YUV | 137.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 81 | 0 | 0.51 | 0.63 | 0.14 | 11.3 | 0.66 | 0.59 |
| Hex | DB | 6B | 51 | 0 | 33 | 3F | E | B | 42 | 3B |
| Octal | 333 | 153 | 121 | 0 | 63 | 77 | 16 | 13 | 102 | 73 |
| Binary | 11011011 | 1101011 | 1010001 | 0 | 110011 | 111111 | 1110 | 1011 | 1000010 | 111011 |
Color Harmonies of #DB6B51
Complementary color
Monochromatic Colors of #DB6B51
Black with #DB6B51
Text Example
Text Example
White with #DB6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B51; }
p { color: rgb(219,107,81); }
H1.HeaderClassName
{
color: #DB6B51;
}
.AnyTagClassName
{
color: #DB6B51;
}
</style>
background-color css
<style>
a { background-color: #DB6B51; }
a { background-color: rgb(219,107,81); }
div.DivClassName
{
background-color: #DB6B51;
}
.BgClassName
{
background-color: #DB6B51;
}
</style>
border-color css
<style>
span { border-color: #DB6B51; }
span { border-color: rgb(219,107,81); }
td.TdClassName
{
border-color: #DB6B51;
}
.TagClassName
{
border-color: #DB6B51;
}
</style>