Shades of Flamingo #DA5E46
Tints of Flamingo #DA5E46
RGB
CMYK
RGB Variations
Color information
#DA5E46 (or 0xDA5E46) is known color: Flamingo. HEX triplet: DA, 5E and 46. RGB value is (218,94,70). Sum of RGB (Red+Green+Blue) = 218+94+70=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E46 is #25A1B9. Grayscale: #808080. Windows color (decimal): -2466234 or 4611802. OLE color: 4611802.
HSL color Cylindrical-coordinate representation of color #DA5E46: hue angle of 9.73º 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 #DA5E46 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 70 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.15 |
| HSL | 9.73º | 0.67% | 0.56% | - |
| HSV(B) | 9.73º | 0.68% | 0.85% | - |
| XYZ | 34.02 | 23.35 | 8.51 | - |
| YUV | 128.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 70 | 0 | 0.57 | 0.68 | 0.15 | 9.73 | 0.67 | 0.56 |
| Hex | DA | 5E | 46 | 0 | 39 | 44 | F | A | 43 | 38 |
| Octal | 332 | 136 | 106 | 0 | 71 | 104 | 17 | 12 | 103 | 70 |
| Binary | 11011010 | 1011110 | 1000110 | 0 | 111001 | 1000100 | 1111 | 1010 | 1000011 | 111000 |
Color Harmonies of #DA5E46
Complementary color
Monochromatic Colors of #DA5E46
Black with #DA5E46
Text Example
Text Example
White with #DA5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E46; }
p { color: rgb(218,94,70); }
H1.HeaderClassName
{
color: #DA5E46;
}
.AnyTagClassName
{
color: #DA5E46;
}
</style>
background-color css
<style>
a { background-color: #DA5E46; }
a { background-color: rgb(218,94,70); }
div.DivClassName
{
background-color: #DA5E46;
}
.BgClassName
{
background-color: #DA5E46;
}
</style>
border-color css
<style>
span { border-color: #DA5E46; }
span { border-color: rgb(218,94,70); }
td.TdClassName
{
border-color: #DA5E46;
}
.TagClassName
{
border-color: #DA5E46;
}
</style>