Shades of Flamingo #D96846
Tints of Flamingo #D96846
RGB
CMYK
RGB Variations
Color information
#D96846 (or 0xD96846) is known color: Flamingo. HEX triplet: D9, 68 and 46. RGB value is (217,104,70). Sum of RGB (Red+Green+Blue) = 217+104+70=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D96846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96846 is #2697B9. Grayscale: #868686. Windows color (decimal): -2529210 or 4614361. OLE color: 4614361.
HSL color Cylindrical-coordinate representation of color #D96846: hue angle of 13.88º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D96846 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 70 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.15 |
| HSL | 13.88º | 0.66% | 0.56% | - |
| HSV(B) | 13.88º | 0.68% | 0.85% | - |
| XYZ | 34.67 | 25.09 | 8.81 | - |
| YUV | 133.91 | 91.94 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 70 | 0 | 0.52 | 0.68 | 0.15 | 13.88 | 0.66 | 0.56 |
| Hex | D9 | 68 | 46 | 0 | 34 | 44 | F | E | 42 | 38 |
| Octal | 331 | 150 | 106 | 0 | 64 | 104 | 17 | 16 | 102 | 70 |
| Binary | 11011001 | 1101000 | 1000110 | 0 | 110100 | 1000100 | 1111 | 1110 | 1000010 | 111000 |
Color Harmonies of #D96846
Complementary color
Monochromatic Colors of #D96846
Black with #D96846
Text Example
Text Example
White with #D96846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96846; }
p { color: rgb(217,104,70); }
H1.HeaderClassName
{
color: #D96846;
}
.AnyTagClassName
{
color: #D96846;
}
</style>
background-color css
<style>
a { background-color: #D96846; }
a { background-color: rgb(217,104,70); }
div.DivClassName
{
background-color: #D96846;
}
.BgClassName
{
background-color: #D96846;
}
</style>
border-color css
<style>
span { border-color: #D96846; }
span { border-color: rgb(217,104,70); }
td.TdClassName
{
border-color: #D96846;
}
.TagClassName
{
border-color: #D96846;
}
</style>