Shades of Flamingo #DF6845
Tints of Flamingo #DF6845
RGB
CMYK
RGB Variations
Color information
#DF6845 (or 0xDF6845) is known color: Flamingo. HEX triplet: DF, 68 and 45. RGB value is (223,104,69). Sum of RGB (Red+Green+Blue) = 223+104+69=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6845 is #2097BA. Grayscale: #878787. Windows color (decimal): -2135995 or 4548831. OLE color: 4548831.
HSL color Cylindrical-coordinate representation of color #DF6845: hue angle of 13.64º 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 #DF6845 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 69 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.13 |
| HSL | 13.64º | 0.71% | 0.57% | - |
| HSV(B) | 13.64º | 0.69% | 0.87% | - |
| XYZ | 36.46 | 26.02 | 8.73 | - |
| YUV | 135.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 69 | 0 | 0.53 | 0.69 | 0.13 | 13.64 | 0.71 | 0.57 |
| Hex | DF | 68 | 45 | 0 | 35 | 45 | D | E | 47 | 39 |
| Octal | 337 | 150 | 105 | 0 | 65 | 105 | 15 | 16 | 107 | 71 |
| Binary | 11011111 | 1101000 | 1000101 | 0 | 110101 | 1000101 | 1101 | 1110 | 1000111 | 111001 |
Color Harmonies of #DF6845
Complementary color
Monochromatic Colors of #DF6845
Black with #DF6845
Text Example
Text Example
White with #DF6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6845; }
p { color: rgb(223,104,69); }
H1.HeaderClassName
{
color: #DF6845;
}
.AnyTagClassName
{
color: #DF6845;
}
</style>
background-color css
<style>
a { background-color: #DF6845; }
a { background-color: rgb(223,104,69); }
div.DivClassName
{
background-color: #DF6845;
}
.BgClassName
{
background-color: #DF6845;
}
</style>
border-color css
<style>
span { border-color: #DF6845; }
span { border-color: rgb(223,104,69); }
td.TdClassName
{
border-color: #DF6845;
}
.TagClassName
{
border-color: #DF6845;
}
</style>