Shades of Flamingo #D96C51
Tints of Flamingo #D96C51
RGB
CMYK
RGB Variations
Color information
#D96C51 (or 0xD96C51) is known color: Flamingo. HEX triplet: D9, 6C and 51. RGB value is (217,108,81). Sum of RGB (Red+Green+Blue) = 217+108+81=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C51 is #2693AE. Grayscale: #898989. Windows color (decimal): -2528175 or 5336281. OLE color: 5336281.
HSL color Cylindrical-coordinate representation of color #D96C51: hue angle of 11.91º 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 #D96C51 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 81 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.15 |
| HSL | 11.91º | 0.64% | 0.58% | - |
| HSV(B) | 11.91º | 0.63% | 0.85% | - |
| XYZ | 35.46 | 26.07 | 10.95 | - |
| YUV | 137.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 81 | 0 | 0.50 | 0.63 | 0.15 | 11.91 | 0.64 | 0.58 |
| Hex | D9 | 6C | 51 | 0 | 32 | 3F | F | C | 40 | 3A |
| Octal | 331 | 154 | 121 | 0 | 62 | 77 | 17 | 14 | 100 | 72 |
| Binary | 11011001 | 1101100 | 1010001 | 0 | 110010 | 111111 | 1111 | 1100 | 1000000 | 111010 |
Color Harmonies of #D96C51
Complementary color
Monochromatic Colors of #D96C51
Black with #D96C51
Text Example
Text Example
White with #D96C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C51; }
p { color: rgb(217,108,81); }
H1.HeaderClassName
{
color: #D96C51;
}
.AnyTagClassName
{
color: #D96C51;
}
</style>
background-color css
<style>
a { background-color: #D96C51; }
a { background-color: rgb(217,108,81); }
div.DivClassName
{
background-color: #D96C51;
}
.BgClassName
{
background-color: #D96C51;
}
</style>
border-color css
<style>
span { border-color: #D96C51; }
span { border-color: rgb(217,108,81); }
td.TdClassName
{
border-color: #D96C51;
}
.TagClassName
{
border-color: #D96C51;
}
</style>