Shades of Flamingo #DF6C47
Tints of Flamingo #DF6C47
RGB
CMYK
RGB Variations
Color information
#DF6C47 (or 0xDF6C47) is known color: Flamingo. HEX triplet: DF, 6C and 47. RGB value is (223,108,71). Sum of RGB (Red+Green+Blue) = 223+108+71=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C47 is #2093B8. Grayscale: #8A8A8A. Windows color (decimal): -2134969 or 4680927. OLE color: 4680927.
HSL color Cylindrical-coordinate representation of color #DF6C47: hue angle of 14.61º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF6C47 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 71 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.13 |
| HSL | 14.61º | 0.7% | 0.58% | - |
| HSV(B) | 14.61º | 0.68% | 0.87% | - |
| XYZ | 36.93 | 26.87 | 9.2 | - |
| YUV | 138.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 71 | 0 | 0.52 | 0.68 | 0.13 | 14.61 | 0.7 | 0.58 |
| Hex | DF | 6C | 47 | 0 | 34 | 44 | D | F | 46 | 3A |
| Octal | 337 | 154 | 107 | 0 | 64 | 104 | 15 | 17 | 106 | 72 |
| Binary | 11011111 | 1101100 | 1000111 | 0 | 110100 | 1000100 | 1101 | 1111 | 1000110 | 111010 |
Color Harmonies of #DF6C47
Complementary color
Monochromatic Colors of #DF6C47
Black with #DF6C47
Text Example
Text Example
White with #DF6C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6C47; }
p { color: rgb(223,108,71); }
H1.HeaderClassName
{
color: #DF6C47;
}
.AnyTagClassName
{
color: #DF6C47;
}
</style>
background-color css
<style>
a { background-color: #DF6C47; }
a { background-color: rgb(223,108,71); }
div.DivClassName
{
background-color: #DF6C47;
}
.BgClassName
{
background-color: #DF6C47;
}
</style>
border-color css
<style>
span { border-color: #DF6C47; }
span { border-color: rgb(223,108,71); }
td.TdClassName
{
border-color: #DF6C47;
}
.TagClassName
{
border-color: #DF6C47;
}
</style>