Shades of Flamingo #DA6C53
Tints of Flamingo #DA6C53
RGB
CMYK
RGB Variations
Color information
#DA6C53 (or 0xDA6C53) is known color: Flamingo. HEX triplet: DA, 6C and 53. RGB value is (218,108,83). Sum of RGB (Red+Green+Blue) = 218+108+83=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C53 is #2593AC. Grayscale: #8A8A8A. Windows color (decimal): -2462637 or 5467354. OLE color: 5467354.
HSL color Cylindrical-coordinate representation of color #DA6C53: hue angle of 11.11º 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 #DA6C53 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 83 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.15 |
| HSL | 11.11º | 0.65% | 0.59% | - |
| HSV(B) | 11.11º | 0.62% | 0.85% | - |
| XYZ | 35.84 | 26.26 | 11.36 | - |
| YUV | 138.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 83 | 0 | 0.50 | 0.62 | 0.15 | 11.11 | 0.65 | 0.59 |
| Hex | DA | 6C | 53 | 0 | 32 | 3E | F | B | 41 | 3B |
| Octal | 332 | 154 | 123 | 0 | 62 | 76 | 17 | 13 | 101 | 73 |
| Binary | 11011010 | 1101100 | 1010011 | 0 | 110010 | 111110 | 1111 | 1011 | 1000001 | 111011 |
Color Harmonies of #DA6C53
Complementary color
Monochromatic Colors of #DA6C53
Black with #DA6C53
Text Example
Text Example
White with #DA6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C53; }
p { color: rgb(218,108,83); }
H1.HeaderClassName
{
color: #DA6C53;
}
.AnyTagClassName
{
color: #DA6C53;
}
</style>
background-color css
<style>
a { background-color: #DA6C53; }
a { background-color: rgb(218,108,83); }
div.DivClassName
{
background-color: #DA6C53;
}
.BgClassName
{
background-color: #DA6C53;
}
</style>
border-color css
<style>
span { border-color: #DA6C53; }
span { border-color: rgb(218,108,83); }
td.TdClassName
{
border-color: #DA6C53;
}
.TagClassName
{
border-color: #DA6C53;
}
</style>