Shades of Flamingo #DB644D
Tints of Flamingo #DB644D
RGB
CMYK
RGB Variations
Color information
#DB644D (or 0xDB644D) is known color: Flamingo. HEX triplet: DB, 64 and 4D. RGB value is (219,100,77). Sum of RGB (Red+Green+Blue) = 219+100+77=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB644D is #249BB2. Grayscale: #858585. Windows color (decimal): -2399155 or 5072091. OLE color: 5072091.
HSL color Cylindrical-coordinate representation of color #DB644D: hue angle of 9.72º 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 #DB644D is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 77 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.14 |
| HSL | 9.72º | 0.66% | 0.58% | - |
| HSV(B) | 9.72º | 0.65% | 0.86% | - |
| XYZ | 35.11 | 24.71 | 9.94 | - |
| YUV | 132.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 77 | 0 | 0.54 | 0.65 | 0.14 | 9.72 | 0.66 | 0.58 |
| Hex | DB | 64 | 4D | 0 | 36 | 41 | E | A | 42 | 3A |
| Octal | 333 | 144 | 115 | 0 | 66 | 101 | 16 | 12 | 102 | 72 |
| Binary | 11011011 | 1100100 | 1001101 | 0 | 110110 | 1000001 | 1110 | 1010 | 1000010 | 111010 |
Color Harmonies of #DB644D
Complementary color
Monochromatic Colors of #DB644D
Black with #DB644D
Text Example
Text Example
White with #DB644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB644D; }
p { color: rgb(219,100,77); }
H1.HeaderClassName
{
color: #DB644D;
}
.AnyTagClassName
{
color: #DB644D;
}
</style>
background-color css
<style>
a { background-color: #DB644D; }
a { background-color: rgb(219,100,77); }
div.DivClassName
{
background-color: #DB644D;
}
.BgClassName
{
background-color: #DB644D;
}
</style>
border-color css
<style>
span { border-color: #DB644D; }
span { border-color: rgb(219,100,77); }
td.TdClassName
{
border-color: #DB644D;
}
.TagClassName
{
border-color: #DB644D;
}
</style>