Shades of Flamingo #DC5D43
Tints of Flamingo #DC5D43
RGB
CMYK
RGB Variations
Color information
#DC5D43 (or 0xDC5D43) is known color: Flamingo. HEX triplet: DC, 5D and 43. RGB value is (220,93,67). Sum of RGB (Red+Green+Blue) = 220+93+67=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D43 is #23A2BC. Grayscale: #808080. Windows color (decimal): -2335421 or 4414940. OLE color: 4414940.
HSL color Cylindrical-coordinate representation of color #DC5D43: hue angle of 10.2º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5D43 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 67 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.14 |
| HSL | 10.2º | 0.69% | 0.56% | - |
| HSV(B) | 10.2º | 0.7% | 0.86% | - |
| XYZ | 34.44 | 23.45 | 8.02 | - |
| YUV | 128.01 | 93.58 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 67 | 0 | 0.58 | 0.70 | 0.14 | 10.2 | 0.69 | 0.56 |
| Hex | DC | 5D | 43 | 0 | 3A | 46 | E | A | 45 | 38 |
| Octal | 334 | 135 | 103 | 0 | 72 | 106 | 16 | 12 | 105 | 70 |
| Binary | 11011100 | 1011101 | 1000011 | 0 | 111010 | 1000110 | 1110 | 1010 | 1000101 | 111000 |
Color Harmonies of #DC5D43
Complementary color
Monochromatic Colors of #DC5D43
Black with #DC5D43
Text Example
Text Example
White with #DC5D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D43; }
p { color: rgb(220,93,67); }
H1.HeaderClassName
{
color: #DC5D43;
}
.AnyTagClassName
{
color: #DC5D43;
}
</style>
background-color css
<style>
a { background-color: #DC5D43; }
a { background-color: rgb(220,93,67); }
div.DivClassName
{
background-color: #DC5D43;
}
.BgClassName
{
background-color: #DC5D43;
}
</style>
border-color css
<style>
span { border-color: #DC5D43; }
span { border-color: rgb(220,93,67); }
td.TdClassName
{
border-color: #DC5D43;
}
.TagClassName
{
border-color: #DC5D43;
}
</style>