Shades of Flamingo #DC6554
Tints of Flamingo #DC6554
RGB
CMYK
RGB Variations
Color information
#DC6554 (or 0xDC6554) is known color: Flamingo. HEX triplet: DC, 65 and 54. RGB value is (220,101,84). Sum of RGB (Red+Green+Blue) = 220+101+84=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6554 is #239AAB. Grayscale: #868686. Windows color (decimal): -2333356 or 5531100. OLE color: 5531100.
HSL color Cylindrical-coordinate representation of color #DC6554: hue angle of 7.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC6554 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 84 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.14 |
| HSL | 7.5º | 0.66% | 0.6% | - |
| HSV(B) | 7.5º | 0.62% | 0.86% | - |
| XYZ | 35.77 | 25.16 | 11.36 | - |
| YUV | 134.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 84 | 0 | 0.54 | 0.62 | 0.14 | 7.5 | 0.66 | 0.6 |
| Hex | DC | 65 | 54 | 0 | 36 | 3E | E | 8 | 42 | 3C |
| Octal | 334 | 145 | 124 | 0 | 66 | 76 | 16 | 10 | 102 | 74 |
| Binary | 11011100 | 1100101 | 1010100 | 0 | 110110 | 111110 | 1110 | 1000 | 1000010 | 111100 |
Color Harmonies of #DC6554
Complementary color
Monochromatic Colors of #DC6554
Black with #DC6554
Text Example
Text Example
White with #DC6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6554; }
p { color: rgb(220,101,84); }
H1.HeaderClassName
{
color: #DC6554;
}
.AnyTagClassName
{
color: #DC6554;
}
</style>
background-color css
<style>
a { background-color: #DC6554; }
a { background-color: rgb(220,101,84); }
div.DivClassName
{
background-color: #DC6554;
}
.BgClassName
{
background-color: #DC6554;
}
</style>
border-color css
<style>
span { border-color: #DC6554; }
span { border-color: rgb(220,101,84); }
td.TdClassName
{
border-color: #DC6554;
}
.TagClassName
{
border-color: #DC6554;
}
</style>