Shades of Flamingo #D86A4E
Tints of Flamingo #D86A4E
RGB
CMYK
RGB Variations
Color information
#D86A4E (or 0xD86A4E) is known color: Flamingo. HEX triplet: D8, 6A and 4E. RGB value is (216,106,78). Sum of RGB (Red+Green+Blue) = 216+106+78=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A4E is #2795B1. Grayscale: #878787. Windows color (decimal): -2594226 or 5139160. OLE color: 5139160.
HSL color Cylindrical-coordinate representation of color #D86A4E: hue angle of 12.17º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D86A4E is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 78 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.15 |
| HSL | 12.17º | 0.64% | 0.58% | - |
| HSV(B) | 12.17º | 0.64% | 0.85% | - |
| XYZ | 34.85 | 25.46 | 10.28 | - |
| YUV | 135.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 78 | 0 | 0.51 | 0.64 | 0.15 | 12.17 | 0.64 | 0.58 |
| Hex | D8 | 6A | 4E | 0 | 33 | 40 | F | C | 40 | 3A |
| Octal | 330 | 152 | 116 | 0 | 63 | 100 | 17 | 14 | 100 | 72 |
| Binary | 11011000 | 1101010 | 1001110 | 0 | 110011 | 1000000 | 1111 | 1100 | 1000000 | 111010 |
Color Harmonies of #D86A4E
Complementary color
Monochromatic Colors of #D86A4E
Black with #D86A4E
Text Example
Text Example
White with #D86A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A4E; }
p { color: rgb(216,106,78); }
H1.HeaderClassName
{
color: #D86A4E;
}
.AnyTagClassName
{
color: #D86A4E;
}
</style>
background-color css
<style>
a { background-color: #D86A4E; }
a { background-color: rgb(216,106,78); }
div.DivClassName
{
background-color: #D86A4E;
}
.BgClassName
{
background-color: #D86A4E;
}
</style>
border-color css
<style>
span { border-color: #D86A4E; }
span { border-color: rgb(216,106,78); }
td.TdClassName
{
border-color: #D86A4E;
}
.TagClassName
{
border-color: #D86A4E;
}
</style>