Shades of Flamingo #DA644C
Tints of Flamingo #DA644C
RGB
CMYK
RGB Variations
Color information
#DA644C (or 0xDA644C) is known color: Flamingo. HEX triplet: DA, 64 and 4C. RGB value is (218,100,76). Sum of RGB (Red+Green+Blue) = 218+100+76=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA644C is #259BB3. Grayscale: #848484. Windows color (decimal): -2464692 or 5006554. OLE color: 5006554.
HSL color Cylindrical-coordinate representation of color #DA644C: hue angle of 10.14º 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 #DA644C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 76 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.15 |
| HSL | 10.14º | 0.66% | 0.58% | - |
| HSV(B) | 10.14º | 0.65% | 0.85% | - |
| XYZ | 34.78 | 24.54 | 9.74 | - |
| YUV | 132.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 76 | 0 | 0.54 | 0.65 | 0.15 | 10.14 | 0.66 | 0.58 |
| Hex | DA | 64 | 4C | 0 | 36 | 41 | F | A | 42 | 3A |
| Octal | 332 | 144 | 114 | 0 | 66 | 101 | 17 | 12 | 102 | 72 |
| Binary | 11011010 | 1100100 | 1001100 | 0 | 110110 | 1000001 | 1111 | 1010 | 1000010 | 111010 |
Color Harmonies of #DA644C
Complementary color
Monochromatic Colors of #DA644C
Black with #DA644C
Text Example
Text Example
White with #DA644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA644C; }
p { color: rgb(218,100,76); }
H1.HeaderClassName
{
color: #DA644C;
}
.AnyTagClassName
{
color: #DA644C;
}
</style>
background-color css
<style>
a { background-color: #DA644C; }
a { background-color: rgb(218,100,76); }
div.DivClassName
{
background-color: #DA644C;
}
.BgClassName
{
background-color: #DA644C;
}
</style>
border-color css
<style>
span { border-color: #DA644C; }
span { border-color: rgb(218,100,76); }
td.TdClassName
{
border-color: #DA644C;
}
.TagClassName
{
border-color: #DA644C;
}
</style>