Shades of Flamingo #DC6856
Tints of Flamingo #DC6856
RGB
CMYK
RGB Variations
Color information
#DC6856 (or 0xDC6856) is known color: Flamingo. HEX triplet: DC, 68 and 56. RGB value is (220,104,86). Sum of RGB (Red+Green+Blue) = 220+104+86=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6856 is #2397A9. Grayscale: #888888. Windows color (decimal): -2332586 or 5662940. OLE color: 5662940.
HSL color Cylindrical-coordinate representation of color #DC6856: hue angle of 8.06º 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 #DC6856 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 86 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.14 |
| HSL | 8.06º | 0.66% | 0.6% | - |
| HSV(B) | 8.06º | 0.61% | 0.86% | - |
| XYZ | 36.15 | 25.79 | 11.88 | - |
| YUV | 136.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 86 | 0 | 0.53 | 0.61 | 0.14 | 8.06 | 0.66 | 0.6 |
| Hex | DC | 68 | 56 | 0 | 35 | 3D | E | 8 | 42 | 3C |
| Octal | 334 | 150 | 126 | 0 | 65 | 75 | 16 | 10 | 102 | 74 |
| Binary | 11011100 | 1101000 | 1010110 | 0 | 110101 | 111101 | 1110 | 1000 | 1000010 | 111100 |
Color Harmonies of #DC6856
Complementary color
Monochromatic Colors of #DC6856
Black with #DC6856
Text Example
Text Example
White with #DC6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6856; }
p { color: rgb(220,104,86); }
H1.HeaderClassName
{
color: #DC6856;
}
.AnyTagClassName
{
color: #DC6856;
}
</style>
background-color css
<style>
a { background-color: #DC6856; }
a { background-color: rgb(220,104,86); }
div.DivClassName
{
background-color: #DC6856;
}
.BgClassName
{
background-color: #DC6856;
}
</style>
border-color css
<style>
span { border-color: #DC6856; }
span { border-color: rgb(220,104,86); }
td.TdClassName
{
border-color: #DC6856;
}
.TagClassName
{
border-color: #DC6856;
}
</style>