Shades of Flamingo #DC5D53
Tints of Flamingo #DC5D53
RGB
CMYK
RGB Variations
Color information
#DC5D53 (or 0xDC5D53) is known color: Flamingo. HEX triplet: DC, 5D and 53. RGB value is (220,93,83). Sum of RGB (Red+Green+Blue) = 220+93+83=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D53 is #23A2AC. Grayscale: #828282. Windows color (decimal): -2335405 or 5463516. OLE color: 5463516.
HSL color Cylindrical-coordinate representation of color #DC5D53: hue angle of 4.38º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5D53 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 83 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.14 |
| HSL | 4.38º | 0.66% | 0.59% | - |
| HSV(B) | 4.38º | 0.62% | 0.86% | - |
| XYZ | 34.99 | 23.67 | 10.91 | - |
| YUV | 129.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 83 | 0 | 0.58 | 0.62 | 0.14 | 4.38 | 0.66 | 0.59 |
| Hex | DC | 5D | 53 | 0 | 3A | 3E | E | 4 | 42 | 3B |
| Octal | 334 | 135 | 123 | 0 | 72 | 76 | 16 | 4 | 102 | 73 |
| Binary | 11011100 | 1011101 | 1010011 | 0 | 111010 | 111110 | 1110 | 100 | 1000010 | 111011 |
Color Harmonies of #DC5D53
Complementary color
Monochromatic Colors of #DC5D53
Black with #DC5D53
Text Example
Text Example
White with #DC5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D53; }
p { color: rgb(220,93,83); }
H1.HeaderClassName
{
color: #DC5D53;
}
.AnyTagClassName
{
color: #DC5D53;
}
</style>
background-color css
<style>
a { background-color: #DC5D53; }
a { background-color: rgb(220,93,83); }
div.DivClassName
{
background-color: #DC5D53;
}
.BgClassName
{
background-color: #DC5D53;
}
</style>
border-color css
<style>
span { border-color: #DC5D53; }
span { border-color: rgb(220,93,83); }
td.TdClassName
{
border-color: #DC5D53;
}
.TagClassName
{
border-color: #DC5D53;
}
</style>