Shades of Flamingo #DF6748
Tints of Flamingo #DF6748
RGB
CMYK
RGB Variations
Color information
#DF6748 (or 0xDF6748) is known color: Flamingo. HEX triplet: DF, 67 and 48. RGB value is (223,103,72). Sum of RGB (Red+Green+Blue) = 223+103+72=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6748 is #2098B7. Grayscale: #878787. Windows color (decimal): -2136248 or 4745183. OLE color: 4745183.
HSL color Cylindrical-coordinate representation of color #DF6748: hue angle of 12.32º 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 #DF6748 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 72 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.13 |
| HSL | 12.32º | 0.7% | 0.58% | - |
| HSV(B) | 12.32º | 0.68% | 0.87% | - |
| XYZ | 36.45 | 25.86 | 9.2 | - |
| YUV | 135.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 72 | 0 | 0.54 | 0.68 | 0.13 | 12.32 | 0.7 | 0.58 |
| Hex | DF | 67 | 48 | 0 | 36 | 44 | D | C | 46 | 3A |
| Octal | 337 | 147 | 110 | 0 | 66 | 104 | 15 | 14 | 106 | 72 |
| Binary | 11011111 | 1100111 | 1001000 | 0 | 110110 | 1000100 | 1101 | 1100 | 1000110 | 111010 |
Color Harmonies of #DF6748
Complementary color
Monochromatic Colors of #DF6748
Black with #DF6748
Text Example
Text Example
White with #DF6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6748; }
p { color: rgb(223,103,72); }
H1.HeaderClassName
{
color: #DF6748;
}
.AnyTagClassName
{
color: #DF6748;
}
</style>
background-color css
<style>
a { background-color: #DF6748; }
a { background-color: rgb(223,103,72); }
div.DivClassName
{
background-color: #DF6748;
}
.BgClassName
{
background-color: #DF6748;
}
</style>
border-color css
<style>
span { border-color: #DF6748; }
span { border-color: rgb(223,103,72); }
td.TdClassName
{
border-color: #DF6748;
}
.TagClassName
{
border-color: #DF6748;
}
</style>