Shades of Flamingo #DC6655
Tints of Flamingo #DC6655
RGB
CMYK
RGB Variations
Color information
#DC6655 (or 0xDC6655) is known color: Flamingo. HEX triplet: DC, 66 and 55. RGB value is (220,102,85). Sum of RGB (Red+Green+Blue) = 220+102+85=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6655 is #2399AA. Grayscale: #878787. Windows color (decimal): -2333099 or 5596892. OLE color: 5596892.
HSL color Cylindrical-coordinate representation of color #DC6655: hue angle of 7.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC6655 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 85 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.14 |
| HSL | 7.56º | 0.66% | 0.6% | - |
| HSV(B) | 7.56º | 0.61% | 0.86% | - |
| XYZ | 35.91 | 25.37 | 11.6 | - |
| YUV | 135.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 85 | 0 | 0.54 | 0.61 | 0.14 | 7.56 | 0.66 | 0.6 |
| Hex | DC | 66 | 55 | 0 | 36 | 3D | E | 8 | 42 | 3C |
| Octal | 334 | 146 | 125 | 0 | 66 | 75 | 16 | 10 | 102 | 74 |
| Binary | 11011100 | 1100110 | 1010101 | 0 | 110110 | 111101 | 1110 | 1000 | 1000010 | 111100 |
Color Harmonies of #DC6655
Complementary color
Monochromatic Colors of #DC6655
Black with #DC6655
Text Example
Text Example
White with #DC6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6655; }
p { color: rgb(220,102,85); }
H1.HeaderClassName
{
color: #DC6655;
}
.AnyTagClassName
{
color: #DC6655;
}
</style>
background-color css
<style>
a { background-color: #DC6655; }
a { background-color: rgb(220,102,85); }
div.DivClassName
{
background-color: #DC6655;
}
.BgClassName
{
background-color: #DC6655;
}
</style>
border-color css
<style>
span { border-color: #DC6655; }
span { border-color: rgb(220,102,85); }
td.TdClassName
{
border-color: #DC6655;
}
.TagClassName
{
border-color: #DC6655;
}
</style>