Shades of Flamingo #D86A50
Tints of Flamingo #D86A50
RGB
CMYK
RGB Variations
Color information
#D86A50 (or 0xD86A50) is known color: Flamingo. HEX triplet: D8, 6A and 50. RGB value is (216,106,80). Sum of RGB (Red+Green+Blue) = 216+106+80=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A50 is #2795AF. Grayscale: #888888. Windows color (decimal): -2594224 or 5270232. OLE color: 5270232.
HSL color Cylindrical-coordinate representation of color #D86A50: hue angle of 11.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D86A50 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 80 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.15 |
| HSL | 11.47º | 0.64% | 0.58% | - |
| HSV(B) | 11.47º | 0.63% | 0.85% | - |
| XYZ | 34.92 | 25.49 | 10.67 | - |
| YUV | 135.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 80 | 0 | 0.51 | 0.63 | 0.15 | 11.47 | 0.64 | 0.58 |
| Hex | D8 | 6A | 50 | 0 | 33 | 3F | F | B | 40 | 3A |
| Octal | 330 | 152 | 120 | 0 | 63 | 77 | 17 | 13 | 100 | 72 |
| Binary | 11011000 | 1101010 | 1010000 | 0 | 110011 | 111111 | 1111 | 1011 | 1000000 | 111010 |
Color Harmonies of #D86A50
Complementary color
Monochromatic Colors of #D86A50
Black with #D86A50
Text Example
Text Example
White with #D86A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A50; }
p { color: rgb(216,106,80); }
H1.HeaderClassName
{
color: #D86A50;
}
.AnyTagClassName
{
color: #D86A50;
}
</style>
background-color css
<style>
a { background-color: #D86A50; }
a { background-color: rgb(216,106,80); }
div.DivClassName
{
background-color: #D86A50;
}
.BgClassName
{
background-color: #D86A50;
}
</style>
border-color css
<style>
span { border-color: #D86A50; }
span { border-color: rgb(216,106,80); }
td.TdClassName
{
border-color: #D86A50;
}
.TagClassName
{
border-color: #D86A50;
}
</style>