Shades of Flamingo #DF5B45
Tints of Flamingo #DF5B45
RGB
CMYK
RGB Variations
Color information
#DF5B45 (or 0xDF5B45) is known color: Flamingo. HEX triplet: DF, 5B and 45. RGB value is (223,91,69). Sum of RGB (Red+Green+Blue) = 223+91+69=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B45 is #20A4BA. Grayscale: #808080. Windows color (decimal): -2139323 or 4545503. OLE color: 4545503.
HSL color Cylindrical-coordinate representation of color #DF5B45: hue angle of 8.57º degrees, saturation: 0.71, 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 #DF5B45 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 69 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.13 |
| HSL | 8.57º | 0.71% | 0.57% | - |
| HSV(B) | 8.57º | 0.69% | 0.87% | - |
| XYZ | 35.25 | 23.6 | 8.33 | - |
| YUV | 127.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 69 | 0 | 0.59 | 0.69 | 0.13 | 8.57 | 0.71 | 0.57 |
| Hex | DF | 5B | 45 | 0 | 3B | 45 | D | 9 | 47 | 39 |
| Octal | 337 | 133 | 105 | 0 | 73 | 105 | 15 | 11 | 107 | 71 |
| Binary | 11011111 | 1011011 | 1000101 | 0 | 111011 | 1000101 | 1101 | 1001 | 1000111 | 111001 |
Color Harmonies of #DF5B45
Complementary color
Monochromatic Colors of #DF5B45
Black with #DF5B45
Text Example
Text Example
White with #DF5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B45; }
p { color: rgb(223,91,69); }
H1.HeaderClassName
{
color: #DF5B45;
}
.AnyTagClassName
{
color: #DF5B45;
}
</style>
background-color css
<style>
a { background-color: #DF5B45; }
a { background-color: rgb(223,91,69); }
div.DivClassName
{
background-color: #DF5B45;
}
.BgClassName
{
background-color: #DF5B45;
}
</style>
border-color css
<style>
span { border-color: #DF5B45; }
span { border-color: rgb(223,91,69); }
td.TdClassName
{
border-color: #DF5B45;
}
.TagClassName
{
border-color: #DF5B45;
}
</style>