Shades of Flamingo #D6664D
Tints of Flamingo #D6664D
RGB
CMYK
RGB Variations
Color information
#D6664D (or 0xD6664D) is known color: Flamingo. HEX triplet: D6, 66 and 4D. RGB value is (214,102,77). Sum of RGB (Red+Green+Blue) = 214+102+77=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6664D is #2999B2. Grayscale: #848484. Windows color (decimal): -2726323 or 5072598. OLE color: 5072598.
HSL color Cylindrical-coordinate representation of color #D6664D: hue angle of 10.95º 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 #D6664D is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 77 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.16 |
| HSL | 10.95º | 0.63% | 0.57% | - |
| HSV(B) | 10.95º | 0.64% | 0.84% | - |
| XYZ | 33.82 | 24.33 | 9.94 | - |
| YUV | 132.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 77 | 0 | 0.52 | 0.64 | 0.16 | 10.95 | 0.63 | 0.57 |
| Hex | D6 | 66 | 4D | 0 | 34 | 40 | 10 | B | 3F | 39 |
| Octal | 326 | 146 | 115 | 0 | 64 | 100 | 20 | 13 | 77 | 71 |
| Binary | 11010110 | 1100110 | 1001101 | 0 | 110100 | 1000000 | 10000 | 1011 | 111111 | 111001 |
Color Harmonies of #D6664D
Complementary color
Monochromatic Colors of #D6664D
Black with #D6664D
Text Example
Text Example
White with #D6664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6664D; }
p { color: rgb(214,102,77); }
H1.HeaderClassName
{
color: #D6664D;
}
.AnyTagClassName
{
color: #D6664D;
}
</style>
background-color css
<style>
a { background-color: #D6664D; }
a { background-color: rgb(214,102,77); }
div.DivClassName
{
background-color: #D6664D;
}
.BgClassName
{
background-color: #D6664D;
}
</style>
border-color css
<style>
span { border-color: #D6664D; }
span { border-color: rgb(214,102,77); }
td.TdClassName
{
border-color: #D6664D;
}
.TagClassName
{
border-color: #D6664D;
}
</style>