Shades of Flamingo #DB654D
Tints of Flamingo #DB654D
RGB
CMYK
RGB Variations
Color information
#DB654D (or 0xDB654D) is known color: Flamingo. HEX triplet: DB, 65 and 4D. RGB value is (219,101,77). Sum of RGB (Red+Green+Blue) = 219+101+77=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB654D is #249AB2. Grayscale: #858585. Windows color (decimal): -2398899 or 5072347. OLE color: 5072347.
HSL color Cylindrical-coordinate representation of color #DB654D: hue angle of 10.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB654D is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 77 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.14 |
| HSL | 10.14º | 0.66% | 0.58% | - |
| HSV(B) | 10.14º | 0.65% | 0.86% | - |
| XYZ | 35.21 | 24.9 | 9.97 | - |
| YUV | 133.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 77 | 0 | 0.54 | 0.65 | 0.14 | 10.14 | 0.66 | 0.58 |
| Hex | DB | 65 | 4D | 0 | 36 | 41 | E | A | 42 | 3A |
| Octal | 333 | 145 | 115 | 0 | 66 | 101 | 16 | 12 | 102 | 72 |
| Binary | 11011011 | 1100101 | 1001101 | 0 | 110110 | 1000001 | 1110 | 1010 | 1000010 | 111010 |
Color Harmonies of #DB654D
Complementary color
Monochromatic Colors of #DB654D
Black with #DB654D
Text Example
Text Example
White with #DB654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB654D; }
p { color: rgb(219,101,77); }
H1.HeaderClassName
{
color: #DB654D;
}
.AnyTagClassName
{
color: #DB654D;
}
</style>
background-color css
<style>
a { background-color: #DB654D; }
a { background-color: rgb(219,101,77); }
div.DivClassName
{
background-color: #DB654D;
}
.BgClassName
{
background-color: #DB654D;
}
</style>
border-color css
<style>
span { border-color: #DB654D; }
span { border-color: rgb(219,101,77); }
td.TdClassName
{
border-color: #DB654D;
}
.TagClassName
{
border-color: #DB654D;
}
</style>