Shades of Flamingo #DF624C
Tints of Flamingo #DF624C
RGB
CMYK
RGB Variations
Color information
#DF624C (or 0xDF624C) is known color: Flamingo. HEX triplet: DF, 62 and 4C. RGB value is (223,98,76). Sum of RGB (Red+Green+Blue) = 223+98+76=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF624C is #209DB3. Grayscale: #858585. Windows color (decimal): -2137524 or 5006047. OLE color: 5006047.
HSL color Cylindrical-coordinate representation of color #DF624C: hue angle of 8.98º 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 #DF624C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 76 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.13 |
| HSL | 8.98º | 0.7% | 0.59% | - |
| HSV(B) | 8.98º | 0.66% | 0.87% | - |
| XYZ | 36.1 | 24.95 | 9.75 | - |
| YUV | 132.87 | 95.91 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 76 | 0 | 0.56 | 0.66 | 0.13 | 8.98 | 0.7 | 0.59 |
| Hex | DF | 62 | 4C | 0 | 38 | 42 | D | 9 | 46 | 3B |
| Octal | 337 | 142 | 114 | 0 | 70 | 102 | 15 | 11 | 106 | 73 |
| Binary | 11011111 | 1100010 | 1001100 | 0 | 111000 | 1000010 | 1101 | 1001 | 1000110 | 111011 |
Color Harmonies of #DF624C
Complementary color
Monochromatic Colors of #DF624C
Black with #DF624C
Text Example
Text Example
White with #DF624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF624C; }
p { color: rgb(223,98,76); }
H1.HeaderClassName
{
color: #DF624C;
}
.AnyTagClassName
{
color: #DF624C;
}
</style>
background-color css
<style>
a { background-color: #DF624C; }
a { background-color: rgb(223,98,76); }
div.DivClassName
{
background-color: #DF624C;
}
.BgClassName
{
background-color: #DF624C;
}
</style>
border-color css
<style>
span { border-color: #DF624C; }
span { border-color: rgb(223,98,76); }
td.TdClassName
{
border-color: #DF624C;
}
.TagClassName
{
border-color: #DF624C;
}
</style>