Shades of Flamingo #DB664A
Tints of Flamingo #DB664A
RGB
CMYK
RGB Variations
Color information
#DB664A (or 0xDB664A) is known color: Flamingo. HEX triplet: DB, 66 and 4A. RGB value is (219,102,74). Sum of RGB (Red+Green+Blue) = 219+102+74=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB664A is #2499B5. Grayscale: #868686. Windows color (decimal): -2398646 or 4875995. OLE color: 4875995.
HSL color Cylindrical-coordinate representation of color #DB664A: hue angle of 11.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB664A is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 74 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.14 |
| HSL | 11.59º | 0.67% | 0.57% | - |
| HSV(B) | 11.59º | 0.66% | 0.86% | - |
| XYZ | 35.2 | 25.06 | 9.46 | - |
| YUV | 133.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 74 | 0 | 0.53 | 0.66 | 0.14 | 11.59 | 0.67 | 0.57 |
| Hex | DB | 66 | 4A | 0 | 35 | 42 | E | C | 43 | 39 |
| Octal | 333 | 146 | 112 | 0 | 65 | 102 | 16 | 14 | 103 | 71 |
| Binary | 11011011 | 1100110 | 1001010 | 0 | 110101 | 1000010 | 1110 | 1100 | 1000011 | 111001 |
Color Harmonies of #DB664A
Complementary color
Monochromatic Colors of #DB664A
Black with #DB664A
Text Example
Text Example
White with #DB664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB664A; }
p { color: rgb(219,102,74); }
H1.HeaderClassName
{
color: #DB664A;
}
.AnyTagClassName
{
color: #DB664A;
}
</style>
background-color css
<style>
a { background-color: #DB664A; }
a { background-color: rgb(219,102,74); }
div.DivClassName
{
background-color: #DB664A;
}
.BgClassName
{
background-color: #DB664A;
}
</style>
border-color css
<style>
span { border-color: #DB664A; }
span { border-color: rgb(219,102,74); }
td.TdClassName
{
border-color: #DB664A;
}
.TagClassName
{
border-color: #DB664A;
}
</style>