Shades of Flamingo #DC644E
Tints of Flamingo #DC644E
RGB
CMYK
RGB Variations
Color information
#DC644E (or 0xDC644E) is known color: Flamingo. HEX triplet: DC, 64 and 4E. RGB value is (220,100,78). Sum of RGB (Red+Green+Blue) = 220+100+78=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC644E is #239BB1. Grayscale: #858585. Windows color (decimal): -2333618 or 5137628. OLE color: 5137628.
HSL color Cylindrical-coordinate representation of color #DC644E: hue angle of 9.3º 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 #DC644E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 78 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.14 |
| HSL | 9.3º | 0.67% | 0.58% | - |
| HSV(B) | 9.3º | 0.65% | 0.86% | - |
| XYZ | 35.45 | 24.88 | 10.14 | - |
| YUV | 133.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 78 | 0 | 0.55 | 0.65 | 0.14 | 9.3 | 0.67 | 0.58 |
| Hex | DC | 64 | 4E | 0 | 37 | 41 | E | 9 | 43 | 3A |
| Octal | 334 | 144 | 116 | 0 | 67 | 101 | 16 | 11 | 103 | 72 |
| Binary | 11011100 | 1100100 | 1001110 | 0 | 110111 | 1000001 | 1110 | 1001 | 1000011 | 111010 |
Color Harmonies of #DC644E
Complementary color
Monochromatic Colors of #DC644E
Black with #DC644E
Text Example
Text Example
White with #DC644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC644E; }
p { color: rgb(220,100,78); }
H1.HeaderClassName
{
color: #DC644E;
}
.AnyTagClassName
{
color: #DC644E;
}
</style>
background-color css
<style>
a { background-color: #DC644E; }
a { background-color: rgb(220,100,78); }
div.DivClassName
{
background-color: #DC644E;
}
.BgClassName
{
background-color: #DC644E;
}
</style>
border-color css
<style>
span { border-color: #DC644E; }
span { border-color: rgb(220,100,78); }
td.TdClassName
{
border-color: #DC644E;
}
.TagClassName
{
border-color: #DC644E;
}
</style>