Shades of Flamingo #DA6A4D
Tints of Flamingo #DA6A4D
RGB
CMYK
RGB Variations
Color information
#DA6A4D (or 0xDA6A4D) is known color: Flamingo. HEX triplet: DA, 6A and 4D. RGB value is (218,106,77). Sum of RGB (Red+Green+Blue) = 218+106+77=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A4D is #2595B2. Grayscale: #888888. Windows color (decimal): -2463155 or 5073626. OLE color: 5073626.
HSL color Cylindrical-coordinate representation of color #DA6A4D: hue angle of 12.34º 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 #DA6A4D is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 77 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.15 |
| HSL | 12.34º | 0.66% | 0.58% | - |
| HSV(B) | 12.34º | 0.65% | 0.85% | - |
| XYZ | 35.41 | 25.75 | 10.13 | - |
| YUV | 136.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 77 | 0 | 0.51 | 0.65 | 0.15 | 12.34 | 0.66 | 0.58 |
| Hex | DA | 6A | 4D | 0 | 33 | 41 | F | C | 42 | 3A |
| Octal | 332 | 152 | 115 | 0 | 63 | 101 | 17 | 14 | 102 | 72 |
| Binary | 11011010 | 1101010 | 1001101 | 0 | 110011 | 1000001 | 1111 | 1100 | 1000010 | 111010 |
Color Harmonies of #DA6A4D
Complementary color
Monochromatic Colors of #DA6A4D
Black with #DA6A4D
Text Example
Text Example
White with #DA6A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A4D; }
p { color: rgb(218,106,77); }
H1.HeaderClassName
{
color: #DA6A4D;
}
.AnyTagClassName
{
color: #DA6A4D;
}
</style>
background-color css
<style>
a { background-color: #DA6A4D; }
a { background-color: rgb(218,106,77); }
div.DivClassName
{
background-color: #DA6A4D;
}
.BgClassName
{
background-color: #DA6A4D;
}
</style>
border-color css
<style>
span { border-color: #DA6A4D; }
span { border-color: rgb(218,106,77); }
td.TdClassName
{
border-color: #DA6A4D;
}
.TagClassName
{
border-color: #DA6A4D;
}
</style>