Shades of Flamingo #DC6553
Tints of Flamingo #DC6553
RGB
CMYK
RGB Variations
Color information
#DC6553 (or 0xDC6553) is known color: Flamingo. HEX triplet: DC, 65 and 53. RGB value is (220,101,83). Sum of RGB (Red+Green+Blue) = 220+101+83=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6553 is #239AAC. Grayscale: #868686. Windows color (decimal): -2333357 or 5465564. OLE color: 5465564.
HSL color Cylindrical-coordinate representation of color #DC6553: hue angle of 7.88º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC6553 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 83 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.14 |
| HSL | 7.88º | 0.66% | 0.59% | - |
| HSV(B) | 7.88º | 0.62% | 0.86% | - |
| XYZ | 35.73 | 25.15 | 11.15 | - |
| YUV | 134.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 83 | 0 | 0.54 | 0.62 | 0.14 | 7.88 | 0.66 | 0.59 |
| Hex | DC | 65 | 53 | 0 | 36 | 3E | E | 8 | 42 | 3B |
| Octal | 334 | 145 | 123 | 0 | 66 | 76 | 16 | 10 | 102 | 73 |
| Binary | 11011100 | 1100101 | 1010011 | 0 | 110110 | 111110 | 1110 | 1000 | 1000010 | 111011 |
Color Harmonies of #DC6553
Complementary color
Monochromatic Colors of #DC6553
Black with #DC6553
Text Example
Text Example
White with #DC6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6553; }
p { color: rgb(220,101,83); }
H1.HeaderClassName
{
color: #DC6553;
}
.AnyTagClassName
{
color: #DC6553;
}
</style>
background-color css
<style>
a { background-color: #DC6553; }
a { background-color: rgb(220,101,83); }
div.DivClassName
{
background-color: #DC6553;
}
.BgClassName
{
background-color: #DC6553;
}
</style>
border-color css
<style>
span { border-color: #DC6553; }
span { border-color: rgb(220,101,83); }
td.TdClassName
{
border-color: #DC6553;
}
.TagClassName
{
border-color: #DC6553;
}
</style>