Shades of Flamingo #DC6047
Tints of Flamingo #DC6047
RGB
CMYK
RGB Variations
Color information
#DC6047 (or 0xDC6047) is known color: Flamingo. HEX triplet: DC, 60 and 47. RGB value is (220,96,71). Sum of RGB (Red+Green+Blue) = 220+96+71=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6047 is #239FB8. Grayscale: #828282. Windows color (decimal): -2334649 or 4677852. OLE color: 4677852.
HSL color Cylindrical-coordinate representation of color #DC6047: hue angle of 10.07º 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 #DC6047 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 71 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.14 |
| HSL | 10.07º | 0.68% | 0.57% | - |
| HSV(B) | 10.07º | 0.68% | 0.86% | - |
| XYZ | 34.84 | 24.04 | 8.76 | - |
| YUV | 130.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 71 | 0 | 0.56 | 0.68 | 0.14 | 10.07 | 0.68 | 0.57 |
| Hex | DC | 60 | 47 | 0 | 38 | 44 | E | A | 44 | 39 |
| Octal | 334 | 140 | 107 | 0 | 70 | 104 | 16 | 12 | 104 | 71 |
| Binary | 11011100 | 1100000 | 1000111 | 0 | 111000 | 1000100 | 1110 | 1010 | 1000100 | 111001 |
Color Harmonies of #DC6047
Complementary color
Monochromatic Colors of #DC6047
Black with #DC6047
Text Example
Text Example
White with #DC6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6047; }
p { color: rgb(220,96,71); }
H1.HeaderClassName
{
color: #DC6047;
}
.AnyTagClassName
{
color: #DC6047;
}
</style>
background-color css
<style>
a { background-color: #DC6047; }
a { background-color: rgb(220,96,71); }
div.DivClassName
{
background-color: #DC6047;
}
.BgClassName
{
background-color: #DC6047;
}
</style>
border-color css
<style>
span { border-color: #DC6047; }
span { border-color: rgb(220,96,71); }
td.TdClassName
{
border-color: #DC6047;
}
.TagClassName
{
border-color: #DC6047;
}
</style>