Shades of Flamingo #DF6445
Tints of Flamingo #DF6445
RGB
CMYK
RGB Variations
Color information
#DF6445 (or 0xDF6445) is known color: Flamingo. HEX triplet: DF, 64 and 45. RGB value is (223,100,69). Sum of RGB (Red+Green+Blue) = 223+100+69=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6445 is #209BBA. Grayscale: #858585. Windows color (decimal): -2137019 or 4547807. OLE color: 4547807.
HSL color Cylindrical-coordinate representation of color #DF6445: hue angle of 12.08º 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 #DF6445 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 69 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.13 |
| HSL | 12.08º | 0.71% | 0.57% | - |
| HSV(B) | 12.08º | 0.69% | 0.87% | - |
| XYZ | 36.06 | 25.23 | 8.6 | - |
| YUV | 133.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 69 | 0 | 0.55 | 0.69 | 0.13 | 12.08 | 0.71 | 0.57 |
| Hex | DF | 64 | 45 | 0 | 37 | 45 | D | C | 47 | 39 |
| Octal | 337 | 144 | 105 | 0 | 67 | 105 | 15 | 14 | 107 | 71 |
| Binary | 11011111 | 1100100 | 1000101 | 0 | 110111 | 1000101 | 1101 | 1100 | 1000111 | 111001 |
Color Harmonies of #DF6445
Complementary color
Monochromatic Colors of #DF6445
Black with #DF6445
Text Example
Text Example
White with #DF6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6445; }
p { color: rgb(223,100,69); }
H1.HeaderClassName
{
color: #DF6445;
}
.AnyTagClassName
{
color: #DF6445;
}
</style>
background-color css
<style>
a { background-color: #DF6445; }
a { background-color: rgb(223,100,69); }
div.DivClassName
{
background-color: #DF6445;
}
.BgClassName
{
background-color: #DF6445;
}
</style>
border-color css
<style>
span { border-color: #DF6445; }
span { border-color: rgb(223,100,69); }
td.TdClassName
{
border-color: #DF6445;
}
.TagClassName
{
border-color: #DF6445;
}
</style>