Shades of Flamingo #D86A51
Tints of Flamingo #D86A51
RGB
CMYK
RGB Variations
Color information
#D86A51 (or 0xD86A51) is known color: Flamingo. HEX triplet: D8, 6A and 51. RGB value is (216,106,81). Sum of RGB (Red+Green+Blue) = 216+106+81=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A51 is #2795AE. Grayscale: #888888. Windows color (decimal): -2594223 or 5335768. OLE color: 5335768.
HSL color Cylindrical-coordinate representation of color #D86A51: hue angle of 11.11º 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 #D86A51 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 81 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.15 |
| HSL | 11.11º | 0.63% | 0.58% | - |
| HSV(B) | 11.11º | 0.63% | 0.85% | - |
| XYZ | 34.96 | 25.5 | 10.86 | - |
| YUV | 136.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 81 | 0 | 0.51 | 0.62 | 0.15 | 11.11 | 0.63 | 0.58 |
| Hex | D8 | 6A | 51 | 0 | 33 | 3E | F | B | 3F | 3A |
| Octal | 330 | 152 | 121 | 0 | 63 | 76 | 17 | 13 | 77 | 72 |
| Binary | 11011000 | 1101010 | 1010001 | 0 | 110011 | 111110 | 1111 | 1011 | 111111 | 111010 |
Color Harmonies of #D86A51
Complementary color
Monochromatic Colors of #D86A51
Black with #D86A51
Text Example
Text Example
White with #D86A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A51; }
p { color: rgb(216,106,81); }
H1.HeaderClassName
{
color: #D86A51;
}
.AnyTagClassName
{
color: #D86A51;
}
</style>
background-color css
<style>
a { background-color: #D86A51; }
a { background-color: rgb(216,106,81); }
div.DivClassName
{
background-color: #D86A51;
}
.BgClassName
{
background-color: #D86A51;
}
</style>
border-color css
<style>
span { border-color: #D86A51; }
span { border-color: rgb(216,106,81); }
td.TdClassName
{
border-color: #D86A51;
}
.TagClassName
{
border-color: #D86A51;
}
</style>