Shades of Flamingo #DA6C4D
Tints of Flamingo #DA6C4D
RGB
CMYK
RGB Variations
Color information
#DA6C4D (or 0xDA6C4D) is known color: Flamingo. HEX triplet: DA, 6C and 4D. RGB value is (218,108,77). Sum of RGB (Red+Green+Blue) = 218+108+77=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C4D is #2593B2. Grayscale: #898989. Windows color (decimal): -2462643 or 5074138. OLE color: 5074138.
HSL color Cylindrical-coordinate representation of color #DA6C4D: hue angle of 13.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA6C4D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 77 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.15 |
| HSL | 13.19º | 0.66% | 0.58% | - |
| HSV(B) | 13.19º | 0.65% | 0.85% | - |
| XYZ | 35.62 | 26.17 | 10.19 | - |
| YUV | 137.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 77 | 0 | 0.50 | 0.65 | 0.15 | 13.19 | 0.66 | 0.58 |
| Hex | DA | 6C | 4D | 0 | 32 | 41 | F | D | 42 | 3A |
| Octal | 332 | 154 | 115 | 0 | 62 | 101 | 17 | 15 | 102 | 72 |
| Binary | 11011010 | 1101100 | 1001101 | 0 | 110010 | 1000001 | 1111 | 1101 | 1000010 | 111010 |
Color Harmonies of #DA6C4D
Complementary color
Monochromatic Colors of #DA6C4D
Black with #DA6C4D
Text Example
Text Example
White with #DA6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C4D; }
p { color: rgb(218,108,77); }
H1.HeaderClassName
{
color: #DA6C4D;
}
.AnyTagClassName
{
color: #DA6C4D;
}
</style>
background-color css
<style>
a { background-color: #DA6C4D; }
a { background-color: rgb(218,108,77); }
div.DivClassName
{
background-color: #DA6C4D;
}
.BgClassName
{
background-color: #DA6C4D;
}
</style>
border-color css
<style>
span { border-color: #DA6C4D; }
span { border-color: rgb(218,108,77); }
td.TdClassName
{
border-color: #DA6C4D;
}
.TagClassName
{
border-color: #DA6C4D;
}
</style>