Shades of Flamingo #D9684B
Tints of Flamingo #D9684B
RGB
CMYK
RGB Variations
Color information
#D9684B (or 0xD9684B) is known color: Flamingo. HEX triplet: D9, 68 and 4B. RGB value is (217,104,75). Sum of RGB (Red+Green+Blue) = 217+104+75=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9684B is #2697B4. Grayscale: #868686. Windows color (decimal): -2529205 or 4942041. OLE color: 4942041.
HSL color Cylindrical-coordinate representation of color #D9684B: hue angle of 12.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9684B is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 75 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.15 |
| HSL | 12.25º | 0.65% | 0.57% | - |
| HSV(B) | 12.25º | 0.65% | 0.85% | - |
| XYZ | 34.84 | 25.16 | 9.68 | - |
| YUV | 134.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 75 | 0 | 0.52 | 0.65 | 0.15 | 12.25 | 0.65 | 0.57 |
| Hex | D9 | 68 | 4B | 0 | 34 | 41 | F | C | 41 | 39 |
| Octal | 331 | 150 | 113 | 0 | 64 | 101 | 17 | 14 | 101 | 71 |
| Binary | 11011001 | 1101000 | 1001011 | 0 | 110100 | 1000001 | 1111 | 1100 | 1000001 | 111001 |
Color Harmonies of #D9684B
Complementary color
Monochromatic Colors of #D9684B
Black with #D9684B
Text Example
Text Example
White with #D9684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9684B; }
p { color: rgb(217,104,75); }
H1.HeaderClassName
{
color: #D9684B;
}
.AnyTagClassName
{
color: #D9684B;
}
</style>
background-color css
<style>
a { background-color: #D9684B; }
a { background-color: rgb(217,104,75); }
div.DivClassName
{
background-color: #D9684B;
}
.BgClassName
{
background-color: #D9684B;
}
</style>
border-color css
<style>
span { border-color: #D9684B; }
span { border-color: rgb(217,104,75); }
td.TdClassName
{
border-color: #D9684B;
}
.TagClassName
{
border-color: #D9684B;
}
</style>