Shades of Flamingo #DB6C4F
Tints of Flamingo #DB6C4F
RGB
CMYK
RGB Variations
Color information
#DB6C4F (or 0xDB6C4F) is known color: Flamingo. HEX triplet: DB, 6C and 4F. RGB value is (219,108,79). Sum of RGB (Red+Green+Blue) = 219+108+79=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C4F is #2493B0. Grayscale: #8A8A8A. Windows color (decimal): -2397105 or 5205211. OLE color: 5205211.
HSL color Cylindrical-coordinate representation of color #DB6C4F: hue angle of 12.43º 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 #DB6C4F is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 79 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.14 |
| HSL | 12.43º | 0.66% | 0.58% | - |
| HSV(B) | 12.43º | 0.64% | 0.86% | - |
| XYZ | 35.99 | 26.35 | 10.59 | - |
| YUV | 137.88 | 94.77 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 79 | 0 | 0.51 | 0.64 | 0.14 | 12.43 | 0.66 | 0.58 |
| Hex | DB | 6C | 4F | 0 | 33 | 40 | E | C | 42 | 3A |
| Octal | 333 | 154 | 117 | 0 | 63 | 100 | 16 | 14 | 102 | 72 |
| Binary | 11011011 | 1101100 | 1001111 | 0 | 110011 | 1000000 | 1110 | 1100 | 1000010 | 111010 |
Color Harmonies of #DB6C4F
Complementary color
Monochromatic Colors of #DB6C4F
Black with #DB6C4F
Text Example
Text Example
White with #DB6C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C4F; }
p { color: rgb(219,108,79); }
H1.HeaderClassName
{
color: #DB6C4F;
}
.AnyTagClassName
{
color: #DB6C4F;
}
</style>
background-color css
<style>
a { background-color: #DB6C4F; }
a { background-color: rgb(219,108,79); }
div.DivClassName
{
background-color: #DB6C4F;
}
.BgClassName
{
background-color: #DB6C4F;
}
</style>
border-color css
<style>
span { border-color: #DB6C4F; }
span { border-color: rgb(219,108,79); }
td.TdClassName
{
border-color: #DB6C4F;
}
.TagClassName
{
border-color: #DB6C4F;
}
</style>