Shades of Flamingo #D86A4D
Tints of Flamingo #D86A4D
RGB
CMYK
RGB Variations
Color information
#D86A4D (or 0xD86A4D) is known color: Flamingo. HEX triplet: D8, 6A and 4D. RGB value is (216,106,77). Sum of RGB (Red+Green+Blue) = 216+106+77=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A4D is #2795B2. Grayscale: #878787. Windows color (decimal): -2594227 or 5073624. OLE color: 5073624.
HSL color Cylindrical-coordinate representation of color #D86A4D: hue angle of 12.52º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D86A4D is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 77 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.15 |
| HSL | 12.52º | 0.64% | 0.57% | - |
| HSV(B) | 12.52º | 0.64% | 0.85% | - |
| XYZ | 34.81 | 25.44 | 10.1 | - |
| YUV | 135.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 77 | 0 | 0.51 | 0.64 | 0.15 | 12.52 | 0.64 | 0.57 |
| Hex | D8 | 6A | 4D | 0 | 33 | 40 | F | D | 40 | 39 |
| Octal | 330 | 152 | 115 | 0 | 63 | 100 | 17 | 15 | 100 | 71 |
| Binary | 11011000 | 1101010 | 1001101 | 0 | 110011 | 1000000 | 1111 | 1101 | 1000000 | 111001 |
Color Harmonies of #D86A4D
Complementary color
Monochromatic Colors of #D86A4D
Black with #D86A4D
Text Example
Text Example
White with #D86A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A4D; }
p { color: rgb(216,106,77); }
H1.HeaderClassName
{
color: #D86A4D;
}
.AnyTagClassName
{
color: #D86A4D;
}
</style>
background-color css
<style>
a { background-color: #D86A4D; }
a { background-color: rgb(216,106,77); }
div.DivClassName
{
background-color: #D86A4D;
}
.BgClassName
{
background-color: #D86A4D;
}
</style>
border-color css
<style>
span { border-color: #D86A4D; }
span { border-color: rgb(216,106,77); }
td.TdClassName
{
border-color: #D86A4D;
}
.TagClassName
{
border-color: #D86A4D;
}
</style>