Shades of Flamingo #D96551
Tints of Flamingo #D96551
RGB
CMYK
RGB Variations
Color information
#D96551 (or 0xD96551) is known color: Flamingo. HEX triplet: D9, 65 and 51. RGB value is (217,101,81). Sum of RGB (Red+Green+Blue) = 217+101+81=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D96551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96551 is #269AAE. Grayscale: #858585. Windows color (decimal): -2529967 or 5334489. OLE color: 5334489.
HSL color Cylindrical-coordinate representation of color #D96551: hue angle of 8.82º 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 #D96551 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 81 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.15 |
| HSL | 8.82º | 0.64% | 0.58% | - |
| HSV(B) | 8.82º | 0.63% | 0.85% | - |
| XYZ | 34.75 | 24.65 | 10.71 | - |
| YUV | 133.4 | 98.43 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 81 | 0 | 0.53 | 0.63 | 0.15 | 8.82 | 0.64 | 0.58 |
| Hex | D9 | 65 | 51 | 0 | 35 | 3F | F | 9 | 40 | 3A |
| Octal | 331 | 145 | 121 | 0 | 65 | 77 | 17 | 11 | 100 | 72 |
| Binary | 11011001 | 1100101 | 1010001 | 0 | 110101 | 111111 | 1111 | 1001 | 1000000 | 111010 |
Color Harmonies of #D96551
Complementary color
Monochromatic Colors of #D96551
Black with #D96551
Text Example
Text Example
White with #D96551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96551; }
p { color: rgb(217,101,81); }
H1.HeaderClassName
{
color: #D96551;
}
.AnyTagClassName
{
color: #D96551;
}
</style>
background-color css
<style>
a { background-color: #D96551; }
a { background-color: rgb(217,101,81); }
div.DivClassName
{
background-color: #D96551;
}
.BgClassName
{
background-color: #D96551;
}
</style>
border-color css
<style>
span { border-color: #D96551; }
span { border-color: rgb(217,101,81); }
td.TdClassName
{
border-color: #D96551;
}
.TagClassName
{
border-color: #D96551;
}
</style>