Shades of Flamingo #DC6355
Tints of Flamingo #DC6355
RGB
CMYK
RGB Variations
Color information
#DC6355 (or 0xDC6355) is known color: Flamingo. HEX triplet: DC, 63 and 55. RGB value is (220,99,85). Sum of RGB (Red+Green+Blue) = 220+99+85=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6355 is #239CAA. Grayscale: #858585. Windows color (decimal): -2333867 or 5596124. OLE color: 5596124.
HSL color Cylindrical-coordinate representation of color #DC6355: hue angle of 6.22º 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 #DC6355 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 85 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.14 |
| HSL | 6.22º | 0.66% | 0.6% | - |
| HSV(B) | 6.22º | 0.61% | 0.86% | - |
| XYZ | 35.62 | 24.8 | 11.5 | - |
| YUV | 133.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 85 | 0 | 0.55 | 0.61 | 0.14 | 6.22 | 0.66 | 0.6 |
| Hex | DC | 63 | 55 | 0 | 37 | 3D | E | 6 | 42 | 3C |
| Octal | 334 | 143 | 125 | 0 | 67 | 75 | 16 | 6 | 102 | 74 |
| Binary | 11011100 | 1100011 | 1010101 | 0 | 110111 | 111101 | 1110 | 110 | 1000010 | 111100 |
Color Harmonies of #DC6355
Complementary color
Monochromatic Colors of #DC6355
Black with #DC6355
Text Example
Text Example
White with #DC6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6355; }
p { color: rgb(220,99,85); }
H1.HeaderClassName
{
color: #DC6355;
}
.AnyTagClassName
{
color: #DC6355;
}
</style>
background-color css
<style>
a { background-color: #DC6355; }
a { background-color: rgb(220,99,85); }
div.DivClassName
{
background-color: #DC6355;
}
.BgClassName
{
background-color: #DC6355;
}
</style>
border-color css
<style>
span { border-color: #DC6355; }
span { border-color: rgb(220,99,85); }
td.TdClassName
{
border-color: #DC6355;
}
.TagClassName
{
border-color: #DC6355;
}
</style>