Shades of Flamingo #D6644C
Tints of Flamingo #D6644C
RGB
CMYK
RGB Variations
Color information
#D6644C (or 0xD6644C) is known color: Flamingo. HEX triplet: D6, 64 and 4C. RGB value is (214,100,76). Sum of RGB (Red+Green+Blue) = 214+100+76=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6644C is #299BB3. Grayscale: #838383. Windows color (decimal): -2726836 or 5006550. OLE color: 5006550.
HSL color Cylindrical-coordinate representation of color #D6644C: hue angle of 10.43º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6644C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 76 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.16 |
| HSL | 10.43º | 0.63% | 0.57% | - |
| HSV(B) | 10.43º | 0.64% | 0.84% | - |
| XYZ | 33.59 | 23.93 | 9.69 | - |
| YUV | 131.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 76 | 0 | 0.53 | 0.64 | 0.16 | 10.43 | 0.63 | 0.57 |
| Hex | D6 | 64 | 4C | 0 | 35 | 40 | 10 | A | 3F | 39 |
| Octal | 326 | 144 | 114 | 0 | 65 | 100 | 20 | 12 | 77 | 71 |
| Binary | 11010110 | 1100100 | 1001100 | 0 | 110101 | 1000000 | 10000 | 1010 | 111111 | 111001 |
Color Harmonies of #D6644C
Complementary color
Monochromatic Colors of #D6644C
Black with #D6644C
Text Example
Text Example
White with #D6644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6644C; }
p { color: rgb(214,100,76); }
H1.HeaderClassName
{
color: #D6644C;
}
.AnyTagClassName
{
color: #D6644C;
}
</style>
background-color css
<style>
a { background-color: #D6644C; }
a { background-color: rgb(214,100,76); }
div.DivClassName
{
background-color: #D6644C;
}
.BgClassName
{
background-color: #D6644C;
}
</style>
border-color css
<style>
span { border-color: #D6644C; }
span { border-color: rgb(214,100,76); }
td.TdClassName
{
border-color: #D6644C;
}
.TagClassName
{
border-color: #D6644C;
}
</style>