Shades of Flamingo #DC5D48
Tints of Flamingo #DC5D48
RGB
CMYK
RGB Variations
Color information
#DC5D48 (or 0xDC5D48) is known color: Flamingo. HEX triplet: DC, 5D and 48. RGB value is (220,93,72). Sum of RGB (Red+Green+Blue) = 220+93+72=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D48 is #23A2B7. Grayscale: #808080. Windows color (decimal): -2335416 or 4742620. OLE color: 4742620.
HSL color Cylindrical-coordinate representation of color #DC5D48: hue angle of 8.51º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC5D48 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 72 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.14 |
| HSL | 8.51º | 0.68% | 0.57% | - |
| HSV(B) | 8.51º | 0.67% | 0.86% | - |
| XYZ | 34.6 | 23.51 | 8.85 | - |
| YUV | 128.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 72 | 0 | 0.58 | 0.67 | 0.14 | 8.51 | 0.68 | 0.57 |
| Hex | DC | 5D | 48 | 0 | 3A | 43 | E | 9 | 44 | 39 |
| Octal | 334 | 135 | 110 | 0 | 72 | 103 | 16 | 11 | 104 | 71 |
| Binary | 11011100 | 1011101 | 1001000 | 0 | 111010 | 1000011 | 1110 | 1001 | 1000100 | 111001 |
Color Harmonies of #DC5D48
Complementary color
Monochromatic Colors of #DC5D48
Black with #DC5D48
Text Example
Text Example
White with #DC5D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D48; }
p { color: rgb(220,93,72); }
H1.HeaderClassName
{
color: #DC5D48;
}
.AnyTagClassName
{
color: #DC5D48;
}
</style>
background-color css
<style>
a { background-color: #DC5D48; }
a { background-color: rgb(220,93,72); }
div.DivClassName
{
background-color: #DC5D48;
}
.BgClassName
{
background-color: #DC5D48;
}
</style>
border-color css
<style>
span { border-color: #DC5D48; }
span { border-color: rgb(220,93,72); }
td.TdClassName
{
border-color: #DC5D48;
}
.TagClassName
{
border-color: #DC5D48;
}
</style>