Shades of Flamingo #D8684C
Tints of Flamingo #D8684C
RGB
CMYK
RGB Variations
Color information
#D8684C (or 0xD8684C) is known color: Flamingo. HEX triplet: D8, 68 and 4C. RGB value is (216,104,76). Sum of RGB (Red+Green+Blue) = 216+104+76=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8684C is #2797B3. Grayscale: #868686. Windows color (decimal): -2594740 or 5007576. OLE color: 5007576.
HSL color Cylindrical-coordinate representation of color #D8684C: hue angle of 12º degrees, saturation: 0.64, 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 #D8684C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 76 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.15 |
| HSL | 12º | 0.64% | 0.57% | - |
| HSV(B) | 12º | 0.65% | 0.85% | - |
| XYZ | 34.57 | 25.02 | 9.84 | - |
| YUV | 134.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 76 | 0 | 0.52 | 0.65 | 0.15 | 12 | 0.64 | 0.57 |
| Hex | D8 | 68 | 4C | 0 | 34 | 41 | F | C | 40 | 39 |
| Octal | 330 | 150 | 114 | 0 | 64 | 101 | 17 | 14 | 100 | 71 |
| Binary | 11011000 | 1101000 | 1001100 | 0 | 110100 | 1000001 | 1111 | 1100 | 1000000 | 111001 |
Color Harmonies of #D8684C
Complementary color
Monochromatic Colors of #D8684C
Black with #D8684C
Text Example
Text Example
White with #D8684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8684C; }
p { color: rgb(216,104,76); }
H1.HeaderClassName
{
color: #D8684C;
}
.AnyTagClassName
{
color: #D8684C;
}
</style>
background-color css
<style>
a { background-color: #D8684C; }
a { background-color: rgb(216,104,76); }
div.DivClassName
{
background-color: #D8684C;
}
.BgClassName
{
background-color: #D8684C;
}
</style>
border-color css
<style>
span { border-color: #D8684C; }
span { border-color: rgb(216,104,76); }
td.TdClassName
{
border-color: #D8684C;
}
.TagClassName
{
border-color: #D8684C;
}
</style>