Shades of Flamingo #D96654
Tints of Flamingo #D96654
RGB
CMYK
RGB Variations
Color information
#D96654 (or 0xD96654) is known color: Flamingo. HEX triplet: D9, 66 and 54. RGB value is (217,102,84). Sum of RGB (Red+Green+Blue) = 217+102+84=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D96654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96654 is #2699AB. Grayscale: #868686. Windows color (decimal): -2529708 or 5531353. OLE color: 5531353.
HSL color Cylindrical-coordinate representation of color #D96654: hue angle of 8.12º 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 #D96654 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 84 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.15 |
| HSL | 8.12º | 0.64% | 0.59% | - |
| HSV(B) | 8.12º | 0.61% | 0.85% | - |
| XYZ | 34.97 | 24.89 | 11.35 | - |
| YUV | 134.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 84 | 0 | 0.53 | 0.61 | 0.15 | 8.12 | 0.64 | 0.59 |
| Hex | D9 | 66 | 54 | 0 | 35 | 3D | F | 8 | 40 | 3B |
| Octal | 331 | 146 | 124 | 0 | 65 | 75 | 17 | 10 | 100 | 73 |
| Binary | 11011001 | 1100110 | 1010100 | 0 | 110101 | 111101 | 1111 | 1000 | 1000000 | 111011 |
Color Harmonies of #D96654
Complementary color
Monochromatic Colors of #D96654
Black with #D96654
Text Example
Text Example
White with #D96654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96654; }
p { color: rgb(217,102,84); }
H1.HeaderClassName
{
color: #D96654;
}
.AnyTagClassName
{
color: #D96654;
}
</style>
background-color css
<style>
a { background-color: #D96654; }
a { background-color: rgb(217,102,84); }
div.DivClassName
{
background-color: #D96654;
}
.BgClassName
{
background-color: #D96654;
}
</style>
border-color css
<style>
span { border-color: #D96654; }
span { border-color: rgb(217,102,84); }
td.TdClassName
{
border-color: #D96654;
}
.TagClassName
{
border-color: #D96654;
}
</style>