Shades of Flamingo #D86248
Tints of Flamingo #D86248
RGB
CMYK
RGB Variations
Color information
#D86248 (or 0xD86248) is known color: Flamingo. HEX triplet: D8, 62 and 48. RGB value is (216,98,72). Sum of RGB (Red+Green+Blue) = 216+98+72=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D86248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86248 is #279DB7. Grayscale: #828282. Windows color (decimal): -2596280 or 4743896. OLE color: 4743896.
HSL color Cylindrical-coordinate representation of color #D86248: hue angle of 10.83º 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 #D86248 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 72 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.15 |
| HSL | 10.83º | 0.65% | 0.56% | - |
| HSV(B) | 10.83º | 0.67% | 0.85% | - |
| XYZ | 33.86 | 23.8 | 8.94 | - |
| YUV | 130.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 72 | 0 | 0.55 | 0.67 | 0.15 | 10.83 | 0.65 | 0.56 |
| Hex | D8 | 62 | 48 | 0 | 37 | 43 | F | B | 41 | 38 |
| Octal | 330 | 142 | 110 | 0 | 67 | 103 | 17 | 13 | 101 | 70 |
| Binary | 11011000 | 1100010 | 1001000 | 0 | 110111 | 1000011 | 1111 | 1011 | 1000001 | 111000 |
Color Harmonies of #D86248
Complementary color
Monochromatic Colors of #D86248
Black with #D86248
Text Example
Text Example
White with #D86248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86248; }
p { color: rgb(216,98,72); }
H1.HeaderClassName
{
color: #D86248;
}
.AnyTagClassName
{
color: #D86248;
}
</style>
background-color css
<style>
a { background-color: #D86248; }
a { background-color: rgb(216,98,72); }
div.DivClassName
{
background-color: #D86248;
}
.BgClassName
{
background-color: #D86248;
}
</style>
border-color css
<style>
span { border-color: #D86248; }
span { border-color: rgb(216,98,72); }
td.TdClassName
{
border-color: #D86248;
}
.TagClassName
{
border-color: #D86248;
}
</style>