Shades of Flamingo #DB6650
Tints of Flamingo #DB6650
RGB
CMYK
RGB Variations
Color information
#DB6650 (or 0xDB6650) is known color: Flamingo. HEX triplet: DB, 66 and 50. RGB value is (219,102,80). Sum of RGB (Red+Green+Blue) = 219+102+80=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6650 is #2499AF. Grayscale: #868686. Windows color (decimal): -2398640 or 5269211. OLE color: 5269211.
HSL color Cylindrical-coordinate representation of color #DB6650: hue angle of 9.5º 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 #DB6650 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 80 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.14 |
| HSL | 9.5º | 0.66% | 0.59% | - |
| HSV(B) | 9.5º | 0.63% | 0.86% | - |
| XYZ | 35.41 | 25.14 | 10.58 | - |
| YUV | 134.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 80 | 0 | 0.53 | 0.63 | 0.14 | 9.5 | 0.66 | 0.59 |
| Hex | DB | 66 | 50 | 0 | 35 | 3F | E | 9 | 42 | 3B |
| Octal | 333 | 146 | 120 | 0 | 65 | 77 | 16 | 11 | 102 | 73 |
| Binary | 11011011 | 1100110 | 1010000 | 0 | 110101 | 111111 | 1110 | 1001 | 1000010 | 111011 |
Color Harmonies of #DB6650
Complementary color
Monochromatic Colors of #DB6650
Black with #DB6650
Text Example
Text Example
White with #DB6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6650; }
p { color: rgb(219,102,80); }
H1.HeaderClassName
{
color: #DB6650;
}
.AnyTagClassName
{
color: #DB6650;
}
</style>
background-color css
<style>
a { background-color: #DB6650; }
a { background-color: rgb(219,102,80); }
div.DivClassName
{
background-color: #DB6650;
}
.BgClassName
{
background-color: #DB6650;
}
</style>
border-color css
<style>
span { border-color: #DB6650; }
span { border-color: rgb(219,102,80); }
td.TdClassName
{
border-color: #DB6650;
}
.TagClassName
{
border-color: #DB6650;
}
</style>