Shades of Flamingo #DE6A4E
Tints of Flamingo #DE6A4E
RGB
CMYK
RGB Variations
Color information
#DE6A4E (or 0xDE6A4E) is known color: Flamingo. HEX triplet: DE, 6A and 4E. RGB value is (222,106,78). Sum of RGB (Red+Green+Blue) = 222+106+78=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A4E is #2195B1. Grayscale: #898989. Windows color (decimal): -2201010 or 5139166. OLE color: 5139166.
HSL color Cylindrical-coordinate representation of color #DE6A4E: hue angle of 11.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE6A4E is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 78 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.13 |
| HSL | 11.67º | 0.69% | 0.59% | - |
| HSV(B) | 11.67º | 0.65% | 0.87% | - |
| XYZ | 36.65 | 26.39 | 10.37 | - |
| YUV | 137.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 78 | 0 | 0.52 | 0.65 | 0.13 | 11.67 | 0.69 | 0.59 |
| Hex | DE | 6A | 4E | 0 | 34 | 41 | D | C | 45 | 3B |
| Octal | 336 | 152 | 116 | 0 | 64 | 101 | 15 | 14 | 105 | 73 |
| Binary | 11011110 | 1101010 | 1001110 | 0 | 110100 | 1000001 | 1101 | 1100 | 1000101 | 111011 |
Color Harmonies of #DE6A4E
Complementary color
Monochromatic Colors of #DE6A4E
Black with #DE6A4E
Text Example
Text Example
White with #DE6A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6A4E; }
p { color: rgb(222,106,78); }
H1.HeaderClassName
{
color: #DE6A4E;
}
.AnyTagClassName
{
color: #DE6A4E;
}
</style>
background-color css
<style>
a { background-color: #DE6A4E; }
a { background-color: rgb(222,106,78); }
div.DivClassName
{
background-color: #DE6A4E;
}
.BgClassName
{
background-color: #DE6A4E;
}
</style>
border-color css
<style>
span { border-color: #DE6A4E; }
span { border-color: rgb(222,106,78); }
td.TdClassName
{
border-color: #DE6A4E;
}
.TagClassName
{
border-color: #DE6A4E;
}
</style>