Shades of Flamingo #DF6846
Tints of Flamingo #DF6846
RGB
CMYK
RGB Variations
Color information
#DF6846 (or 0xDF6846) is known color: Flamingo. HEX triplet: DF, 68 and 46. RGB value is (223,104,70). Sum of RGB (Red+Green+Blue) = 223+104+70=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6846 is #2097B9. Grayscale: #878787. Windows color (decimal): -2135994 or 4614367. OLE color: 4614367.
HSL color Cylindrical-coordinate representation of color #DF6846: hue angle of 13.33º 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 #DF6846 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 70 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.13 |
| HSL | 13.33º | 0.71% | 0.57% | - |
| HSV(B) | 13.33º | 0.69% | 0.87% | - |
| XYZ | 36.49 | 26.03 | 8.9 | - |
| YUV | 135.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 70 | 0 | 0.53 | 0.69 | 0.13 | 13.33 | 0.71 | 0.57 |
| Hex | DF | 68 | 46 | 0 | 35 | 45 | D | D | 47 | 39 |
| Octal | 337 | 150 | 106 | 0 | 65 | 105 | 15 | 15 | 107 | 71 |
| Binary | 11011111 | 1101000 | 1000110 | 0 | 110101 | 1000101 | 1101 | 1101 | 1000111 | 111001 |
Color Harmonies of #DF6846
Complementary color
Monochromatic Colors of #DF6846
Black with #DF6846
Text Example
Text Example
White with #DF6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6846; }
p { color: rgb(223,104,70); }
H1.HeaderClassName
{
color: #DF6846;
}
.AnyTagClassName
{
color: #DF6846;
}
</style>
background-color css
<style>
a { background-color: #DF6846; }
a { background-color: rgb(223,104,70); }
div.DivClassName
{
background-color: #DF6846;
}
.BgClassName
{
background-color: #DF6846;
}
</style>
border-color css
<style>
span { border-color: #DF6846; }
span { border-color: rgb(223,104,70); }
td.TdClassName
{
border-color: #DF6846;
}
.TagClassName
{
border-color: #DF6846;
}
</style>