Shades of Flamingo #DE6644
Tints of Flamingo #DE6644
RGB
CMYK
RGB Variations
Color information
#DE6644 (or 0xDE6644) is known color: Flamingo. HEX triplet: DE, 66 and 44. RGB value is (222,102,68). Sum of RGB (Red+Green+Blue) = 222+102+68=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6644 is #2199BB. Grayscale: #868686. Windows color (decimal): -2202044 or 4482782. OLE color: 4482782.
HSL color Cylindrical-coordinate representation of color #DE6644: hue angle of 13.25º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE6644 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 68 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.13 |
| HSL | 13.25º | 0.7% | 0.57% | - |
| HSV(B) | 13.25º | 0.69% | 0.87% | - |
| XYZ | 35.92 | 25.45 | 8.49 | - |
| YUV | 134 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 68 | 0 | 0.54 | 0.69 | 0.13 | 13.25 | 0.7 | 0.57 |
| Hex | DE | 66 | 44 | 0 | 36 | 45 | D | D | 46 | 39 |
| Octal | 336 | 146 | 104 | 0 | 66 | 105 | 15 | 15 | 106 | 71 |
| Binary | 11011110 | 1100110 | 1000100 | 0 | 110110 | 1000101 | 1101 | 1101 | 1000110 | 111001 |
Color Harmonies of #DE6644
Complementary color
Monochromatic Colors of #DE6644
Black with #DE6644
Text Example
Text Example
White with #DE6644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6644; }
p { color: rgb(222,102,68); }
H1.HeaderClassName
{
color: #DE6644;
}
.AnyTagClassName
{
color: #DE6644;
}
</style>
background-color css
<style>
a { background-color: #DE6644; }
a { background-color: rgb(222,102,68); }
div.DivClassName
{
background-color: #DE6644;
}
.BgClassName
{
background-color: #DE6644;
}
</style>
border-color css
<style>
span { border-color: #DE6644; }
span { border-color: rgb(222,102,68); }
td.TdClassName
{
border-color: #DE6644;
}
.TagClassName
{
border-color: #DE6644;
}
</style>