Shades of Flamingo #D7664C
Tints of Flamingo #D7664C
RGB
CMYK
RGB Variations
Color information
#D7664C (or 0xD7664C) is known color: Flamingo. HEX triplet: D7, 66 and 4C. RGB value is (215,102,76). Sum of RGB (Red+Green+Blue) = 215+102+76=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7664C is #2899B3. Grayscale: #858585. Windows color (decimal): -2660788 or 5007063. OLE color: 5007063.
HSL color Cylindrical-coordinate representation of color #D7664C: hue angle of 11.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7664C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 76 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.16 |
| HSL | 11.22º | 0.63% | 0.57% | - |
| HSV(B) | 11.22º | 0.65% | 0.84% | - |
| XYZ | 34.08 | 24.47 | 9.76 | - |
| YUV | 132.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 76 | 0 | 0.53 | 0.65 | 0.16 | 11.22 | 0.63 | 0.57 |
| Hex | D7 | 66 | 4C | 0 | 35 | 41 | 10 | B | 3F | 39 |
| Octal | 327 | 146 | 114 | 0 | 65 | 101 | 20 | 13 | 77 | 71 |
| Binary | 11010111 | 1100110 | 1001100 | 0 | 110101 | 1000001 | 10000 | 1011 | 111111 | 111001 |
Color Harmonies of #D7664C
Complementary color
Monochromatic Colors of #D7664C
Black with #D7664C
Text Example
Text Example
White with #D7664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7664C; }
p { color: rgb(215,102,76); }
H1.HeaderClassName
{
color: #D7664C;
}
.AnyTagClassName
{
color: #D7664C;
}
</style>
background-color css
<style>
a { background-color: #D7664C; }
a { background-color: rgb(215,102,76); }
div.DivClassName
{
background-color: #D7664C;
}
.BgClassName
{
background-color: #D7664C;
}
</style>
border-color css
<style>
span { border-color: #D7664C; }
span { border-color: rgb(215,102,76); }
td.TdClassName
{
border-color: #D7664C;
}
.TagClassName
{
border-color: #D7664C;
}
</style>