Shades of Flamingo #DC5C45
Tints of Flamingo #DC5C45
RGB
CMYK
RGB Variations
Color information
#DC5C45 (or 0xDC5C45) is known color: Flamingo. HEX triplet: DC, 5C and 45. RGB value is (220,92,69). Sum of RGB (Red+Green+Blue) = 220+92+69=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C45 is #23A3BA. Grayscale: #7F7F7F. Windows color (decimal): -2335675 or 4545756. OLE color: 4545756.
HSL color Cylindrical-coordinate representation of color #DC5C45: hue angle of 9.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5C45 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 69 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.14 |
| HSL | 9.14º | 0.68% | 0.57% | - |
| HSV(B) | 9.14º | 0.69% | 0.86% | - |
| XYZ | 34.42 | 23.3 | 8.31 | - |
| YUV | 127.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 69 | 0 | 0.58 | 0.69 | 0.14 | 9.14 | 0.68 | 0.57 |
| Hex | DC | 5C | 45 | 0 | 3A | 45 | E | 9 | 44 | 39 |
| Octal | 334 | 134 | 105 | 0 | 72 | 105 | 16 | 11 | 104 | 71 |
| Binary | 11011100 | 1011100 | 1000101 | 0 | 111010 | 1000101 | 1110 | 1001 | 1000100 | 111001 |
Color Harmonies of #DC5C45
Complementary color
Monochromatic Colors of #DC5C45
Black with #DC5C45
Text Example
Text Example
White with #DC5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C45; }
p { color: rgb(220,92,69); }
H1.HeaderClassName
{
color: #DC5C45;
}
.AnyTagClassName
{
color: #DC5C45;
}
</style>
background-color css
<style>
a { background-color: #DC5C45; }
a { background-color: rgb(220,92,69); }
div.DivClassName
{
background-color: #DC5C45;
}
.BgClassName
{
background-color: #DC5C45;
}
</style>
border-color css
<style>
span { border-color: #DC5C45; }
span { border-color: rgb(220,92,69); }
td.TdClassName
{
border-color: #DC5C45;
}
.TagClassName
{
border-color: #DC5C45;
}
</style>