Shades of Flamingo #D96A54
Tints of Flamingo #D96A54
RGB
CMYK
RGB Variations
Color information
#D96A54 (or 0xD96A54) is known color: Flamingo. HEX triplet: D9, 6A and 54. RGB value is (217,106,84). Sum of RGB (Red+Green+Blue) = 217+106+84=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A54 is #2695AB. Grayscale: #888888. Windows color (decimal): -2528684 or 5532377. OLE color: 5532377.
HSL color Cylindrical-coordinate representation of color #D96A54: hue angle of 9.92º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D96A54 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 84 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.15 |
| HSL | 9.92º | 0.64% | 0.59% | - |
| HSV(B) | 9.92º | 0.61% | 0.85% | - |
| XYZ | 35.37 | 25.7 | 11.48 | - |
| YUV | 136.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 84 | 0 | 0.51 | 0.61 | 0.15 | 9.92 | 0.64 | 0.59 |
| Hex | D9 | 6A | 54 | 0 | 33 | 3D | F | A | 40 | 3B |
| Octal | 331 | 152 | 124 | 0 | 63 | 75 | 17 | 12 | 100 | 73 |
| Binary | 11011001 | 1101010 | 1010100 | 0 | 110011 | 111101 | 1111 | 1010 | 1000000 | 111011 |
Color Harmonies of #D96A54
Complementary color
Monochromatic Colors of #D96A54
Black with #D96A54
Text Example
Text Example
White with #D96A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A54; }
p { color: rgb(217,106,84); }
H1.HeaderClassName
{
color: #D96A54;
}
.AnyTagClassName
{
color: #D96A54;
}
</style>
background-color css
<style>
a { background-color: #D96A54; }
a { background-color: rgb(217,106,84); }
div.DivClassName
{
background-color: #D96A54;
}
.BgClassName
{
background-color: #D96A54;
}
</style>
border-color css
<style>
span { border-color: #D96A54; }
span { border-color: rgb(217,106,84); }
td.TdClassName
{
border-color: #D96A54;
}
.TagClassName
{
border-color: #D96A54;
}
</style>