Shades of Flamingo #DC6551
Tints of Flamingo #DC6551
RGB
CMYK
RGB Variations
Color information
#DC6551 (or 0xDC6551) is known color: Flamingo. HEX triplet: DC, 65 and 51. RGB value is (220,101,81). Sum of RGB (Red+Green+Blue) = 220+101+81=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6551 is #239AAE. Grayscale: #868686. Windows color (decimal): -2333359 or 5334492. OLE color: 5334492.
HSL color Cylindrical-coordinate representation of color #DC6551: hue angle of 8.63º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC6551 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 81 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.14 |
| HSL | 8.63º | 0.67% | 0.59% | - |
| HSV(B) | 8.63º | 0.63% | 0.86% | - |
| XYZ | 35.65 | 25.12 | 10.75 | - |
| YUV | 134.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 81 | 0 | 0.54 | 0.63 | 0.14 | 8.63 | 0.67 | 0.59 |
| Hex | DC | 65 | 51 | 0 | 36 | 3F | E | 9 | 43 | 3B |
| Octal | 334 | 145 | 121 | 0 | 66 | 77 | 16 | 11 | 103 | 73 |
| Binary | 11011100 | 1100101 | 1010001 | 0 | 110110 | 111111 | 1110 | 1001 | 1000011 | 111011 |
Color Harmonies of #DC6551
Complementary color
Monochromatic Colors of #DC6551
Black with #DC6551
Text Example
Text Example
White with #DC6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6551; }
p { color: rgb(220,101,81); }
H1.HeaderClassName
{
color: #DC6551;
}
.AnyTagClassName
{
color: #DC6551;
}
</style>
background-color css
<style>
a { background-color: #DC6551; }
a { background-color: rgb(220,101,81); }
div.DivClassName
{
background-color: #DC6551;
}
.BgClassName
{
background-color: #DC6551;
}
</style>
border-color css
<style>
span { border-color: #DC6551; }
span { border-color: rgb(220,101,81); }
td.TdClassName
{
border-color: #DC6551;
}
.TagClassName
{
border-color: #DC6551;
}
</style>