Shades of Flamingo #DA654D
Tints of Flamingo #DA654D
RGB
CMYK
RGB Variations
Color information
#DA654D (or 0xDA654D) is known color: Flamingo. HEX triplet: DA, 65 and 4D. RGB value is (218,101,77). Sum of RGB (Red+Green+Blue) = 218+101+77=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA654D is #259AB2. Grayscale: #858585. Windows color (decimal): -2464435 or 5072346. OLE color: 5072346.
HSL color Cylindrical-coordinate representation of color #DA654D: hue angle of 10.21º 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 #DA654D is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 77 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.15 |
| HSL | 10.21º | 0.66% | 0.58% | - |
| HSV(B) | 10.21º | 0.65% | 0.85% | - |
| XYZ | 34.91 | 24.75 | 9.96 | - |
| YUV | 133.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 77 | 0 | 0.54 | 0.65 | 0.15 | 10.21 | 0.66 | 0.58 |
| Hex | DA | 65 | 4D | 0 | 36 | 41 | F | A | 42 | 3A |
| Octal | 332 | 145 | 115 | 0 | 66 | 101 | 17 | 12 | 102 | 72 |
| Binary | 11011010 | 1100101 | 1001101 | 0 | 110110 | 1000001 | 1111 | 1010 | 1000010 | 111010 |
Color Harmonies of #DA654D
Complementary color
Monochromatic Colors of #DA654D
Black with #DA654D
Text Example
Text Example
White with #DA654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA654D; }
p { color: rgb(218,101,77); }
H1.HeaderClassName
{
color: #DA654D;
}
.AnyTagClassName
{
color: #DA654D;
}
</style>
background-color css
<style>
a { background-color: #DA654D; }
a { background-color: rgb(218,101,77); }
div.DivClassName
{
background-color: #DA654D;
}
.BgClassName
{
background-color: #DA654D;
}
</style>
border-color css
<style>
span { border-color: #DA654D; }
span { border-color: rgb(218,101,77); }
td.TdClassName
{
border-color: #DA654D;
}
.TagClassName
{
border-color: #DA654D;
}
</style>