Shades of Flamingo #DB6751
Tints of Flamingo #DB6751
RGB
CMYK
RGB Variations
Color information
#DB6751 (or 0xDB6751) is known color: Flamingo. HEX triplet: DB, 67 and 51. RGB value is (219,103,81). Sum of RGB (Red+Green+Blue) = 219+103+81=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6751 is #2498AE. Grayscale: #878787. Windows color (decimal): -2398383 or 5335003. OLE color: 5335003.
HSL color Cylindrical-coordinate representation of color #DB6751: hue angle of 9.57º 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 #DB6751 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 81 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.14 |
| HSL | 9.57º | 0.66% | 0.59% | - |
| HSV(B) | 9.57º | 0.63% | 0.86% | - |
| XYZ | 35.55 | 25.35 | 10.8 | - |
| YUV | 135.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 81 | 0 | 0.53 | 0.63 | 0.14 | 9.57 | 0.66 | 0.59 |
| Hex | DB | 67 | 51 | 0 | 35 | 3F | E | A | 42 | 3B |
| Octal | 333 | 147 | 121 | 0 | 65 | 77 | 16 | 12 | 102 | 73 |
| Binary | 11011011 | 1100111 | 1010001 | 0 | 110101 | 111111 | 1110 | 1010 | 1000010 | 111011 |
Color Harmonies of #DB6751
Complementary color
Monochromatic Colors of #DB6751
Black with #DB6751
Text Example
Text Example
White with #DB6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6751; }
p { color: rgb(219,103,81); }
H1.HeaderClassName
{
color: #DB6751;
}
.AnyTagClassName
{
color: #DB6751;
}
</style>
background-color css
<style>
a { background-color: #DB6751; }
a { background-color: rgb(219,103,81); }
div.DivClassName
{
background-color: #DB6751;
}
.BgClassName
{
background-color: #DB6751;
}
</style>
border-color css
<style>
span { border-color: #DB6751; }
span { border-color: rgb(219,103,81); }
td.TdClassName
{
border-color: #DB6751;
}
.TagClassName
{
border-color: #DB6751;
}
</style>