Shades of Flamingo #D96A51
Tints of Flamingo #D96A51
RGB
CMYK
RGB Variations
Color information
#D96A51 (or 0xD96A51) is known color: Flamingo. HEX triplet: D9, 6A and 51. RGB value is (217,106,81). Sum of RGB (Red+Green+Blue) = 217+106+81=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A51 is #2695AE. Grayscale: #888888. Windows color (decimal): -2528687 or 5335769. OLE color: 5335769.
HSL color Cylindrical-coordinate representation of color #D96A51: hue angle of 11.03º 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 #D96A51 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 81 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.15 |
| HSL | 11.03º | 0.64% | 0.58% | - |
| HSV(B) | 11.03º | 0.63% | 0.85% | - |
| XYZ | 35.25 | 25.65 | 10.88 | - |
| YUV | 136.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 81 | 0 | 0.51 | 0.63 | 0.15 | 11.03 | 0.64 | 0.58 |
| Hex | D9 | 6A | 51 | 0 | 33 | 3F | F | B | 40 | 3A |
| Octal | 331 | 152 | 121 | 0 | 63 | 77 | 17 | 13 | 100 | 72 |
| Binary | 11011001 | 1101010 | 1010001 | 0 | 110011 | 111111 | 1111 | 1011 | 1000000 | 111010 |
Color Harmonies of #D96A51
Complementary color
Monochromatic Colors of #D96A51
Black with #D96A51
Text Example
Text Example
White with #D96A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A51; }
p { color: rgb(217,106,81); }
H1.HeaderClassName
{
color: #D96A51;
}
.AnyTagClassName
{
color: #D96A51;
}
</style>
background-color css
<style>
a { background-color: #D96A51; }
a { background-color: rgb(217,106,81); }
div.DivClassName
{
background-color: #D96A51;
}
.BgClassName
{
background-color: #D96A51;
}
</style>
border-color css
<style>
span { border-color: #D96A51; }
span { border-color: rgb(217,106,81); }
td.TdClassName
{
border-color: #D96A51;
}
.TagClassName
{
border-color: #D96A51;
}
</style>