Shades of Flamingo #DF6553
Tints of Flamingo #DF6553
RGB
CMYK
RGB Variations
Color information
#DF6553 (or 0xDF6553) is known color: Flamingo. HEX triplet: DF, 65 and 53. RGB value is (223,101,83). Sum of RGB (Red+Green+Blue) = 223+101+83=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6553 is #209AAC. Grayscale: #878787. Windows color (decimal): -2136749 or 5465567. OLE color: 5465567.
HSL color Cylindrical-coordinate representation of color #DF6553: hue angle of 7.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF6553 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 83 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.13 |
| HSL | 7.71º | 0.69% | 0.6% | - |
| HSV(B) | 7.71º | 0.63% | 0.87% | - |
| XYZ | 36.65 | 25.62 | 11.2 | - |
| YUV | 135.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 83 | 0 | 0.55 | 0.63 | 0.13 | 7.71 | 0.69 | 0.6 |
| Hex | DF | 65 | 53 | 0 | 37 | 3F | D | 8 | 45 | 3C |
| Octal | 337 | 145 | 123 | 0 | 67 | 77 | 15 | 10 | 105 | 74 |
| Binary | 11011111 | 1100101 | 1010011 | 0 | 110111 | 111111 | 1101 | 1000 | 1000101 | 111100 |
Color Harmonies of #DF6553
Complementary color
Monochromatic Colors of #DF6553
Black with #DF6553
Text Example
Text Example
White with #DF6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6553; }
p { color: rgb(223,101,83); }
H1.HeaderClassName
{
color: #DF6553;
}
.AnyTagClassName
{
color: #DF6553;
}
</style>
background-color css
<style>
a { background-color: #DF6553; }
a { background-color: rgb(223,101,83); }
div.DivClassName
{
background-color: #DF6553;
}
.BgClassName
{
background-color: #DF6553;
}
</style>
border-color css
<style>
span { border-color: #DF6553; }
span { border-color: rgb(223,101,83); }
td.TdClassName
{
border-color: #DF6553;
}
.TagClassName
{
border-color: #DF6553;
}
</style>