Shades of Flamingo #DA664E
Tints of Flamingo #DA664E
RGB
CMYK
RGB Variations
Color information
#DA664E (or 0xDA664E) is known color: Flamingo. HEX triplet: DA, 66 and 4E. RGB value is (218,102,78). Sum of RGB (Red+Green+Blue) = 218+102+78=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA664E is #2599B1. Grayscale: #868686. Windows color (decimal): -2464178 or 5138138. OLE color: 5138138.
HSL color Cylindrical-coordinate representation of color #DA664E: hue angle of 10.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA664E is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 78 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.15 |
| HSL | 10.29º | 0.65% | 0.58% | - |
| HSV(B) | 10.29º | 0.64% | 0.85% | - |
| XYZ | 35.04 | 24.96 | 10.18 | - |
| YUV | 133.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 78 | 0 | 0.53 | 0.64 | 0.15 | 10.29 | 0.65 | 0.58 |
| Hex | DA | 66 | 4E | 0 | 35 | 40 | F | A | 41 | 3A |
| Octal | 332 | 146 | 116 | 0 | 65 | 100 | 17 | 12 | 101 | 72 |
| Binary | 11011010 | 1100110 | 1001110 | 0 | 110101 | 1000000 | 1111 | 1010 | 1000001 | 111010 |
Color Harmonies of #DA664E
Complementary color
Monochromatic Colors of #DA664E
Black with #DA664E
Text Example
Text Example
White with #DA664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA664E; }
p { color: rgb(218,102,78); }
H1.HeaderClassName
{
color: #DA664E;
}
.AnyTagClassName
{
color: #DA664E;
}
</style>
background-color css
<style>
a { background-color: #DA664E; }
a { background-color: rgb(218,102,78); }
div.DivClassName
{
background-color: #DA664E;
}
.BgClassName
{
background-color: #DA664E;
}
</style>
border-color css
<style>
span { border-color: #DA664E; }
span { border-color: rgb(218,102,78); }
td.TdClassName
{
border-color: #DA664E;
}
.TagClassName
{
border-color: #DA664E;
}
</style>