Shades of Flamingo #D86A55
Tints of Flamingo #D86A55
RGB
CMYK
RGB Variations
Color information
#D86A55 (or 0xD86A55) is known color: Flamingo. HEX triplet: D8, 6A and 55. RGB value is (216,106,85). Sum of RGB (Red+Green+Blue) = 216+106+85=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A55 is #2795AA. Grayscale: #888888. Windows color (decimal): -2594219 or 5597912. OLE color: 5597912.
HSL color Cylindrical-coordinate representation of color #D86A55: hue angle of 9.62º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D86A55 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 85 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.15 |
| HSL | 9.62º | 0.63% | 0.59% | - |
| HSV(B) | 9.62º | 0.61% | 0.85% | - |
| XYZ | 35.11 | 25.56 | 11.68 | - |
| YUV | 136.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 85 | 0 | 0.51 | 0.61 | 0.15 | 9.62 | 0.63 | 0.59 |
| Hex | D8 | 6A | 55 | 0 | 33 | 3D | F | A | 3F | 3B |
| Octal | 330 | 152 | 125 | 0 | 63 | 75 | 17 | 12 | 77 | 73 |
| Binary | 11011000 | 1101010 | 1010101 | 0 | 110011 | 111101 | 1111 | 1010 | 111111 | 111011 |
Color Harmonies of #D86A55
Complementary color
Monochromatic Colors of #D86A55
Black with #D86A55
Text Example
Text Example
White with #D86A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A55; }
p { color: rgb(216,106,85); }
H1.HeaderClassName
{
color: #D86A55;
}
.AnyTagClassName
{
color: #D86A55;
}
</style>
background-color css
<style>
a { background-color: #D86A55; }
a { background-color: rgb(216,106,85); }
div.DivClassName
{
background-color: #D86A55;
}
.BgClassName
{
background-color: #D86A55;
}
</style>
border-color css
<style>
span { border-color: #D86A55; }
span { border-color: rgb(216,106,85); }
td.TdClassName
{
border-color: #D86A55;
}
.TagClassName
{
border-color: #D86A55;
}
</style>