Shades of Flamingo #DC5B45
Tints of Flamingo #DC5B45
RGB
CMYK
RGB Variations
Color information
#DC5B45 (or 0xDC5B45) is known color: Flamingo. HEX triplet: DC, 5B and 45. RGB value is (220,91,69). Sum of RGB (Red+Green+Blue) = 220+91+69=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B45 is #23A4BA. Grayscale: #7F7F7F. Windows color (decimal): -2335931 or 4545500. OLE color: 4545500.
HSL color Cylindrical-coordinate representation of color #DC5B45: hue angle of 8.74º 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 #DC5B45 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 69 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.14 |
| HSL | 8.74º | 0.68% | 0.57% | - |
| HSV(B) | 8.74º | 0.69% | 0.86% | - |
| XYZ | 34.33 | 23.13 | 8.28 | - |
| YUV | 127.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 69 | 0 | 0.59 | 0.69 | 0.14 | 8.74 | 0.68 | 0.57 |
| Hex | DC | 5B | 45 | 0 | 3B | 45 | E | 9 | 44 | 39 |
| Octal | 334 | 133 | 105 | 0 | 73 | 105 | 16 | 11 | 104 | 71 |
| Binary | 11011100 | 1011011 | 1000101 | 0 | 111011 | 1000101 | 1110 | 1001 | 1000100 | 111001 |
Color Harmonies of #DC5B45
Complementary color
Monochromatic Colors of #DC5B45
Black with #DC5B45
Text Example
Text Example
White with #DC5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B45; }
p { color: rgb(220,91,69); }
H1.HeaderClassName
{
color: #DC5B45;
}
.AnyTagClassName
{
color: #DC5B45;
}
</style>
background-color css
<style>
a { background-color: #DC5B45; }
a { background-color: rgb(220,91,69); }
div.DivClassName
{
background-color: #DC5B45;
}
.BgClassName
{
background-color: #DC5B45;
}
</style>
border-color css
<style>
span { border-color: #DC5B45; }
span { border-color: rgb(220,91,69); }
td.TdClassName
{
border-color: #DC5B45;
}
.TagClassName
{
border-color: #DC5B45;
}
</style>