Shades of Flamingo #DC6651
Tints of Flamingo #DC6651
RGB
CMYK
RGB Variations
Color information
#DC6651 (or 0xDC6651) is known color: Flamingo. HEX triplet: DC, 66 and 51. RGB value is (220,102,81). Sum of RGB (Red+Green+Blue) = 220+102+81=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6651 is #2399AE. Grayscale: #878787. Windows color (decimal): -2333103 or 5334748. OLE color: 5334748.
HSL color Cylindrical-coordinate representation of color #DC6651: hue angle of 9.06º 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 #DC6651 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 81 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.14 |
| HSL | 9.06º | 0.67% | 0.59% | - |
| HSV(B) | 9.06º | 0.63% | 0.86% | - |
| XYZ | 35.75 | 25.31 | 10.79 | - |
| YUV | 134.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 81 | 0 | 0.54 | 0.63 | 0.14 | 9.06 | 0.67 | 0.59 |
| Hex | DC | 66 | 51 | 0 | 36 | 3F | E | 9 | 43 | 3B |
| Octal | 334 | 146 | 121 | 0 | 66 | 77 | 16 | 11 | 103 | 73 |
| Binary | 11011100 | 1100110 | 1010001 | 0 | 110110 | 111111 | 1110 | 1001 | 1000011 | 111011 |
Color Harmonies of #DC6651
Complementary color
Monochromatic Colors of #DC6651
Black with #DC6651
Text Example
Text Example
White with #DC6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6651; }
p { color: rgb(220,102,81); }
H1.HeaderClassName
{
color: #DC6651;
}
.AnyTagClassName
{
color: #DC6651;
}
</style>
background-color css
<style>
a { background-color: #DC6651; }
a { background-color: rgb(220,102,81); }
div.DivClassName
{
background-color: #DC6651;
}
.BgClassName
{
background-color: #DC6651;
}
</style>
border-color css
<style>
span { border-color: #DC6651; }
span { border-color: rgb(220,102,81); }
td.TdClassName
{
border-color: #DC6651;
}
.TagClassName
{
border-color: #DC6651;
}
</style>