Shades of Flamingo #D46551
Tints of Flamingo #D46551
RGB
CMYK
RGB Variations
Color information
#D46551 (or 0xD46551) is known color: Flamingo. HEX triplet: D4, 65 and 51. RGB value is (212,101,81). Sum of RGB (Red+Green+Blue) = 212+101+81=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D46551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46551 is #2B9AAE. Grayscale: #848484. Windows color (decimal): -2857647 or 5334484. OLE color: 5334484.
HSL color Cylindrical-coordinate representation of color #D46551: hue angle of 9.16º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D46551 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 81 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.17 |
| HSL | 9.16º | 0.6% | 0.57% | - |
| HSV(B) | 9.16º | 0.62% | 0.83% | - |
| XYZ | 33.29 | 23.9 | 10.64 | - |
| YUV | 131.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 81 | 0 | 0.52 | 0.62 | 0.17 | 9.16 | 0.6 | 0.57 |
| Hex | D4 | 65 | 51 | 0 | 34 | 3E | 11 | 9 | 3C | 39 |
| Octal | 324 | 145 | 121 | 0 | 64 | 76 | 21 | 11 | 74 | 71 |
| Binary | 11010100 | 1100101 | 1010001 | 0 | 110100 | 111110 | 10001 | 1001 | 111100 | 111001 |
Color Harmonies of #D46551
Complementary color
Monochromatic Colors of #D46551
Black with #D46551
Text Example
Text Example
White with #D46551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46551; }
p { color: rgb(212,101,81); }
H1.HeaderClassName
{
color: #D46551;
}
.AnyTagClassName
{
color: #D46551;
}
</style>
background-color css
<style>
a { background-color: #D46551; }
a { background-color: rgb(212,101,81); }
div.DivClassName
{
background-color: #D46551;
}
.BgClassName
{
background-color: #D46551;
}
</style>
border-color css
<style>
span { border-color: #D46551; }
span { border-color: rgb(212,101,81); }
td.TdClassName
{
border-color: #D46551;
}
.TagClassName
{
border-color: #D46551;
}
</style>