Shades of Flamingo #D9684F
Tints of Flamingo #D9684F
RGB
CMYK
RGB Variations
Color information
#D9684F (or 0xD9684F) is known color: Flamingo. HEX triplet: D9, 68 and 4F. RGB value is (217,104,79). Sum of RGB (Red+Green+Blue) = 217+104+79=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9684F is #2697B0. Grayscale: #878787. Windows color (decimal): -2529201 or 5204185. OLE color: 5204185.
HSL color Cylindrical-coordinate representation of color #D9684F: hue angle of 10.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9684F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 79 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.15 |
| HSL | 10.87º | 0.64% | 0.58% | - |
| HSV(B) | 10.87º | 0.64% | 0.85% | - |
| XYZ | 34.98 | 25.22 | 10.42 | - |
| YUV | 134.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 79 | 0 | 0.52 | 0.64 | 0.15 | 10.87 | 0.64 | 0.58 |
| Hex | D9 | 68 | 4F | 0 | 34 | 40 | F | B | 40 | 3A |
| Octal | 331 | 150 | 117 | 0 | 64 | 100 | 17 | 13 | 100 | 72 |
| Binary | 11011001 | 1101000 | 1001111 | 0 | 110100 | 1000000 | 1111 | 1011 | 1000000 | 111010 |
Color Harmonies of #D9684F
Complementary color
Monochromatic Colors of #D9684F
Black with #D9684F
Text Example
Text Example
White with #D9684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9684F; }
p { color: rgb(217,104,79); }
H1.HeaderClassName
{
color: #D9684F;
}
.AnyTagClassName
{
color: #D9684F;
}
</style>
background-color css
<style>
a { background-color: #D9684F; }
a { background-color: rgb(217,104,79); }
div.DivClassName
{
background-color: #D9684F;
}
.BgClassName
{
background-color: #D9684F;
}
</style>
border-color css
<style>
span { border-color: #D9684F; }
span { border-color: rgb(217,104,79); }
td.TdClassName
{
border-color: #D9684F;
}
.TagClassName
{
border-color: #D9684F;
}
</style>