Shades of Flamingo #D86B51
Tints of Flamingo #D86B51
RGB
CMYK
RGB Variations
Color information
#D86B51 (or 0xD86B51) is known color: Flamingo. HEX triplet: D8, 6B and 51. RGB value is (216,107,81). Sum of RGB (Red+Green+Blue) = 216+107+81=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B51 is #2794AE. Grayscale: #888888. Windows color (decimal): -2593967 or 5336024. OLE color: 5336024.
HSL color Cylindrical-coordinate representation of color #D86B51: hue angle of 11.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86B51 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 81 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.15 |
| HSL | 11.56º | 0.63% | 0.58% | - |
| HSV(B) | 11.56º | 0.63% | 0.85% | - |
| XYZ | 35.06 | 25.71 | 10.9 | - |
| YUV | 136.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 81 | 0 | 0.50 | 0.62 | 0.15 | 11.56 | 0.63 | 0.58 |
| Hex | D8 | 6B | 51 | 0 | 32 | 3E | F | C | 3F | 3A |
| Octal | 330 | 153 | 121 | 0 | 62 | 76 | 17 | 14 | 77 | 72 |
| Binary | 11011000 | 1101011 | 1010001 | 0 | 110010 | 111110 | 1111 | 1100 | 111111 | 111010 |
Color Harmonies of #D86B51
Complementary color
Monochromatic Colors of #D86B51
Black with #D86B51
Text Example
Text Example
White with #D86B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B51; }
p { color: rgb(216,107,81); }
H1.HeaderClassName
{
color: #D86B51;
}
.AnyTagClassName
{
color: #D86B51;
}
</style>
background-color css
<style>
a { background-color: #D86B51; }
a { background-color: rgb(216,107,81); }
div.DivClassName
{
background-color: #D86B51;
}
.BgClassName
{
background-color: #D86B51;
}
</style>
border-color css
<style>
span { border-color: #D86B51; }
span { border-color: rgb(216,107,81); }
td.TdClassName
{
border-color: #D86B51;
}
.TagClassName
{
border-color: #D86B51;
}
</style>