Shades of Flamingo #D86347
Tints of Flamingo #D86347
RGB
CMYK
RGB Variations
Color information
#D86347 (or 0xD86347) is known color: Flamingo. HEX triplet: D8, 63 and 47. RGB value is (216,99,71). Sum of RGB (Red+Green+Blue) = 216+99+71=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D86347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86347 is #279CB8. Grayscale: #838383. Windows color (decimal): -2596025 or 4678616. OLE color: 4678616.
HSL color Cylindrical-coordinate representation of color #D86347: hue angle of 11.59º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D86347 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 71 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.15 |
| HSL | 11.59º | 0.65% | 0.56% | - |
| HSV(B) | 11.59º | 0.67% | 0.85% | - |
| XYZ | 33.92 | 23.98 | 8.8 | - |
| YUV | 130.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 71 | 0 | 0.54 | 0.67 | 0.15 | 11.59 | 0.65 | 0.56 |
| Hex | D8 | 63 | 47 | 0 | 36 | 43 | F | C | 41 | 38 |
| Octal | 330 | 143 | 107 | 0 | 66 | 103 | 17 | 14 | 101 | 70 |
| Binary | 11011000 | 1100011 | 1000111 | 0 | 110110 | 1000011 | 1111 | 1100 | 1000001 | 111000 |
Color Harmonies of #D86347
Complementary color
Monochromatic Colors of #D86347
Black with #D86347
Text Example
Text Example
White with #D86347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86347; }
p { color: rgb(216,99,71); }
H1.HeaderClassName
{
color: #D86347;
}
.AnyTagClassName
{
color: #D86347;
}
</style>
background-color css
<style>
a { background-color: #D86347; }
a { background-color: rgb(216,99,71); }
div.DivClassName
{
background-color: #D86347;
}
.BgClassName
{
background-color: #D86347;
}
</style>
border-color css
<style>
span { border-color: #D86347; }
span { border-color: rgb(216,99,71); }
td.TdClassName
{
border-color: #D86347;
}
.TagClassName
{
border-color: #D86347;
}
</style>