Shades of Flamingo #DC6546
Tints of Flamingo #DC6546
RGB
CMYK
RGB Variations
Color information
#DC6546 (or 0xDC6546) is known color: Flamingo. HEX triplet: DC, 65 and 46. RGB value is (220,101,70). Sum of RGB (Red+Green+Blue) = 220+101+70=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6546 is #239AB9. Grayscale: #858585. Windows color (decimal): -2333370 or 4613596. OLE color: 4613596.
HSL color Cylindrical-coordinate representation of color #DC6546: hue angle of 12.4º 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 #DC6546 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 70 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.14 |
| HSL | 12.4º | 0.68% | 0.57% | - |
| HSV(B) | 12.4º | 0.68% | 0.86% | - |
| XYZ | 35.27 | 24.97 | 8.75 | - |
| YUV | 133.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 70 | 0 | 0.54 | 0.68 | 0.14 | 12.4 | 0.68 | 0.57 |
| Hex | DC | 65 | 46 | 0 | 36 | 44 | E | C | 44 | 39 |
| Octal | 334 | 145 | 106 | 0 | 66 | 104 | 16 | 14 | 104 | 71 |
| Binary | 11011100 | 1100101 | 1000110 | 0 | 110110 | 1000100 | 1110 | 1100 | 1000100 | 111001 |
Color Harmonies of #DC6546
Complementary color
Monochromatic Colors of #DC6546
Black with #DC6546
Text Example
Text Example
White with #DC6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6546; }
p { color: rgb(220,101,70); }
H1.HeaderClassName
{
color: #DC6546;
}
.AnyTagClassName
{
color: #DC6546;
}
</style>
background-color css
<style>
a { background-color: #DC6546; }
a { background-color: rgb(220,101,70); }
div.DivClassName
{
background-color: #DC6546;
}
.BgClassName
{
background-color: #DC6546;
}
</style>
border-color css
<style>
span { border-color: #DC6546; }
span { border-color: rgb(220,101,70); }
td.TdClassName
{
border-color: #DC6546;
}
.TagClassName
{
border-color: #DC6546;
}
</style>