Shades of Flamingo #D46751
Tints of Flamingo #D46751
RGB
CMYK
RGB Variations
Color information
#D46751 (or 0xD46751) is known color: Flamingo. HEX triplet: D4, 67 and 51. RGB value is (212,103,81). Sum of RGB (Red+Green+Blue) = 212+103+81=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D46751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46751 is #2B98AE. Grayscale: #858585. Windows color (decimal): -2857135 or 5334996. OLE color: 5334996.
HSL color Cylindrical-coordinate representation of color #D46751: hue angle of 10.08º 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 #D46751 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 81 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.17 |
| HSL | 10.08º | 0.6% | 0.57% | - |
| HSV(B) | 10.08º | 0.62% | 0.83% | - |
| XYZ | 33.49 | 24.29 | 10.71 | - |
| YUV | 133.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 81 | 0 | 0.51 | 0.62 | 0.17 | 10.08 | 0.6 | 0.57 |
| Hex | D4 | 67 | 51 | 0 | 33 | 3E | 11 | A | 3C | 39 |
| Octal | 324 | 147 | 121 | 0 | 63 | 76 | 21 | 12 | 74 | 71 |
| Binary | 11010100 | 1100111 | 1010001 | 0 | 110011 | 111110 | 10001 | 1010 | 111100 | 111001 |
Color Harmonies of #D46751
Complementary color
Monochromatic Colors of #D46751
Black with #D46751
Text Example
Text Example
White with #D46751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46751; }
p { color: rgb(212,103,81); }
H1.HeaderClassName
{
color: #D46751;
}
.AnyTagClassName
{
color: #D46751;
}
</style>
background-color css
<style>
a { background-color: #D46751; }
a { background-color: rgb(212,103,81); }
div.DivClassName
{
background-color: #D46751;
}
.BgClassName
{
background-color: #D46751;
}
</style>
border-color css
<style>
span { border-color: #D46751; }
span { border-color: rgb(212,103,81); }
td.TdClassName
{
border-color: #D46751;
}
.TagClassName
{
border-color: #D46751;
}
</style>