Shades of Flamingo #DA6853
Tints of Flamingo #DA6853
RGB
CMYK
RGB Variations
Color information
#DA6853 (or 0xDA6853) is known color: Flamingo. HEX triplet: DA, 68 and 53. RGB value is (218,104,83). Sum of RGB (Red+Green+Blue) = 218+104+83=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6853 is #2597AC. Grayscale: #878787. Windows color (decimal): -2463661 or 5466330. OLE color: 5466330.
HSL color Cylindrical-coordinate representation of color #DA6853: hue angle of 9.33º 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 #DA6853 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 83 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.15 |
| HSL | 9.33º | 0.65% | 0.59% | - |
| HSV(B) | 9.33º | 0.62% | 0.85% | - |
| XYZ | 35.43 | 25.43 | 11.23 | - |
| YUV | 135.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 83 | 0 | 0.52 | 0.62 | 0.15 | 9.33 | 0.65 | 0.59 |
| Hex | DA | 68 | 53 | 0 | 34 | 3E | F | 9 | 41 | 3B |
| Octal | 332 | 150 | 123 | 0 | 64 | 76 | 17 | 11 | 101 | 73 |
| Binary | 11011010 | 1101000 | 1010011 | 0 | 110100 | 111110 | 1111 | 1001 | 1000001 | 111011 |
Color Harmonies of #DA6853
Complementary color
Monochromatic Colors of #DA6853
Black with #DA6853
Text Example
Text Example
White with #DA6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6853; }
p { color: rgb(218,104,83); }
H1.HeaderClassName
{
color: #DA6853;
}
.AnyTagClassName
{
color: #DA6853;
}
</style>
background-color css
<style>
a { background-color: #DA6853; }
a { background-color: rgb(218,104,83); }
div.DivClassName
{
background-color: #DA6853;
}
.BgClassName
{
background-color: #DA6853;
}
</style>
border-color css
<style>
span { border-color: #DA6853; }
span { border-color: rgb(218,104,83); }
td.TdClassName
{
border-color: #DA6853;
}
.TagClassName
{
border-color: #DA6853;
}
</style>