Shades of Flamingo #DC654D
Tints of Flamingo #DC654D
RGB
CMYK
RGB Variations
Color information
#DC654D (or 0xDC654D) is known color: Flamingo. HEX triplet: DC, 65 and 4D. RGB value is (220,101,77). Sum of RGB (Red+Green+Blue) = 220+101+77=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC654D is #239AB2. Grayscale: #868686. Windows color (decimal): -2333363 or 5072348. OLE color: 5072348.
HSL color Cylindrical-coordinate representation of color #DC654D: hue angle of 10.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC654D is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 77 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.14 |
| HSL | 10.07º | 0.67% | 0.58% | - |
| HSV(B) | 10.07º | 0.65% | 0.86% | - |
| XYZ | 35.51 | 25.06 | 9.99 | - |
| YUV | 133.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 77 | 0 | 0.54 | 0.65 | 0.14 | 10.07 | 0.67 | 0.58 |
| Hex | DC | 65 | 4D | 0 | 36 | 41 | E | A | 43 | 3A |
| Octal | 334 | 145 | 115 | 0 | 66 | 101 | 16 | 12 | 103 | 72 |
| Binary | 11011100 | 1100101 | 1001101 | 0 | 110110 | 1000001 | 1110 | 1010 | 1000011 | 111010 |
Color Harmonies of #DC654D
Complementary color
Monochromatic Colors of #DC654D
Black with #DC654D
Text Example
Text Example
White with #DC654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC654D; }
p { color: rgb(220,101,77); }
H1.HeaderClassName
{
color: #DC654D;
}
.AnyTagClassName
{
color: #DC654D;
}
</style>
background-color css
<style>
a { background-color: #DC654D; }
a { background-color: rgb(220,101,77); }
div.DivClassName
{
background-color: #DC654D;
}
.BgClassName
{
background-color: #DC654D;
}
</style>
border-color css
<style>
span { border-color: #DC654D; }
span { border-color: rgb(220,101,77); }
td.TdClassName
{
border-color: #DC654D;
}
.TagClassName
{
border-color: #DC654D;
}
</style>