Shades of Flamingo #DA6855
Tints of Flamingo #DA6855
RGB
CMYK
RGB Variations
Color information
#DA6855 (or 0xDA6855) is known color: Flamingo. HEX triplet: DA, 68 and 55. RGB value is (218,104,85). Sum of RGB (Red+Green+Blue) = 218+104+85=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6855 is #2597AA. Grayscale: #888888. Windows color (decimal): -2463659 or 5597402. OLE color: 5597402.
HSL color Cylindrical-coordinate representation of color #DA6855: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6855 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 85 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.15 |
| HSL | 8.57º | 0.64% | 0.59% | - |
| HSV(B) | 8.57º | 0.61% | 0.85% | - |
| XYZ | 35.5 | 25.46 | 11.64 | - |
| YUV | 135.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 85 | 0 | 0.52 | 0.61 | 0.15 | 8.57 | 0.64 | 0.59 |
| Hex | DA | 68 | 55 | 0 | 34 | 3D | F | 9 | 40 | 3B |
| Octal | 332 | 150 | 125 | 0 | 64 | 75 | 17 | 11 | 100 | 73 |
| Binary | 11011010 | 1101000 | 1010101 | 0 | 110100 | 111101 | 1111 | 1001 | 1000000 | 111011 |
Color Harmonies of #DA6855
Complementary color
Monochromatic Colors of #DA6855
Black with #DA6855
Text Example
Text Example
White with #DA6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6855; }
p { color: rgb(218,104,85); }
H1.HeaderClassName
{
color: #DA6855;
}
.AnyTagClassName
{
color: #DA6855;
}
</style>
background-color css
<style>
a { background-color: #DA6855; }
a { background-color: rgb(218,104,85); }
div.DivClassName
{
background-color: #DA6855;
}
.BgClassName
{
background-color: #DA6855;
}
</style>
border-color css
<style>
span { border-color: #DA6855; }
span { border-color: rgb(218,104,85); }
td.TdClassName
{
border-color: #DA6855;
}
.TagClassName
{
border-color: #DA6855;
}
</style>