Shades of Flamingo #DA684E
Tints of Flamingo #DA684E
RGB
CMYK
RGB Variations
Color information
#DA684E (or 0xDA684E) is known color: Flamingo. HEX triplet: DA, 68 and 4E. RGB value is (218,104,78). Sum of RGB (Red+Green+Blue) = 218+104+78=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA684E is #2597B1. Grayscale: #878787. Windows color (decimal): -2463666 or 5138650. OLE color: 5138650.
HSL color Cylindrical-coordinate representation of color #DA684E: hue angle of 11.14º 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 #DA684E is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 78 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.15 |
| HSL | 11.14º | 0.65% | 0.58% | - |
| HSV(B) | 11.14º | 0.64% | 0.85% | - |
| XYZ | 35.24 | 25.36 | 10.24 | - |
| YUV | 135.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 78 | 0 | 0.52 | 0.64 | 0.15 | 11.14 | 0.65 | 0.58 |
| Hex | DA | 68 | 4E | 0 | 34 | 40 | F | B | 41 | 3A |
| Octal | 332 | 150 | 116 | 0 | 64 | 100 | 17 | 13 | 101 | 72 |
| Binary | 11011010 | 1101000 | 1001110 | 0 | 110100 | 1000000 | 1111 | 1011 | 1000001 | 111010 |
Color Harmonies of #DA684E
Complementary color
Monochromatic Colors of #DA684E
Black with #DA684E
Text Example
Text Example
White with #DA684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA684E; }
p { color: rgb(218,104,78); }
H1.HeaderClassName
{
color: #DA684E;
}
.AnyTagClassName
{
color: #DA684E;
}
</style>
background-color css
<style>
a { background-color: #DA684E; }
a { background-color: rgb(218,104,78); }
div.DivClassName
{
background-color: #DA684E;
}
.BgClassName
{
background-color: #DA684E;
}
</style>
border-color css
<style>
span { border-color: #DA684E; }
span { border-color: rgb(218,104,78); }
td.TdClassName
{
border-color: #DA684E;
}
.TagClassName
{
border-color: #DA684E;
}
</style>