Shades of Flamingo #DF6746
Tints of Flamingo #DF6746
RGB
CMYK
RGB Variations
Color information
#DF6746 (or 0xDF6746) is known color: Flamingo. HEX triplet: DF, 67 and 46. RGB value is (223,103,70). Sum of RGB (Red+Green+Blue) = 223+103+70=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6746 is #2098B9. Grayscale: #878787. Windows color (decimal): -2136250 or 4614111. OLE color: 4614111.
HSL color Cylindrical-coordinate representation of color #DF6746: hue angle of 12.94º 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 #DF6746 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 70 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.13 |
| HSL | 12.94º | 0.71% | 0.57% | - |
| HSV(B) | 12.94º | 0.69% | 0.87% | - |
| XYZ | 36.39 | 25.83 | 8.86 | - |
| YUV | 135.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 70 | 0 | 0.54 | 0.69 | 0.13 | 12.94 | 0.71 | 0.57 |
| Hex | DF | 67 | 46 | 0 | 36 | 45 | D | D | 47 | 39 |
| Octal | 337 | 147 | 106 | 0 | 66 | 105 | 15 | 15 | 107 | 71 |
| Binary | 11011111 | 1100111 | 1000110 | 0 | 110110 | 1000101 | 1101 | 1101 | 1000111 | 111001 |
Color Harmonies of #DF6746
Complementary color
Monochromatic Colors of #DF6746
Black with #DF6746
Text Example
Text Example
White with #DF6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6746; }
p { color: rgb(223,103,70); }
H1.HeaderClassName
{
color: #DF6746;
}
.AnyTagClassName
{
color: #DF6746;
}
</style>
background-color css
<style>
a { background-color: #DF6746; }
a { background-color: rgb(223,103,70); }
div.DivClassName
{
background-color: #DF6746;
}
.BgClassName
{
background-color: #DF6746;
}
</style>
border-color css
<style>
span { border-color: #DF6746; }
span { border-color: rgb(223,103,70); }
td.TdClassName
{
border-color: #DF6746;
}
.TagClassName
{
border-color: #DF6746;
}
</style>