Shades of Flamingo #D6654D
Tints of Flamingo #D6654D
RGB
CMYK
RGB Variations
Color information
#D6654D (or 0xD6654D) is known color: Flamingo. HEX triplet: D6, 65 and 4D. RGB value is (214,101,77). Sum of RGB (Red+Green+Blue) = 214+101+77=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6654D is #299AB2. Grayscale: #848484. Windows color (decimal): -2726579 or 5072342. OLE color: 5072342.
HSL color Cylindrical-coordinate representation of color #D6654D: hue angle of 10.51º 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 #D6654D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 77 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.16 |
| HSL | 10.51º | 0.63% | 0.57% | - |
| HSV(B) | 10.51º | 0.64% | 0.84% | - |
| XYZ | 33.72 | 24.14 | 9.9 | - |
| YUV | 132.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 77 | 0 | 0.53 | 0.64 | 0.16 | 10.51 | 0.63 | 0.57 |
| Hex | D6 | 65 | 4D | 0 | 35 | 40 | 10 | B | 3F | 39 |
| Octal | 326 | 145 | 115 | 0 | 65 | 100 | 20 | 13 | 77 | 71 |
| Binary | 11010110 | 1100101 | 1001101 | 0 | 110101 | 1000000 | 10000 | 1011 | 111111 | 111001 |
Color Harmonies of #D6654D
Complementary color
Monochromatic Colors of #D6654D
Black with #D6654D
Text Example
Text Example
White with #D6654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6654D; }
p { color: rgb(214,101,77); }
H1.HeaderClassName
{
color: #D6654D;
}
.AnyTagClassName
{
color: #D6654D;
}
</style>
background-color css
<style>
a { background-color: #D6654D; }
a { background-color: rgb(214,101,77); }
div.DivClassName
{
background-color: #D6654D;
}
.BgClassName
{
background-color: #D6654D;
}
</style>
border-color css
<style>
span { border-color: #D6654D; }
span { border-color: rgb(214,101,77); }
td.TdClassName
{
border-color: #D6654D;
}
.TagClassName
{
border-color: #D6654D;
}
</style>