Shades of Flamingo #D96347
Tints of Flamingo #D96347
RGB
CMYK
RGB Variations
Color information
#D96347 (or 0xD96347) is known color: Flamingo. HEX triplet: D9, 63 and 47. RGB value is (217,99,71). Sum of RGB (Red+Green+Blue) = 217+99+71=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D96347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96347 is #269CB8. Grayscale: #838383. Windows color (decimal): -2530489 or 4678617. OLE color: 4678617.
HSL color Cylindrical-coordinate representation of color #D96347: hue angle of 11.51º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D96347 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 71 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.15 |
| HSL | 11.51º | 0.66% | 0.56% | - |
| HSV(B) | 11.51º | 0.67% | 0.85% | - |
| XYZ | 34.21 | 24.13 | 8.82 | - |
| YUV | 131.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 71 | 0 | 0.54 | 0.67 | 0.15 | 11.51 | 0.66 | 0.56 |
| Hex | D9 | 63 | 47 | 0 | 36 | 43 | F | C | 42 | 38 |
| Octal | 331 | 143 | 107 | 0 | 66 | 103 | 17 | 14 | 102 | 70 |
| Binary | 11011001 | 1100011 | 1000111 | 0 | 110110 | 1000011 | 1111 | 1100 | 1000010 | 111000 |
Color Harmonies of #D96347
Complementary color
Monochromatic Colors of #D96347
Black with #D96347
Text Example
Text Example
White with #D96347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96347; }
p { color: rgb(217,99,71); }
H1.HeaderClassName
{
color: #D96347;
}
.AnyTagClassName
{
color: #D96347;
}
</style>
background-color css
<style>
a { background-color: #D96347; }
a { background-color: rgb(217,99,71); }
div.DivClassName
{
background-color: #D96347;
}
.BgClassName
{
background-color: #D96347;
}
</style>
border-color css
<style>
span { border-color: #D96347; }
span { border-color: rgb(217,99,71); }
td.TdClassName
{
border-color: #D96347;
}
.TagClassName
{
border-color: #D96347;
}
</style>