Shades of Flamingo #D7684E
Tints of Flamingo #D7684E
RGB
CMYK
RGB Variations
Color information
#D7684E (or 0xD7684E) is known color: Flamingo. HEX triplet: D7, 68 and 4E. RGB value is (215,104,78). Sum of RGB (Red+Green+Blue) = 215+104+78=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D7684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7684E is #2897B1. Grayscale: #868686. Windows color (decimal): -2660274 or 5138647. OLE color: 5138647.
HSL color Cylindrical-coordinate representation of color #D7684E: hue angle of 11.39º 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 #D7684E is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 78 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.16 |
| HSL | 11.39º | 0.63% | 0.57% | - |
| HSV(B) | 11.39º | 0.64% | 0.84% | - |
| XYZ | 34.35 | 24.9 | 10.2 | - |
| YUV | 134.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 78 | 0 | 0.52 | 0.64 | 0.16 | 11.39 | 0.63 | 0.57 |
| Hex | D7 | 68 | 4E | 0 | 34 | 40 | 10 | B | 3F | 39 |
| Octal | 327 | 150 | 116 | 0 | 64 | 100 | 20 | 13 | 77 | 71 |
| Binary | 11010111 | 1101000 | 1001110 | 0 | 110100 | 1000000 | 10000 | 1011 | 111111 | 111001 |
Color Harmonies of #D7684E
Complementary color
Monochromatic Colors of #D7684E
Black with #D7684E
Text Example
Text Example
White with #D7684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7684E; }
p { color: rgb(215,104,78); }
H1.HeaderClassName
{
color: #D7684E;
}
.AnyTagClassName
{
color: #D7684E;
}
</style>
background-color css
<style>
a { background-color: #D7684E; }
a { background-color: rgb(215,104,78); }
div.DivClassName
{
background-color: #D7684E;
}
.BgClassName
{
background-color: #D7684E;
}
</style>
border-color css
<style>
span { border-color: #D7684E; }
span { border-color: rgb(215,104,78); }
td.TdClassName
{
border-color: #D7684E;
}
.TagClassName
{
border-color: #D7684E;
}
</style>