Shades of Flamingo #D86548
Tints of Flamingo #D86548
RGB
CMYK
RGB Variations
Color information
#D86548 (or 0xD86548) is known color: Flamingo. HEX triplet: D8, 65 and 48. RGB value is (216,101,72). Sum of RGB (Red+Green+Blue) = 216+101+72=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D86548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86548 is #279AB7. Grayscale: #848484. Windows color (decimal): -2595512 or 4744664. OLE color: 4744664.
HSL color Cylindrical-coordinate representation of color #D86548: hue angle of 12.08º 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 #D86548 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 72 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.15 |
| HSL | 12.08º | 0.65% | 0.56% | - |
| HSV(B) | 12.08º | 0.67% | 0.85% | - |
| XYZ | 34.14 | 24.37 | 9.04 | - |
| YUV | 132.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 72 | 0 | 0.53 | 0.67 | 0.15 | 12.08 | 0.65 | 0.56 |
| Hex | D8 | 65 | 48 | 0 | 35 | 43 | F | C | 41 | 38 |
| Octal | 330 | 145 | 110 | 0 | 65 | 103 | 17 | 14 | 101 | 70 |
| Binary | 11011000 | 1100101 | 1001000 | 0 | 110101 | 1000011 | 1111 | 1100 | 1000001 | 111000 |
Color Harmonies of #D86548
Complementary color
Monochromatic Colors of #D86548
Black with #D86548
Text Example
Text Example
White with #D86548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86548; }
p { color: rgb(216,101,72); }
H1.HeaderClassName
{
color: #D86548;
}
.AnyTagClassName
{
color: #D86548;
}
</style>
background-color css
<style>
a { background-color: #D86548; }
a { background-color: rgb(216,101,72); }
div.DivClassName
{
background-color: #D86548;
}
.BgClassName
{
background-color: #D86548;
}
</style>
border-color css
<style>
span { border-color: #D86548; }
span { border-color: rgb(216,101,72); }
td.TdClassName
{
border-color: #D86548;
}
.TagClassName
{
border-color: #D86548;
}
</style>