Shades of Flamingo #DB664E
Tints of Flamingo #DB664E
RGB
CMYK
RGB Variations
Color information
#DB664E (or 0xDB664E) is known color: Flamingo. HEX triplet: DB, 66 and 4E. RGB value is (219,102,78). Sum of RGB (Red+Green+Blue) = 219+102+78=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB664E is #2499B1. Grayscale: #868686. Windows color (decimal): -2398642 or 5138139. OLE color: 5138139.
HSL color Cylindrical-coordinate representation of color #DB664E: hue angle of 10.21º 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 #DB664E is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 78 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.14 |
| HSL | 10.21º | 0.66% | 0.58% | - |
| HSV(B) | 10.21º | 0.64% | 0.86% | - |
| XYZ | 35.34 | 25.11 | 10.19 | - |
| YUV | 134.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 78 | 0 | 0.53 | 0.64 | 0.14 | 10.21 | 0.66 | 0.58 |
| Hex | DB | 66 | 4E | 0 | 35 | 40 | E | A | 42 | 3A |
| Octal | 333 | 146 | 116 | 0 | 65 | 100 | 16 | 12 | 102 | 72 |
| Binary | 11011011 | 1100110 | 1001110 | 0 | 110101 | 1000000 | 1110 | 1010 | 1000010 | 111010 |
Color Harmonies of #DB664E
Complementary color
Monochromatic Colors of #DB664E
Black with #DB664E
Text Example
Text Example
White with #DB664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB664E; }
p { color: rgb(219,102,78); }
H1.HeaderClassName
{
color: #DB664E;
}
.AnyTagClassName
{
color: #DB664E;
}
</style>
background-color css
<style>
a { background-color: #DB664E; }
a { background-color: rgb(219,102,78); }
div.DivClassName
{
background-color: #DB664E;
}
.BgClassName
{
background-color: #DB664E;
}
</style>
border-color css
<style>
span { border-color: #DB664E; }
span { border-color: rgb(219,102,78); }
td.TdClassName
{
border-color: #DB664E;
}
.TagClassName
{
border-color: #DB664E;
}
</style>