Shades of Flamingo #DC634D
Tints of Flamingo #DC634D
RGB
CMYK
RGB Variations
Color information
#DC634D (or 0xDC634D) is known color: Flamingo. HEX triplet: DC, 63 and 4D. RGB value is (220,99,77). Sum of RGB (Red+Green+Blue) = 220+99+77=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC634D is #239CB2. Grayscale: #848484. Windows color (decimal): -2333875 or 5071836. OLE color: 5071836.
HSL color Cylindrical-coordinate representation of color #DC634D: hue angle of 9.23º 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 #DC634D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 77 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.14 |
| HSL | 9.23º | 0.67% | 0.58% | - |
| HSV(B) | 9.23º | 0.65% | 0.86% | - |
| XYZ | 35.32 | 24.68 | 9.92 | - |
| YUV | 132.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 77 | 0 | 0.55 | 0.65 | 0.14 | 9.23 | 0.67 | 0.58 |
| Hex | DC | 63 | 4D | 0 | 37 | 41 | E | 9 | 43 | 3A |
| Octal | 334 | 143 | 115 | 0 | 67 | 101 | 16 | 11 | 103 | 72 |
| Binary | 11011100 | 1100011 | 1001101 | 0 | 110111 | 1000001 | 1110 | 1001 | 1000011 | 111010 |
Color Harmonies of #DC634D
Complementary color
Monochromatic Colors of #DC634D
Black with #DC634D
Text Example
Text Example
White with #DC634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC634D; }
p { color: rgb(220,99,77); }
H1.HeaderClassName
{
color: #DC634D;
}
.AnyTagClassName
{
color: #DC634D;
}
</style>
background-color css
<style>
a { background-color: #DC634D; }
a { background-color: rgb(220,99,77); }
div.DivClassName
{
background-color: #DC634D;
}
.BgClassName
{
background-color: #DC634D;
}
</style>
border-color css
<style>
span { border-color: #DC634D; }
span { border-color: rgb(220,99,77); }
td.TdClassName
{
border-color: #DC634D;
}
.TagClassName
{
border-color: #DC634D;
}
</style>