Shades of Flamingo #D96751
Tints of Flamingo #D96751
RGB
CMYK
RGB Variations
Color information
#D96751 (or 0xD96751) is known color: Flamingo. HEX triplet: D9, 67 and 51. RGB value is (217,103,81). Sum of RGB (Red+Green+Blue) = 217+103+81=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D96751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96751 is #2698AE. Grayscale: #868686. Windows color (decimal): -2529455 or 5335001. OLE color: 5335001.
HSL color Cylindrical-coordinate representation of color #D96751: hue angle of 9.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D96751 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 81 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.15 |
| HSL | 9.71º | 0.64% | 0.58% | - |
| HSV(B) | 9.71º | 0.63% | 0.85% | - |
| XYZ | 34.95 | 25.05 | 10.78 | - |
| YUV | 134.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 81 | 0 | 0.53 | 0.63 | 0.15 | 9.71 | 0.64 | 0.58 |
| Hex | D9 | 67 | 51 | 0 | 35 | 3F | F | A | 40 | 3A |
| Octal | 331 | 147 | 121 | 0 | 65 | 77 | 17 | 12 | 100 | 72 |
| Binary | 11011001 | 1100111 | 1010001 | 0 | 110101 | 111111 | 1111 | 1010 | 1000000 | 111010 |
Color Harmonies of #D96751
Complementary color
Monochromatic Colors of #D96751
Black with #D96751
Text Example
Text Example
White with #D96751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96751; }
p { color: rgb(217,103,81); }
H1.HeaderClassName
{
color: #D96751;
}
.AnyTagClassName
{
color: #D96751;
}
</style>
background-color css
<style>
a { background-color: #D96751; }
a { background-color: rgb(217,103,81); }
div.DivClassName
{
background-color: #D96751;
}
.BgClassName
{
background-color: #D96751;
}
</style>
border-color css
<style>
span { border-color: #D96751; }
span { border-color: rgb(217,103,81); }
td.TdClassName
{
border-color: #D96751;
}
.TagClassName
{
border-color: #D96751;
}
</style>