Shades of Flamingo #DD5B45
Tints of Flamingo #DD5B45
RGB
CMYK
RGB Variations
Color information
#DD5B45 (or 0xDD5B45) is known color: Flamingo. HEX triplet: DD, 5B and 45. RGB value is (221,91,69). Sum of RGB (Red+Green+Blue) = 221+91+69=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B45 is #22A4BA. Grayscale: #7F7F7F. Windows color (decimal): -2270395 or 4545501. OLE color: 4545501.
HSL color Cylindrical-coordinate representation of color #DD5B45: hue angle of 8.68º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD5B45 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 69 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.13 |
| HSL | 8.68º | 0.69% | 0.57% | - |
| HSV(B) | 8.68º | 0.69% | 0.87% | - |
| XYZ | 34.63 | 23.28 | 8.3 | - |
| YUV | 127.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 69 | 0 | 0.59 | 0.69 | 0.13 | 8.68 | 0.69 | 0.57 |
| Hex | DD | 5B | 45 | 0 | 3B | 45 | D | 9 | 45 | 39 |
| Octal | 335 | 133 | 105 | 0 | 73 | 105 | 15 | 11 | 105 | 71 |
| Binary | 11011101 | 1011011 | 1000101 | 0 | 111011 | 1000101 | 1101 | 1001 | 1000101 | 111001 |
Color Harmonies of #DD5B45
Complementary color
Monochromatic Colors of #DD5B45
Black with #DD5B45
Text Example
Text Example
White with #DD5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B45; }
p { color: rgb(221,91,69); }
H1.HeaderClassName
{
color: #DD5B45;
}
.AnyTagClassName
{
color: #DD5B45;
}
</style>
background-color css
<style>
a { background-color: #DD5B45; }
a { background-color: rgb(221,91,69); }
div.DivClassName
{
background-color: #DD5B45;
}
.BgClassName
{
background-color: #DD5B45;
}
</style>
border-color css
<style>
span { border-color: #DD5B45; }
span { border-color: rgb(221,91,69); }
td.TdClassName
{
border-color: #DD5B45;
}
.TagClassName
{
border-color: #DD5B45;
}
</style>