Shades of Flamingo #DF5F4C
Tints of Flamingo #DF5F4C
RGB
CMYK
RGB Variations
Color information
#DF5F4C (or 0xDF5F4C) is known color: Flamingo. HEX triplet: DF, 5F and 4C. RGB value is (223,95,76). Sum of RGB (Red+Green+Blue) = 223+95+76=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F4C is #20A0B3. Grayscale: #838383. Windows color (decimal): -2138292 or 5005279. OLE color: 5005279.
HSL color Cylindrical-coordinate representation of color #DF5F4C: hue angle of 7.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF5F4C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 76 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.13 |
| HSL | 7.76º | 0.7% | 0.59% | - |
| HSV(B) | 7.76º | 0.66% | 0.87% | - |
| XYZ | 35.83 | 24.39 | 9.66 | - |
| YUV | 131.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 76 | 0 | 0.57 | 0.66 | 0.13 | 7.76 | 0.7 | 0.59 |
| Hex | DF | 5F | 4C | 0 | 39 | 42 | D | 8 | 46 | 3B |
| Octal | 337 | 137 | 114 | 0 | 71 | 102 | 15 | 10 | 106 | 73 |
| Binary | 11011111 | 1011111 | 1001100 | 0 | 111001 | 1000010 | 1101 | 1000 | 1000110 | 111011 |
Color Harmonies of #DF5F4C
Complementary color
Monochromatic Colors of #DF5F4C
Black with #DF5F4C
Text Example
Text Example
White with #DF5F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F4C; }
p { color: rgb(223,95,76); }
H1.HeaderClassName
{
color: #DF5F4C;
}
.AnyTagClassName
{
color: #DF5F4C;
}
</style>
background-color css
<style>
a { background-color: #DF5F4C; }
a { background-color: rgb(223,95,76); }
div.DivClassName
{
background-color: #DF5F4C;
}
.BgClassName
{
background-color: #DF5F4C;
}
</style>
border-color css
<style>
span { border-color: #DF5F4C; }
span { border-color: rgb(223,95,76); }
td.TdClassName
{
border-color: #DF5F4C;
}
.TagClassName
{
border-color: #DF5F4C;
}
</style>