Shades of Flamingo #DA6753
Tints of Flamingo #DA6753
RGB
CMYK
RGB Variations
Color information
#DA6753 (or 0xDA6753) is known color: Flamingo. HEX triplet: DA, 67 and 53. RGB value is (218,103,83). Sum of RGB (Red+Green+Blue) = 218+103+83=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6753 is #2598AC. Grayscale: #878787. Windows color (decimal): -2463917 or 5466074. OLE color: 5466074.
HSL color Cylindrical-coordinate representation of color #DA6753: hue angle of 8.89º 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 #DA6753 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 83 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.15 |
| HSL | 8.89º | 0.65% | 0.59% | - |
| HSV(B) | 8.89º | 0.62% | 0.85% | - |
| XYZ | 35.33 | 25.23 | 11.19 | - |
| YUV | 135.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 83 | 0 | 0.53 | 0.62 | 0.15 | 8.89 | 0.65 | 0.59 |
| Hex | DA | 67 | 53 | 0 | 35 | 3E | F | 9 | 41 | 3B |
| Octal | 332 | 147 | 123 | 0 | 65 | 76 | 17 | 11 | 101 | 73 |
| Binary | 11011010 | 1100111 | 1010011 | 0 | 110101 | 111110 | 1111 | 1001 | 1000001 | 111011 |
Color Harmonies of #DA6753
Complementary color
Monochromatic Colors of #DA6753
Black with #DA6753
Text Example
Text Example
White with #DA6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6753; }
p { color: rgb(218,103,83); }
H1.HeaderClassName
{
color: #DA6753;
}
.AnyTagClassName
{
color: #DA6753;
}
</style>
background-color css
<style>
a { background-color: #DA6753; }
a { background-color: rgb(218,103,83); }
div.DivClassName
{
background-color: #DA6753;
}
.BgClassName
{
background-color: #DA6753;
}
</style>
border-color css
<style>
span { border-color: #DA6753; }
span { border-color: rgb(218,103,83); }
td.TdClassName
{
border-color: #DA6753;
}
.TagClassName
{
border-color: #DA6753;
}
</style>