Shades of Flamingo #DE6C47
Tints of Flamingo #DE6C47
RGB
CMYK
RGB Variations
Color information
#DE6C47 (or 0xDE6C47) is known color: Flamingo. HEX triplet: DE, 6C and 47. RGB value is (222,108,71). Sum of RGB (Red+Green+Blue) = 222+108+71=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C47 is #2193B8. Grayscale: #8A8A8A. Windows color (decimal): -2200505 or 4680926. OLE color: 4680926.
HSL color Cylindrical-coordinate representation of color #DE6C47: hue angle of 14.7º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE6C47 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 71 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.13 |
| HSL | 14.7º | 0.7% | 0.57% | - |
| HSV(B) | 14.7º | 0.68% | 0.87% | - |
| XYZ | 36.62 | 26.71 | 9.19 | - |
| YUV | 137.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 71 | 0 | 0.51 | 0.68 | 0.13 | 14.7 | 0.7 | 0.57 |
| Hex | DE | 6C | 47 | 0 | 33 | 44 | D | F | 46 | 39 |
| Octal | 336 | 154 | 107 | 0 | 63 | 104 | 15 | 17 | 106 | 71 |
| Binary | 11011110 | 1101100 | 1000111 | 0 | 110011 | 1000100 | 1101 | 1111 | 1000110 | 111001 |
Color Harmonies of #DE6C47
Complementary color
Monochromatic Colors of #DE6C47
Black with #DE6C47
Text Example
Text Example
White with #DE6C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C47; }
p { color: rgb(222,108,71); }
H1.HeaderClassName
{
color: #DE6C47;
}
.AnyTagClassName
{
color: #DE6C47;
}
</style>
background-color css
<style>
a { background-color: #DE6C47; }
a { background-color: rgb(222,108,71); }
div.DivClassName
{
background-color: #DE6C47;
}
.BgClassName
{
background-color: #DE6C47;
}
</style>
border-color css
<style>
span { border-color: #DE6C47; }
span { border-color: rgb(222,108,71); }
td.TdClassName
{
border-color: #DE6C47;
}
.TagClassName
{
border-color: #DE6C47;
}
</style>