Shades of Flamingo #D96651
Tints of Flamingo #D96651
RGB
CMYK
RGB Variations
Color information
#D96651 (or 0xD96651) is known color: Flamingo. HEX triplet: D9, 66 and 51. RGB value is (217,102,81). Sum of RGB (Red+Green+Blue) = 217+102+81=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D96651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96651 is #2699AE. Grayscale: #868686. Windows color (decimal): -2529711 or 5334745. OLE color: 5334745.
HSL color Cylindrical-coordinate representation of color #D96651: hue angle of 9.26º 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 #D96651 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 81 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.15 |
| HSL | 9.26º | 0.64% | 0.58% | - |
| HSV(B) | 9.26º | 0.63% | 0.85% | - |
| XYZ | 34.85 | 24.85 | 10.74 | - |
| YUV | 133.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 81 | 0 | 0.53 | 0.63 | 0.15 | 9.26 | 0.64 | 0.58 |
| Hex | D9 | 66 | 51 | 0 | 35 | 3F | F | 9 | 40 | 3A |
| Octal | 331 | 146 | 121 | 0 | 65 | 77 | 17 | 11 | 100 | 72 |
| Binary | 11011001 | 1100110 | 1010001 | 0 | 110101 | 111111 | 1111 | 1001 | 1000000 | 111010 |
Color Harmonies of #D96651
Complementary color
Monochromatic Colors of #D96651
Black with #D96651
Text Example
Text Example
White with #D96651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96651; }
p { color: rgb(217,102,81); }
H1.HeaderClassName
{
color: #D96651;
}
.AnyTagClassName
{
color: #D96651;
}
</style>
background-color css
<style>
a { background-color: #D96651; }
a { background-color: rgb(217,102,81); }
div.DivClassName
{
background-color: #D96651;
}
.BgClassName
{
background-color: #D96651;
}
</style>
border-color css
<style>
span { border-color: #D96651; }
span { border-color: rgb(217,102,81); }
td.TdClassName
{
border-color: #D96651;
}
.TagClassName
{
border-color: #D96651;
}
</style>