Shades of Flamingo #DA6246
Tints of Flamingo #DA6246
RGB
CMYK
RGB Variations
Color information
#DA6246 (or 0xDA6246) is known color: Flamingo. HEX triplet: DA, 62 and 46. RGB value is (218,98,70). Sum of RGB (Red+Green+Blue) = 218+98+70=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6246 is #259DB9. Grayscale: #828282. Windows color (decimal): -2465210 or 4612826. OLE color: 4612826.
HSL color Cylindrical-coordinate representation of color #DA6246: hue angle of 11.35º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA6246 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 70 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.15 |
| HSL | 11.35º | 0.67% | 0.56% | - |
| HSV(B) | 11.35º | 0.68% | 0.85% | - |
| XYZ | 34.39 | 24.08 | 8.63 | - |
| YUV | 130.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 70 | 0 | 0.55 | 0.68 | 0.15 | 11.35 | 0.67 | 0.56 |
| Hex | DA | 62 | 46 | 0 | 37 | 44 | F | B | 43 | 38 |
| Octal | 332 | 142 | 106 | 0 | 67 | 104 | 17 | 13 | 103 | 70 |
| Binary | 11011010 | 1100010 | 1000110 | 0 | 110111 | 1000100 | 1111 | 1011 | 1000011 | 111000 |
Color Harmonies of #DA6246
Complementary color
Monochromatic Colors of #DA6246
Black with #DA6246
Text Example
Text Example
White with #DA6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6246; }
p { color: rgb(218,98,70); }
H1.HeaderClassName
{
color: #DA6246;
}
.AnyTagClassName
{
color: #DA6246;
}
</style>
background-color css
<style>
a { background-color: #DA6246; }
a { background-color: rgb(218,98,70); }
div.DivClassName
{
background-color: #DA6246;
}
.BgClassName
{
background-color: #DA6246;
}
</style>
border-color css
<style>
span { border-color: #DA6246; }
span { border-color: rgb(218,98,70); }
td.TdClassName
{
border-color: #DA6246;
}
.TagClassName
{
border-color: #DA6246;
}
</style>