Shades of Flamingo #D86653
Tints of Flamingo #D86653
RGB
CMYK
RGB Variations
Color information
#D86653 (or 0xD86653) is known color: Flamingo. HEX triplet: D8, 66 and 53. RGB value is (216,102,83). Sum of RGB (Red+Green+Blue) = 216+102+83=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D86653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86653 is #2799AC. Grayscale: #868686. Windows color (decimal): -2595245 or 5465816. OLE color: 5465816.
HSL color Cylindrical-coordinate representation of color #D86653: hue angle of 8.57º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86653 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 83 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.15 |
| HSL | 8.57º | 0.63% | 0.59% | - |
| HSV(B) | 8.57º | 0.62% | 0.85% | - |
| XYZ | 34.63 | 24.73 | 11.13 | - |
| YUV | 133.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 83 | 0 | 0.53 | 0.62 | 0.15 | 8.57 | 0.63 | 0.59 |
| Hex | D8 | 66 | 53 | 0 | 35 | 3E | F | 9 | 3F | 3B |
| Octal | 330 | 146 | 123 | 0 | 65 | 76 | 17 | 11 | 77 | 73 |
| Binary | 11011000 | 1100110 | 1010011 | 0 | 110101 | 111110 | 1111 | 1001 | 111111 | 111011 |
Color Harmonies of #D86653
Complementary color
Monochromatic Colors of #D86653
Black with #D86653
Text Example
Text Example
White with #D86653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86653; }
p { color: rgb(216,102,83); }
H1.HeaderClassName
{
color: #D86653;
}
.AnyTagClassName
{
color: #D86653;
}
</style>
background-color css
<style>
a { background-color: #D86653; }
a { background-color: rgb(216,102,83); }
div.DivClassName
{
background-color: #D86653;
}
.BgClassName
{
background-color: #D86653;
}
</style>
border-color css
<style>
span { border-color: #D86653; }
span { border-color: rgb(216,102,83); }
td.TdClassName
{
border-color: #D86653;
}
.TagClassName
{
border-color: #D86653;
}
</style>