Shades of Flamingo #DF644B
Tints of Flamingo #DF644B
RGB
CMYK
RGB Variations
Color information
#DF644B (or 0xDF644B) is known color: Flamingo. HEX triplet: DF, 64 and 4B. RGB value is (223,100,75). Sum of RGB (Red+Green+Blue) = 223+100+75=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF644B is #209BB4. Grayscale: #868686. Windows color (decimal): -2137013 or 4941023. OLE color: 4941023.
HSL color Cylindrical-coordinate representation of color #DF644B: hue angle of 10.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF644B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 75 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.13 |
| HSL | 10.14º | 0.7% | 0.58% | - |
| HSV(B) | 10.14º | 0.66% | 0.87% | - |
| XYZ | 36.26 | 25.31 | 9.63 | - |
| YUV | 133.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 75 | 0 | 0.55 | 0.66 | 0.13 | 10.14 | 0.7 | 0.58 |
| Hex | DF | 64 | 4B | 0 | 37 | 42 | D | A | 46 | 3A |
| Octal | 337 | 144 | 113 | 0 | 67 | 102 | 15 | 12 | 106 | 72 |
| Binary | 11011111 | 1100100 | 1001011 | 0 | 110111 | 1000010 | 1101 | 1010 | 1000110 | 111010 |
Color Harmonies of #DF644B
Complementary color
Monochromatic Colors of #DF644B
Black with #DF644B
Text Example
Text Example
White with #DF644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF644B; }
p { color: rgb(223,100,75); }
H1.HeaderClassName
{
color: #DF644B;
}
.AnyTagClassName
{
color: #DF644B;
}
</style>
background-color css
<style>
a { background-color: #DF644B; }
a { background-color: rgb(223,100,75); }
div.DivClassName
{
background-color: #DF644B;
}
.BgClassName
{
background-color: #DF644B;
}
</style>
border-color css
<style>
span { border-color: #DF644B; }
span { border-color: rgb(223,100,75); }
td.TdClassName
{
border-color: #DF644B;
}
.TagClassName
{
border-color: #DF644B;
}
</style>