Shades of Flamingo #DB6144
Tints of Flamingo #DB6144
RGB
CMYK
RGB Variations
Color information
#DB6144 (or 0xDB6144) is known color: Flamingo. HEX triplet: DB, 61 and 44. RGB value is (219,97,68). Sum of RGB (Red+Green+Blue) = 219+97+68=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6144 is #249EBB. Grayscale: #828282. Windows color (decimal): -2399932 or 4481499. OLE color: 4481499.
HSL color Cylindrical-coordinate representation of color #DB6144: hue angle of 11.52º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB6144 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 68 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.14 |
| HSL | 11.52º | 0.68% | 0.56% | - |
| HSV(B) | 11.52º | 0.69% | 0.86% | - |
| XYZ | 34.53 | 24.03 | 8.29 | - |
| YUV | 130.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 68 | 0 | 0.56 | 0.69 | 0.14 | 11.52 | 0.68 | 0.56 |
| Hex | DB | 61 | 44 | 0 | 38 | 45 | E | C | 44 | 38 |
| Octal | 333 | 141 | 104 | 0 | 70 | 105 | 16 | 14 | 104 | 70 |
| Binary | 11011011 | 1100001 | 1000100 | 0 | 111000 | 1000101 | 1110 | 1100 | 1000100 | 111000 |
Color Harmonies of #DB6144
Complementary color
Monochromatic Colors of #DB6144
Black with #DB6144
Text Example
Text Example
White with #DB6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6144; }
p { color: rgb(219,97,68); }
H1.HeaderClassName
{
color: #DB6144;
}
.AnyTagClassName
{
color: #DB6144;
}
</style>
background-color css
<style>
a { background-color: #DB6144; }
a { background-color: rgb(219,97,68); }
div.DivClassName
{
background-color: #DB6144;
}
.BgClassName
{
background-color: #DB6144;
}
</style>
border-color css
<style>
span { border-color: #DB6144; }
span { border-color: rgb(219,97,68); }
td.TdClassName
{
border-color: #DB6144;
}
.TagClassName
{
border-color: #DB6144;
}
</style>