Shades of Flamingo #DB654E
Tints of Flamingo #DB654E
RGB
CMYK
RGB Variations
Color information
#DB654E (or 0xDB654E) is known color: Flamingo. HEX triplet: DB, 65 and 4E. RGB value is (219,101,78). Sum of RGB (Red+Green+Blue) = 219+101+78=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB654E is #249AB1. Grayscale: #858585. Windows color (decimal): -2398898 or 5137883. OLE color: 5137883.
HSL color Cylindrical-coordinate representation of color #DB654E: hue angle of 9.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB654E is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 78 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.14 |
| HSL | 9.79º | 0.66% | 0.58% | - |
| HSV(B) | 9.79º | 0.64% | 0.86% | - |
| XYZ | 35.24 | 24.92 | 10.16 | - |
| YUV | 133.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 78 | 0 | 0.54 | 0.64 | 0.14 | 9.79 | 0.66 | 0.58 |
| Hex | DB | 65 | 4E | 0 | 36 | 40 | E | A | 42 | 3A |
| Octal | 333 | 145 | 116 | 0 | 66 | 100 | 16 | 12 | 102 | 72 |
| Binary | 11011011 | 1100101 | 1001110 | 0 | 110110 | 1000000 | 1110 | 1010 | 1000010 | 111010 |
Color Harmonies of #DB654E
Complementary color
Monochromatic Colors of #DB654E
Black with #DB654E
Text Example
Text Example
White with #DB654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB654E; }
p { color: rgb(219,101,78); }
H1.HeaderClassName
{
color: #DB654E;
}
.AnyTagClassName
{
color: #DB654E;
}
</style>
background-color css
<style>
a { background-color: #DB654E; }
a { background-color: rgb(219,101,78); }
div.DivClassName
{
background-color: #DB654E;
}
.BgClassName
{
background-color: #DB654E;
}
</style>
border-color css
<style>
span { border-color: #DB654E; }
span { border-color: rgb(219,101,78); }
td.TdClassName
{
border-color: #DB654E;
}
.TagClassName
{
border-color: #DB654E;
}
</style>