Shades of Flamingo #D6654C
Tints of Flamingo #D6654C
RGB
CMYK
RGB Variations
Color information
#D6654C (or 0xD6654C) is known color: Flamingo. HEX triplet: D6, 65 and 4C. RGB value is (214,101,76). Sum of RGB (Red+Green+Blue) = 214+101+76=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6654C is #299AB3. Grayscale: #848484. Windows color (decimal): -2726580 or 5006806. OLE color: 5006806.
HSL color Cylindrical-coordinate representation of color #D6654C: hue angle of 10.87º 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 #D6654C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 76 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.16 |
| HSL | 10.87º | 0.63% | 0.57% | - |
| HSV(B) | 10.87º | 0.64% | 0.84% | - |
| XYZ | 33.69 | 24.13 | 9.72 | - |
| YUV | 131.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 76 | 0 | 0.53 | 0.64 | 0.16 | 10.87 | 0.63 | 0.57 |
| Hex | D6 | 65 | 4C | 0 | 35 | 40 | 10 | B | 3F | 39 |
| Octal | 326 | 145 | 114 | 0 | 65 | 100 | 20 | 13 | 77 | 71 |
| Binary | 11010110 | 1100101 | 1001100 | 0 | 110101 | 1000000 | 10000 | 1011 | 111111 | 111001 |
Color Harmonies of #D6654C
Complementary color
Monochromatic Colors of #D6654C
Black with #D6654C
Text Example
Text Example
White with #D6654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6654C; }
p { color: rgb(214,101,76); }
H1.HeaderClassName
{
color: #D6654C;
}
.AnyTagClassName
{
color: #D6654C;
}
</style>
background-color css
<style>
a { background-color: #D6654C; }
a { background-color: rgb(214,101,76); }
div.DivClassName
{
background-color: #D6654C;
}
.BgClassName
{
background-color: #D6654C;
}
</style>
border-color css
<style>
span { border-color: #D6654C; }
span { border-color: rgb(214,101,76); }
td.TdClassName
{
border-color: #D6654C;
}
.TagClassName
{
border-color: #D6654C;
}
</style>