Shades of Flamingo #DA6A54
Tints of Flamingo #DA6A54
RGB
CMYK
RGB Variations
Color information
#DA6A54 (or 0xDA6A54) is known color: Flamingo. HEX triplet: DA, 6A and 54. RGB value is (218,106,84). Sum of RGB (Red+Green+Blue) = 218+106+84=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A54 is #2595AB. Grayscale: #898989. Windows color (decimal): -2463148 or 5532378. OLE color: 5532378.
HSL color Cylindrical-coordinate representation of color #DA6A54: hue angle of 9.85º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6A54 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 84 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.15 |
| HSL | 9.85º | 0.64% | 0.59% | - |
| HSV(B) | 9.85º | 0.61% | 0.85% | - |
| XYZ | 35.67 | 25.85 | 11.5 | - |
| YUV | 136.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 84 | 0 | 0.51 | 0.61 | 0.15 | 9.85 | 0.64 | 0.59 |
| Hex | DA | 6A | 54 | 0 | 33 | 3D | F | A | 40 | 3B |
| Octal | 332 | 152 | 124 | 0 | 63 | 75 | 17 | 12 | 100 | 73 |
| Binary | 11011010 | 1101010 | 1010100 | 0 | 110011 | 111101 | 1111 | 1010 | 1000000 | 111011 |
Color Harmonies of #DA6A54
Complementary color
Monochromatic Colors of #DA6A54
Black with #DA6A54
Text Example
Text Example
White with #DA6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A54; }
p { color: rgb(218,106,84); }
H1.HeaderClassName
{
color: #DA6A54;
}
.AnyTagClassName
{
color: #DA6A54;
}
</style>
background-color css
<style>
a { background-color: #DA6A54; }
a { background-color: rgb(218,106,84); }
div.DivClassName
{
background-color: #DA6A54;
}
.BgClassName
{
background-color: #DA6A54;
}
</style>
border-color css
<style>
span { border-color: #DA6A54; }
span { border-color: rgb(218,106,84); }
td.TdClassName
{
border-color: #DA6A54;
}
.TagClassName
{
border-color: #DA6A54;
}
</style>