Shades of Flamingo #DC6656
Tints of Flamingo #DC6656
RGB
CMYK
RGB Variations
Color information
#DC6656 (or 0xDC6656) is known color: Flamingo. HEX triplet: DC, 66 and 56. RGB value is (220,102,86). Sum of RGB (Red+Green+Blue) = 220+102+86=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6656 is #2399A9. Grayscale: #878787. Windows color (decimal): -2333098 or 5662428. OLE color: 5662428.
HSL color Cylindrical-coordinate representation of color #DC6656: hue angle of 7.16º 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 #DC6656 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 86 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.14 |
| HSL | 7.16º | 0.66% | 0.6% | - |
| HSV(B) | 7.16º | 0.61% | 0.86% | - |
| XYZ | 35.95 | 25.39 | 11.81 | - |
| YUV | 135.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 86 | 0 | 0.54 | 0.61 | 0.14 | 7.16 | 0.66 | 0.6 |
| Hex | DC | 66 | 56 | 0 | 36 | 3D | E | 7 | 42 | 3C |
| Octal | 334 | 146 | 126 | 0 | 66 | 75 | 16 | 7 | 102 | 74 |
| Binary | 11011100 | 1100110 | 1010110 | 0 | 110110 | 111101 | 1110 | 111 | 1000010 | 111100 |
Color Harmonies of #DC6656
Complementary color
Monochromatic Colors of #DC6656
Black with #DC6656
Text Example
Text Example
White with #DC6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6656; }
p { color: rgb(220,102,86); }
H1.HeaderClassName
{
color: #DC6656;
}
.AnyTagClassName
{
color: #DC6656;
}
</style>
background-color css
<style>
a { background-color: #DC6656; }
a { background-color: rgb(220,102,86); }
div.DivClassName
{
background-color: #DC6656;
}
.BgClassName
{
background-color: #DC6656;
}
</style>
border-color css
<style>
span { border-color: #DC6656; }
span { border-color: rgb(220,102,86); }
td.TdClassName
{
border-color: #DC6656;
}
.TagClassName
{
border-color: #DC6656;
}
</style>