Shades of Flamingo #DC634E
Tints of Flamingo #DC634E
RGB
CMYK
RGB Variations
Color information
#DC634E (or 0xDC634E) is known color: Flamingo. HEX triplet: DC, 63 and 4E. RGB value is (220,99,78). Sum of RGB (Red+Green+Blue) = 220+99+78=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC634E is #239CB1. Grayscale: #848484. Windows color (decimal): -2333874 or 5137372. OLE color: 5137372.
HSL color Cylindrical-coordinate representation of color #DC634E: hue angle of 8.87º 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 #DC634E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 78 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.14 |
| HSL | 8.87º | 0.67% | 0.58% | - |
| HSV(B) | 8.87º | 0.65% | 0.86% | - |
| XYZ | 35.35 | 24.69 | 10.11 | - |
| YUV | 132.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 78 | 0 | 0.55 | 0.65 | 0.14 | 8.87 | 0.67 | 0.58 |
| Hex | DC | 63 | 4E | 0 | 37 | 41 | E | 9 | 43 | 3A |
| Octal | 334 | 143 | 116 | 0 | 67 | 101 | 16 | 11 | 103 | 72 |
| Binary | 11011100 | 1100011 | 1001110 | 0 | 110111 | 1000001 | 1110 | 1001 | 1000011 | 111010 |
Color Harmonies of #DC634E
Complementary color
Monochromatic Colors of #DC634E
Black with #DC634E
Text Example
Text Example
White with #DC634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC634E; }
p { color: rgb(220,99,78); }
H1.HeaderClassName
{
color: #DC634E;
}
.AnyTagClassName
{
color: #DC634E;
}
</style>
background-color css
<style>
a { background-color: #DC634E; }
a { background-color: rgb(220,99,78); }
div.DivClassName
{
background-color: #DC634E;
}
.BgClassName
{
background-color: #DC634E;
}
</style>
border-color css
<style>
span { border-color: #DC634E; }
span { border-color: rgb(220,99,78); }
td.TdClassName
{
border-color: #DC634E;
}
.TagClassName
{
border-color: #DC634E;
}
</style>