Shades of Flamingo #D56651
Tints of Flamingo #D56651
RGB
CMYK
RGB Variations
Color information
#D56651 (or 0xD56651) is known color: Flamingo. HEX triplet: D5, 66 and 51. RGB value is (213,102,81). Sum of RGB (Red+Green+Blue) = 213+102+81=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D56651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56651 is #2A99AE. Grayscale: #848484. Windows color (decimal): -2791855 or 5334741. OLE color: 5334741.
HSL color Cylindrical-coordinate representation of color #D56651: hue angle of 9.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56651 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 81 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.16 |
| HSL | 9.55º | 0.61% | 0.58% | - |
| HSV(B) | 9.55º | 0.62% | 0.84% | - |
| XYZ | 33.68 | 24.24 | 10.69 | - |
| YUV | 132.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 81 | 0 | 0.52 | 0.62 | 0.16 | 9.55 | 0.61 | 0.58 |
| Hex | D5 | 66 | 51 | 0 | 34 | 3E | 10 | A | 3D | 3A |
| Octal | 325 | 146 | 121 | 0 | 64 | 76 | 20 | 12 | 75 | 72 |
| Binary | 11010101 | 1100110 | 1010001 | 0 | 110100 | 111110 | 10000 | 1010 | 111101 | 111010 |
Color Harmonies of #D56651
Complementary color
Monochromatic Colors of #D56651
Black with #D56651
Text Example
Text Example
White with #D56651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56651; }
p { color: rgb(213,102,81); }
H1.HeaderClassName
{
color: #D56651;
}
.AnyTagClassName
{
color: #D56651;
}
</style>
background-color css
<style>
a { background-color: #D56651; }
a { background-color: rgb(213,102,81); }
div.DivClassName
{
background-color: #D56651;
}
.BgClassName
{
background-color: #D56651;
}
</style>
border-color css
<style>
span { border-color: #D56651; }
span { border-color: rgb(213,102,81); }
td.TdClassName
{
border-color: #D56651;
}
.TagClassName
{
border-color: #D56651;
}
</style>