Shades of Flamingo #DA6248
Tints of Flamingo #DA6248
RGB
CMYK
RGB Variations
Color information
#DA6248 (or 0xDA6248) is known color: Flamingo. HEX triplet: DA, 62 and 48. RGB value is (218,98,72). Sum of RGB (Red+Green+Blue) = 218+98+72=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6248 is #259DB7. Grayscale: #838383. Windows color (decimal): -2465208 or 4743898. OLE color: 4743898.
HSL color Cylindrical-coordinate representation of color #DA6248: hue angle of 10.68º 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 #DA6248 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 72 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.15 |
| HSL | 10.68º | 0.66% | 0.57% | - |
| HSV(B) | 10.68º | 0.67% | 0.85% | - |
| XYZ | 34.45 | 24.11 | 8.97 | - |
| YUV | 130.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 72 | 0 | 0.55 | 0.67 | 0.15 | 10.68 | 0.66 | 0.57 |
| Hex | DA | 62 | 48 | 0 | 37 | 43 | F | B | 42 | 39 |
| Octal | 332 | 142 | 110 | 0 | 67 | 103 | 17 | 13 | 102 | 71 |
| Binary | 11011010 | 1100010 | 1001000 | 0 | 110111 | 1000011 | 1111 | 1011 | 1000010 | 111001 |
Color Harmonies of #DA6248
Complementary color
Monochromatic Colors of #DA6248
Black with #DA6248
Text Example
Text Example
White with #DA6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6248; }
p { color: rgb(218,98,72); }
H1.HeaderClassName
{
color: #DA6248;
}
.AnyTagClassName
{
color: #DA6248;
}
</style>
background-color css
<style>
a { background-color: #DA6248; }
a { background-color: rgb(218,98,72); }
div.DivClassName
{
background-color: #DA6248;
}
.BgClassName
{
background-color: #DA6248;
}
</style>
border-color css
<style>
span { border-color: #DA6248; }
span { border-color: rgb(218,98,72); }
td.TdClassName
{
border-color: #DA6248;
}
.TagClassName
{
border-color: #DA6248;
}
</style>