Shades of Flamingo #DC6550
Tints of Flamingo #DC6550
RGB
CMYK
RGB Variations
Color information
#DC6550 (or 0xDC6550) is known color: Flamingo. HEX triplet: DC, 65 and 50. RGB value is (220,101,80). Sum of RGB (Red+Green+Blue) = 220+101+80=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6550 is #239AAF. Grayscale: #868686. Windows color (decimal): -2333360 or 5268956. OLE color: 5268956.
HSL color Cylindrical-coordinate representation of color #DC6550: hue angle of 9º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC6550 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 80 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.14 |
| HSL | 9º | 0.67% | 0.59% | - |
| HSV(B) | 9º | 0.64% | 0.86% | - |
| XYZ | 35.62 | 25.1 | 10.56 | - |
| YUV | 134.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 80 | 0 | 0.54 | 0.64 | 0.14 | 9 | 0.67 | 0.59 |
| Hex | DC | 65 | 50 | 0 | 36 | 40 | E | 9 | 43 | 3B |
| Octal | 334 | 145 | 120 | 0 | 66 | 100 | 16 | 11 | 103 | 73 |
| Binary | 11011100 | 1100101 | 1010000 | 0 | 110110 | 1000000 | 1110 | 1001 | 1000011 | 111011 |
Color Harmonies of #DC6550
Complementary color
Monochromatic Colors of #DC6550
Black with #DC6550
Text Example
Text Example
White with #DC6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6550; }
p { color: rgb(220,101,80); }
H1.HeaderClassName
{
color: #DC6550;
}
.AnyTagClassName
{
color: #DC6550;
}
</style>
background-color css
<style>
a { background-color: #DC6550; }
a { background-color: rgb(220,101,80); }
div.DivClassName
{
background-color: #DC6550;
}
.BgClassName
{
background-color: #DC6550;
}
</style>
border-color css
<style>
span { border-color: #DC6550; }
span { border-color: rgb(220,101,80); }
td.TdClassName
{
border-color: #DC6550;
}
.TagClassName
{
border-color: #DC6550;
}
</style>