Shades of Flamingo #DF604D
Tints of Flamingo #DF604D
RGB
CMYK
RGB Variations
Color information
#DF604D (or 0xDF604D) is known color: Flamingo. HEX triplet: DF, 60 and 4D. RGB value is (223,96,77). Sum of RGB (Red+Green+Blue) = 223+96+77=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF604D is #209FB2. Grayscale: #848484. Windows color (decimal): -2138035 or 5071071. OLE color: 5071071.
HSL color Cylindrical-coordinate representation of color #DF604D: hue angle of 7.81º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF604D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 77 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.13 |
| HSL | 7.81º | 0.7% | 0.59% | - |
| HSV(B) | 7.81º | 0.65% | 0.87% | - |
| XYZ | 35.95 | 24.59 | 9.87 | - |
| YUV | 131.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 77 | 0 | 0.57 | 0.65 | 0.13 | 7.81 | 0.7 | 0.59 |
| Hex | DF | 60 | 4D | 0 | 39 | 41 | D | 8 | 46 | 3B |
| Octal | 337 | 140 | 115 | 0 | 71 | 101 | 15 | 10 | 106 | 73 |
| Binary | 11011111 | 1100000 | 1001101 | 0 | 111001 | 1000001 | 1101 | 1000 | 1000110 | 111011 |
Color Harmonies of #DF604D
Complementary color
Monochromatic Colors of #DF604D
Black with #DF604D
Text Example
Text Example
White with #DF604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF604D; }
p { color: rgb(223,96,77); }
H1.HeaderClassName
{
color: #DF604D;
}
.AnyTagClassName
{
color: #DF604D;
}
</style>
background-color css
<style>
a { background-color: #DF604D; }
a { background-color: rgb(223,96,77); }
div.DivClassName
{
background-color: #DF604D;
}
.BgClassName
{
background-color: #DF604D;
}
</style>
border-color css
<style>
span { border-color: #DF604D; }
span { border-color: rgb(223,96,77); }
td.TdClassName
{
border-color: #DF604D;
}
.TagClassName
{
border-color: #DF604D;
}
</style>