Shades of Flamingo #DF6B48
Tints of Flamingo #DF6B48
RGB
CMYK
RGB Variations
Color information
#DF6B48 (or 0xDF6B48) is known color: Flamingo. HEX triplet: DF, 6B and 48. RGB value is (223,107,72). Sum of RGB (Red+Green+Blue) = 223+107+72=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6B48 is #2094B7. Grayscale: #898989. Windows color (decimal): -2135224 or 4746207. OLE color: 4746207.
HSL color Cylindrical-coordinate representation of color #DF6B48: hue angle of 13.91º 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 #DF6B48 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 72 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.13 |
| HSL | 13.91º | 0.7% | 0.58% | - |
| HSV(B) | 13.91º | 0.68% | 0.87% | - |
| XYZ | 36.86 | 26.67 | 9.34 | - |
| YUV | 137.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 72 | 0 | 0.52 | 0.68 | 0.13 | 13.91 | 0.7 | 0.58 |
| Hex | DF | 6B | 48 | 0 | 34 | 44 | D | E | 46 | 3A |
| Octal | 337 | 153 | 110 | 0 | 64 | 104 | 15 | 16 | 106 | 72 |
| Binary | 11011111 | 1101011 | 1001000 | 0 | 110100 | 1000100 | 1101 | 1110 | 1000110 | 111010 |
Color Harmonies of #DF6B48
Complementary color
Monochromatic Colors of #DF6B48
Black with #DF6B48
Text Example
Text Example
White with #DF6B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B48; }
p { color: rgb(223,107,72); }
H1.HeaderClassName
{
color: #DF6B48;
}
.AnyTagClassName
{
color: #DF6B48;
}
</style>
background-color css
<style>
a { background-color: #DF6B48; }
a { background-color: rgb(223,107,72); }
div.DivClassName
{
background-color: #DF6B48;
}
.BgClassName
{
background-color: #DF6B48;
}
</style>
border-color css
<style>
span { border-color: #DF6B48; }
span { border-color: rgb(223,107,72); }
td.TdClassName
{
border-color: #DF6B48;
}
.TagClassName
{
border-color: #DF6B48;
}
</style>