Shades of Flamingo #DC6847
Tints of Flamingo #DC6847
RGB
CMYK
RGB Variations
Color information
#DC6847 (or 0xDC6847) is known color: Flamingo. HEX triplet: DC, 68 and 47. RGB value is (220,104,71). Sum of RGB (Red+Green+Blue) = 220+104+71=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6847 is #2397B8. Grayscale: #878787. Windows color (decimal): -2332601 or 4679900. OLE color: 4679900.
HSL color Cylindrical-coordinate representation of color #DC6847: hue angle of 13.29º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC6847 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 71 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.14 |
| HSL | 13.29º | 0.68% | 0.57% | - |
| HSV(B) | 13.29º | 0.68% | 0.86% | - |
| XYZ | 35.6 | 25.57 | 9.02 | - |
| YUV | 134.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 71 | 0 | 0.53 | 0.68 | 0.14 | 13.29 | 0.68 | 0.57 |
| Hex | DC | 68 | 47 | 0 | 35 | 44 | E | D | 44 | 39 |
| Octal | 334 | 150 | 107 | 0 | 65 | 104 | 16 | 15 | 104 | 71 |
| Binary | 11011100 | 1101000 | 1000111 | 0 | 110101 | 1000100 | 1110 | 1101 | 1000100 | 111001 |
Color Harmonies of #DC6847
Complementary color
Monochromatic Colors of #DC6847
Black with #DC6847
Text Example
Text Example
White with #DC6847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6847; }
p { color: rgb(220,104,71); }
H1.HeaderClassName
{
color: #DC6847;
}
.AnyTagClassName
{
color: #DC6847;
}
</style>
background-color css
<style>
a { background-color: #DC6847; }
a { background-color: rgb(220,104,71); }
div.DivClassName
{
background-color: #DC6847;
}
.BgClassName
{
background-color: #DC6847;
}
</style>
border-color css
<style>
span { border-color: #DC6847; }
span { border-color: rgb(220,104,71); }
td.TdClassName
{
border-color: #DC6847;
}
.TagClassName
{
border-color: #DC6847;
}
</style>