Shades of Flamingo #DA6553
Tints of Flamingo #DA6553
RGB
CMYK
RGB Variations
Color information
#DA6553 (or 0xDA6553) is known color: Flamingo. HEX triplet: DA, 65 and 53. RGB value is (218,101,83). Sum of RGB (Red+Green+Blue) = 218+101+83=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6553 is #259AAC. Grayscale: #868686. Windows color (decimal): -2464429 or 5465562. OLE color: 5465562.
HSL color Cylindrical-coordinate representation of color #DA6553: hue angle of 8º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA6553 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 83 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.15 |
| HSL | 8º | 0.65% | 0.59% | - |
| HSV(B) | 8º | 0.62% | 0.85% | - |
| XYZ | 35.13 | 24.84 | 11.13 | - |
| YUV | 133.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 83 | 0 | 0.54 | 0.62 | 0.15 | 8 | 0.65 | 0.59 |
| Hex | DA | 65 | 53 | 0 | 36 | 3E | F | 8 | 41 | 3B |
| Octal | 332 | 145 | 123 | 0 | 66 | 76 | 17 | 10 | 101 | 73 |
| Binary | 11011010 | 1100101 | 1010011 | 0 | 110110 | 111110 | 1111 | 1000 | 1000001 | 111011 |
Color Harmonies of #DA6553
Complementary color
Monochromatic Colors of #DA6553
Black with #DA6553
Text Example
Text Example
White with #DA6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6553; }
p { color: rgb(218,101,83); }
H1.HeaderClassName
{
color: #DA6553;
}
.AnyTagClassName
{
color: #DA6553;
}
</style>
background-color css
<style>
a { background-color: #DA6553; }
a { background-color: rgb(218,101,83); }
div.DivClassName
{
background-color: #DA6553;
}
.BgClassName
{
background-color: #DA6553;
}
</style>
border-color css
<style>
span { border-color: #DA6553; }
span { border-color: rgb(218,101,83); }
td.TdClassName
{
border-color: #DA6553;
}
.TagClassName
{
border-color: #DA6553;
}
</style>