Shades of Flamingo #D86652
Tints of Flamingo #D86652
RGB
CMYK
RGB Variations
Color information
#D86652 (or 0xD86652) is known color: Flamingo. HEX triplet: D8, 66 and 52. RGB value is (216,102,82). Sum of RGB (Red+Green+Blue) = 216+102+82=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D86652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86652 is #2799AD. Grayscale: #868686. Windows color (decimal): -2595246 or 5400280. OLE color: 5400280.
HSL color Cylindrical-coordinate representation of color #D86652: hue angle of 8.96º 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 #D86652 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 82 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.15 |
| HSL | 8.96º | 0.63% | 0.58% | - |
| HSV(B) | 8.96º | 0.62% | 0.85% | - |
| XYZ | 34.59 | 24.71 | 10.93 | - |
| YUV | 133.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 82 | 0 | 0.53 | 0.62 | 0.15 | 8.96 | 0.63 | 0.58 |
| Hex | D8 | 66 | 52 | 0 | 35 | 3E | F | 9 | 3F | 3A |
| Octal | 330 | 146 | 122 | 0 | 65 | 76 | 17 | 11 | 77 | 72 |
| Binary | 11011000 | 1100110 | 1010010 | 0 | 110101 | 111110 | 1111 | 1001 | 111111 | 111010 |
Color Harmonies of #D86652
Complementary color
Monochromatic Colors of #D86652
Black with #D86652
Text Example
Text Example
White with #D86652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86652; }
p { color: rgb(216,102,82); }
H1.HeaderClassName
{
color: #D86652;
}
.AnyTagClassName
{
color: #D86652;
}
</style>
background-color css
<style>
a { background-color: #D86652; }
a { background-color: rgb(216,102,82); }
div.DivClassName
{
background-color: #D86652;
}
.BgClassName
{
background-color: #D86652;
}
</style>
border-color css
<style>
span { border-color: #D86652; }
span { border-color: rgb(216,102,82); }
td.TdClassName
{
border-color: #D86652;
}
.TagClassName
{
border-color: #D86652;
}
</style>