Shades of Flamingo #DC664E
Tints of Flamingo #DC664E
RGB
CMYK
RGB Variations
Color information
#DC664E (or 0xDC664E) is known color: Flamingo. HEX triplet: DC, 66 and 4E. RGB value is (220,102,78). Sum of RGB (Red+Green+Blue) = 220+102+78=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC664E is #2399B1. Grayscale: #868686. Windows color (decimal): -2333106 or 5138140. OLE color: 5138140.
HSL color Cylindrical-coordinate representation of color #DC664E: hue angle of 10.14º 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 #DC664E is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 78 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.14 |
| HSL | 10.14º | 0.67% | 0.58% | - |
| HSV(B) | 10.14º | 0.65% | 0.86% | - |
| XYZ | 35.64 | 25.27 | 10.21 | - |
| YUV | 134.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 78 | 0 | 0.54 | 0.65 | 0.14 | 10.14 | 0.67 | 0.58 |
| Hex | DC | 66 | 4E | 0 | 36 | 41 | E | A | 43 | 3A |
| Octal | 334 | 146 | 116 | 0 | 66 | 101 | 16 | 12 | 103 | 72 |
| Binary | 11011100 | 1100110 | 1001110 | 0 | 110110 | 1000001 | 1110 | 1010 | 1000011 | 111010 |
Color Harmonies of #DC664E
Complementary color
Monochromatic Colors of #DC664E
Black with #DC664E
Text Example
Text Example
White with #DC664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC664E; }
p { color: rgb(220,102,78); }
H1.HeaderClassName
{
color: #DC664E;
}
.AnyTagClassName
{
color: #DC664E;
}
</style>
background-color css
<style>
a { background-color: #DC664E; }
a { background-color: rgb(220,102,78); }
div.DivClassName
{
background-color: #DC664E;
}
.BgClassName
{
background-color: #DC664E;
}
</style>
border-color css
<style>
span { border-color: #DC664E; }
span { border-color: rgb(220,102,78); }
td.TdClassName
{
border-color: #DC664E;
}
.TagClassName
{
border-color: #DC664E;
}
</style>