Shades of Flamingo #DF604C
Tints of Flamingo #DF604C
RGB
CMYK
RGB Variations
Color information
#DF604C (or 0xDF604C) is known color: Flamingo. HEX triplet: DF, 60 and 4C. RGB value is (223,96,76). Sum of RGB (Red+Green+Blue) = 223+96+76=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF604C is #209FB3. Grayscale: #838383. Windows color (decimal): -2138036 or 5005535. OLE color: 5005535.
HSL color Cylindrical-coordinate representation of color #DF604C: hue angle of 8.16º 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 #DF604C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 76 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.13 |
| HSL | 8.16º | 0.7% | 0.59% | - |
| HSV(B) | 8.16º | 0.66% | 0.87% | - |
| XYZ | 35.92 | 24.58 | 9.69 | - |
| YUV | 131.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 76 | 0 | 0.57 | 0.66 | 0.13 | 8.16 | 0.7 | 0.59 |
| Hex | DF | 60 | 4C | 0 | 39 | 42 | D | 8 | 46 | 3B |
| Octal | 337 | 140 | 114 | 0 | 71 | 102 | 15 | 10 | 106 | 73 |
| Binary | 11011111 | 1100000 | 1001100 | 0 | 111001 | 1000010 | 1101 | 1000 | 1000110 | 111011 |
Color Harmonies of #DF604C
Complementary color
Monochromatic Colors of #DF604C
Black with #DF604C
Text Example
Text Example
White with #DF604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF604C; }
p { color: rgb(223,96,76); }
H1.HeaderClassName
{
color: #DF604C;
}
.AnyTagClassName
{
color: #DF604C;
}
</style>
background-color css
<style>
a { background-color: #DF604C; }
a { background-color: rgb(223,96,76); }
div.DivClassName
{
background-color: #DF604C;
}
.BgClassName
{
background-color: #DF604C;
}
</style>
border-color css
<style>
span { border-color: #DF604C; }
span { border-color: rgb(223,96,76); }
td.TdClassName
{
border-color: #DF604C;
}
.TagClassName
{
border-color: #DF604C;
}
</style>