Shades of Flamingo #DB664C
Tints of Flamingo #DB664C
RGB
CMYK
RGB Variations
Color information
#DB664C (or 0xDB664C) is known color: Flamingo. HEX triplet: DB, 66 and 4C. RGB value is (219,102,76). Sum of RGB (Red+Green+Blue) = 219+102+76=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB664C is #2499B3. Grayscale: #868686. Windows color (decimal): -2398644 or 5007067. OLE color: 5007067.
HSL color Cylindrical-coordinate representation of color #DB664C: hue angle of 10.91º degrees, saturation: 0.67, 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 #DB664C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 76 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.14 |
| HSL | 10.91º | 0.67% | 0.58% | - |
| HSV(B) | 10.91º | 0.65% | 0.86% | - |
| XYZ | 35.27 | 25.08 | 9.82 | - |
| YUV | 134.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 76 | 0 | 0.53 | 0.65 | 0.14 | 10.91 | 0.67 | 0.58 |
| Hex | DB | 66 | 4C | 0 | 35 | 41 | E | B | 43 | 3A |
| Octal | 333 | 146 | 114 | 0 | 65 | 101 | 16 | 13 | 103 | 72 |
| Binary | 11011011 | 1100110 | 1001100 | 0 | 110101 | 1000001 | 1110 | 1011 | 1000011 | 111010 |
Color Harmonies of #DB664C
Complementary color
Monochromatic Colors of #DB664C
Black with #DB664C
Text Example
Text Example
White with #DB664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB664C; }
p { color: rgb(219,102,76); }
H1.HeaderClassName
{
color: #DB664C;
}
.AnyTagClassName
{
color: #DB664C;
}
</style>
background-color css
<style>
a { background-color: #DB664C; }
a { background-color: rgb(219,102,76); }
div.DivClassName
{
background-color: #DB664C;
}
.BgClassName
{
background-color: #DB664C;
}
</style>
border-color css
<style>
span { border-color: #DB664C; }
span { border-color: rgb(219,102,76); }
td.TdClassName
{
border-color: #DB664C;
}
.TagClassName
{
border-color: #DB664C;
}
</style>