Shades of Flamingo #DA6149
Tints of Flamingo #DA6149
RGB
CMYK
RGB Variations
Color information
#DA6149 (or 0xDA6149) is known color: Flamingo. HEX triplet: DA, 61 and 49. RGB value is (218,97,73). Sum of RGB (Red+Green+Blue) = 218+97+73=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6149 is #259EB6. Grayscale: #828282. Windows color (decimal): -2465463 or 4809178. OLE color: 4809178.
HSL color Cylindrical-coordinate representation of color #DA6149: hue angle of 9.93º degrees, saturation: 0.66, 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 #DA6149 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 73 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.15 |
| HSL | 9.93º | 0.66% | 0.57% | - |
| HSV(B) | 9.93º | 0.67% | 0.85% | - |
| XYZ | 34.39 | 23.94 | 9.11 | - |
| YUV | 130.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 73 | 0 | 0.56 | 0.67 | 0.15 | 9.93 | 0.66 | 0.57 |
| Hex | DA | 61 | 49 | 0 | 38 | 43 | F | A | 42 | 39 |
| Octal | 332 | 141 | 111 | 0 | 70 | 103 | 17 | 12 | 102 | 71 |
| Binary | 11011010 | 1100001 | 1001001 | 0 | 111000 | 1000011 | 1111 | 1010 | 1000010 | 111001 |
Color Harmonies of #DA6149
Complementary color
Monochromatic Colors of #DA6149
Black with #DA6149
Text Example
Text Example
White with #DA6149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6149; }
p { color: rgb(218,97,73); }
H1.HeaderClassName
{
color: #DA6149;
}
.AnyTagClassName
{
color: #DA6149;
}
</style>
background-color css
<style>
a { background-color: #DA6149; }
a { background-color: rgb(218,97,73); }
div.DivClassName
{
background-color: #DA6149;
}
.BgClassName
{
background-color: #DA6149;
}
</style>
border-color css
<style>
span { border-color: #DA6149; }
span { border-color: rgb(218,97,73); }
td.TdClassName
{
border-color: #DA6149;
}
.TagClassName
{
border-color: #DA6149;
}
</style>