Shades of Flamingo #DA6447
Tints of Flamingo #DA6447
RGB
CMYK
RGB Variations
Color information
#DA6447 (or 0xDA6447) is known color: Flamingo. HEX triplet: DA, 64 and 47. RGB value is (218,100,71). Sum of RGB (Red+Green+Blue) = 218+100+71=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6447 is #259BB8. Grayscale: #848484. Windows color (decimal): -2464697 or 4678874. OLE color: 4678874.
HSL color Cylindrical-coordinate representation of color #DA6447: hue angle of 11.84º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA6447 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 71 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.15 |
| HSL | 11.84º | 0.67% | 0.57% | - |
| HSV(B) | 11.84º | 0.67% | 0.85% | - |
| XYZ | 34.61 | 24.47 | 8.86 | - |
| YUV | 131.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 71 | 0 | 0.54 | 0.67 | 0.15 | 11.84 | 0.67 | 0.57 |
| Hex | DA | 64 | 47 | 0 | 36 | 43 | F | C | 43 | 39 |
| Octal | 332 | 144 | 107 | 0 | 66 | 103 | 17 | 14 | 103 | 71 |
| Binary | 11011010 | 1100100 | 1000111 | 0 | 110110 | 1000011 | 1111 | 1100 | 1000011 | 111001 |
Color Harmonies of #DA6447
Complementary color
Monochromatic Colors of #DA6447
Black with #DA6447
Text Example
Text Example
White with #DA6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6447; }
p { color: rgb(218,100,71); }
H1.HeaderClassName
{
color: #DA6447;
}
.AnyTagClassName
{
color: #DA6447;
}
</style>
background-color css
<style>
a { background-color: #DA6447; }
a { background-color: rgb(218,100,71); }
div.DivClassName
{
background-color: #DA6447;
}
.BgClassName
{
background-color: #DA6447;
}
</style>
border-color css
<style>
span { border-color: #DA6447; }
span { border-color: rgb(218,100,71); }
td.TdClassName
{
border-color: #DA6447;
}
.TagClassName
{
border-color: #DA6447;
}
</style>