Shades of Flamingo #D9664D
Tints of Flamingo #D9664D
RGB
CMYK
RGB Variations
Color information
#D9664D (or 0xD9664D) is known color: Flamingo. HEX triplet: D9, 66 and 4D. RGB value is (217,102,77). Sum of RGB (Red+Green+Blue) = 217+102+77=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9664D is #2699B2. Grayscale: #858585. Windows color (decimal): -2529715 or 5072601. OLE color: 5072601.
HSL color Cylindrical-coordinate representation of color #D9664D: hue angle of 10.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9664D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 77 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.15 |
| HSL | 10.71º | 0.65% | 0.58% | - |
| HSV(B) | 10.71º | 0.65% | 0.85% | - |
| XYZ | 34.71 | 24.79 | 9.98 | - |
| YUV | 133.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 77 | 0 | 0.53 | 0.65 | 0.15 | 10.71 | 0.65 | 0.58 |
| Hex | D9 | 66 | 4D | 0 | 35 | 41 | F | B | 41 | 3A |
| Octal | 331 | 146 | 115 | 0 | 65 | 101 | 17 | 13 | 101 | 72 |
| Binary | 11011001 | 1100110 | 1001101 | 0 | 110101 | 1000001 | 1111 | 1011 | 1000001 | 111010 |
Color Harmonies of #D9664D
Complementary color
Monochromatic Colors of #D9664D
Black with #D9664D
Text Example
Text Example
White with #D9664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9664D; }
p { color: rgb(217,102,77); }
H1.HeaderClassName
{
color: #D9664D;
}
.AnyTagClassName
{
color: #D9664D;
}
</style>
background-color css
<style>
a { background-color: #D9664D; }
a { background-color: rgb(217,102,77); }
div.DivClassName
{
background-color: #D9664D;
}
.BgClassName
{
background-color: #D9664D;
}
</style>
border-color css
<style>
span { border-color: #D9664D; }
span { border-color: rgb(217,102,77); }
td.TdClassName
{
border-color: #D9664D;
}
.TagClassName
{
border-color: #D9664D;
}
</style>