Shades of Flamingo #DA6754
Tints of Flamingo #DA6754
RGB
CMYK
RGB Variations
Color information
#DA6754 (or 0xDA6754) is known color: Flamingo. HEX triplet: DA, 67 and 54. RGB value is (218,103,84). Sum of RGB (Red+Green+Blue) = 218+103+84=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6754 is #2598AB. Grayscale: #878787. Windows color (decimal): -2463916 or 5531610. OLE color: 5531610.
HSL color Cylindrical-coordinate representation of color #DA6754: hue angle of 8.51º 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 #DA6754 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 84 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.15 |
| HSL | 8.51º | 0.64% | 0.59% | - |
| HSV(B) | 8.51º | 0.61% | 0.85% | - |
| XYZ | 35.36 | 25.25 | 11.4 | - |
| YUV | 135.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 84 | 0 | 0.53 | 0.61 | 0.15 | 8.51 | 0.64 | 0.59 |
| Hex | DA | 67 | 54 | 0 | 35 | 3D | F | 9 | 40 | 3B |
| Octal | 332 | 147 | 124 | 0 | 65 | 75 | 17 | 11 | 100 | 73 |
| Binary | 11011010 | 1100111 | 1010100 | 0 | 110101 | 111101 | 1111 | 1001 | 1000000 | 111011 |
Color Harmonies of #DA6754
Complementary color
Monochromatic Colors of #DA6754
Black with #DA6754
Text Example
Text Example
White with #DA6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6754; }
p { color: rgb(218,103,84); }
H1.HeaderClassName
{
color: #DA6754;
}
.AnyTagClassName
{
color: #DA6754;
}
</style>
background-color css
<style>
a { background-color: #DA6754; }
a { background-color: rgb(218,103,84); }
div.DivClassName
{
background-color: #DA6754;
}
.BgClassName
{
background-color: #DA6754;
}
</style>
border-color css
<style>
span { border-color: #DA6754; }
span { border-color: rgb(218,103,84); }
td.TdClassName
{
border-color: #DA6754;
}
.TagClassName
{
border-color: #DA6754;
}
</style>