Shades of Flamingo #DE684C
Tints of Flamingo #DE684C
RGB
CMYK
RGB Variations
Color information
#DE684C (or 0xDE684C) is known color: Flamingo. HEX triplet: DE, 68 and 4C. RGB value is (222,104,76). Sum of RGB (Red+Green+Blue) = 222+104+76=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE684C is #2197B3. Grayscale: #888888. Windows color (decimal): -2201524 or 5007582. OLE color: 5007582.
HSL color Cylindrical-coordinate representation of color #DE684C: hue angle of 11.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE684C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 76 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.13 |
| HSL | 11.51º | 0.69% | 0.58% | - |
| HSV(B) | 11.51º | 0.66% | 0.87% | - |
| XYZ | 36.38 | 25.95 | 9.93 | - |
| YUV | 136.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 76 | 0 | 0.53 | 0.66 | 0.13 | 11.51 | 0.69 | 0.58 |
| Hex | DE | 68 | 4C | 0 | 35 | 42 | D | C | 45 | 3A |
| Octal | 336 | 150 | 114 | 0 | 65 | 102 | 15 | 14 | 105 | 72 |
| Binary | 11011110 | 1101000 | 1001100 | 0 | 110101 | 1000010 | 1101 | 1100 | 1000101 | 111010 |
Color Harmonies of #DE684C
Complementary color
Monochromatic Colors of #DE684C
Black with #DE684C
Text Example
Text Example
White with #DE684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE684C; }
p { color: rgb(222,104,76); }
H1.HeaderClassName
{
color: #DE684C;
}
.AnyTagClassName
{
color: #DE684C;
}
</style>
background-color css
<style>
a { background-color: #DE684C; }
a { background-color: rgb(222,104,76); }
div.DivClassName
{
background-color: #DE684C;
}
.BgClassName
{
background-color: #DE684C;
}
</style>
border-color css
<style>
span { border-color: #DE684C; }
span { border-color: rgb(222,104,76); }
td.TdClassName
{
border-color: #DE684C;
}
.TagClassName
{
border-color: #DE684C;
}
</style>