Shades of Flamingo #DF6348
Tints of Flamingo #DF6348
RGB
CMYK
RGB Variations
Color information
#DF6348 (or 0xDF6348) is known color: Flamingo. HEX triplet: DF, 63 and 48. RGB value is (223,99,72). Sum of RGB (Red+Green+Blue) = 223+99+72=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6348 is #209CB7. Grayscale: #858585. Windows color (decimal): -2137272 or 4744159. OLE color: 4744159.
HSL color Cylindrical-coordinate representation of color #DF6348: hue angle of 10.73º 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 #DF6348 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 72 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.13 |
| HSL | 10.73º | 0.7% | 0.58% | - |
| HSV(B) | 10.73º | 0.68% | 0.87% | - |
| XYZ | 36.06 | 25.08 | 9.07 | - |
| YUV | 133 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 72 | 0 | 0.56 | 0.68 | 0.13 | 10.73 | 0.7 | 0.58 |
| Hex | DF | 63 | 48 | 0 | 38 | 44 | D | B | 46 | 3A |
| Octal | 337 | 143 | 110 | 0 | 70 | 104 | 15 | 13 | 106 | 72 |
| Binary | 11011111 | 1100011 | 1001000 | 0 | 111000 | 1000100 | 1101 | 1011 | 1000110 | 111010 |
Color Harmonies of #DF6348
Complementary color
Monochromatic Colors of #DF6348
Black with #DF6348
Text Example
Text Example
White with #DF6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6348; }
p { color: rgb(223,99,72); }
H1.HeaderClassName
{
color: #DF6348;
}
.AnyTagClassName
{
color: #DF6348;
}
</style>
background-color css
<style>
a { background-color: #DF6348; }
a { background-color: rgb(223,99,72); }
div.DivClassName
{
background-color: #DF6348;
}
.BgClassName
{
background-color: #DF6348;
}
</style>
border-color css
<style>
span { border-color: #DF6348; }
span { border-color: rgb(223,99,72); }
td.TdClassName
{
border-color: #DF6348;
}
.TagClassName
{
border-color: #DF6348;
}
</style>