Shades of Flamingo #D86951
Tints of Flamingo #D86951
RGB
CMYK
RGB Variations
Color information
#D86951 (or 0xD86951) is known color: Flamingo. HEX triplet: D8, 69 and 51. RGB value is (216,105,81). Sum of RGB (Red+Green+Blue) = 216+105+81=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D86951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86951 is #2796AE. Grayscale: #878787. Windows color (decimal): -2594479 or 5335512. OLE color: 5335512.
HSL color Cylindrical-coordinate representation of color #D86951: hue angle of 10.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86951 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 81 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.15 |
| HSL | 10.67º | 0.63% | 0.58% | - |
| HSV(B) | 10.67º | 0.63% | 0.85% | - |
| XYZ | 34.86 | 25.3 | 10.83 | - |
| YUV | 135.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 81 | 0 | 0.51 | 0.62 | 0.15 | 10.67 | 0.63 | 0.58 |
| Hex | D8 | 69 | 51 | 0 | 33 | 3E | F | B | 3F | 3A |
| Octal | 330 | 151 | 121 | 0 | 63 | 76 | 17 | 13 | 77 | 72 |
| Binary | 11011000 | 1101001 | 1010001 | 0 | 110011 | 111110 | 1111 | 1011 | 111111 | 111010 |
Color Harmonies of #D86951
Complementary color
Monochromatic Colors of #D86951
Black with #D86951
Text Example
Text Example
White with #D86951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86951; }
p { color: rgb(216,105,81); }
H1.HeaderClassName
{
color: #D86951;
}
.AnyTagClassName
{
color: #D86951;
}
</style>
background-color css
<style>
a { background-color: #D86951; }
a { background-color: rgb(216,105,81); }
div.DivClassName
{
background-color: #D86951;
}
.BgClassName
{
background-color: #D86951;
}
</style>
border-color css
<style>
span { border-color: #D86951; }
span { border-color: rgb(216,105,81); }
td.TdClassName
{
border-color: #D86951;
}
.TagClassName
{
border-color: #D86951;
}
</style>