Shades of Flamingo #DF6343
Tints of Flamingo #DF6343
RGB
CMYK
RGB Variations
Color information
#DF6343 (or 0xDF6343) is known color: Flamingo. HEX triplet: DF, 63 and 43. RGB value is (223,99,67). Sum of RGB (Red+Green+Blue) = 223+99+67=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6343 is #209CBC. Grayscale: #848484. Windows color (decimal): -2137277 or 4416479. OLE color: 4416479.
HSL color Cylindrical-coordinate representation of color #DF6343: hue angle of 12.31º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF6343 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 67 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.13 |
| HSL | 12.31º | 0.71% | 0.57% | - |
| HSV(B) | 12.31º | 0.7% | 0.87% | - |
| XYZ | 35.91 | 25.02 | 8.25 | - |
| YUV | 132.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 67 | 0 | 0.56 | 0.70 | 0.13 | 12.31 | 0.71 | 0.57 |
| Hex | DF | 63 | 43 | 0 | 38 | 46 | D | C | 47 | 39 |
| Octal | 337 | 143 | 103 | 0 | 70 | 106 | 15 | 14 | 107 | 71 |
| Binary | 11011111 | 1100011 | 1000011 | 0 | 111000 | 1000110 | 1101 | 1100 | 1000111 | 111001 |
Color Harmonies of #DF6343
Complementary color
Monochromatic Colors of #DF6343
Black with #DF6343
Text Example
Text Example
White with #DF6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6343; }
p { color: rgb(223,99,67); }
H1.HeaderClassName
{
color: #DF6343;
}
.AnyTagClassName
{
color: #DF6343;
}
</style>
background-color css
<style>
a { background-color: #DF6343; }
a { background-color: rgb(223,99,67); }
div.DivClassName
{
background-color: #DF6343;
}
.BgClassName
{
background-color: #DF6343;
}
</style>
border-color css
<style>
span { border-color: #DF6343; }
span { border-color: rgb(223,99,67); }
td.TdClassName
{
border-color: #DF6343;
}
.TagClassName
{
border-color: #DF6343;
}
</style>