Shades of Flamingo #DE664A
Tints of Flamingo #DE664A
RGB
CMYK
RGB Variations
Color information
#DE664A (or 0xDE664A) is known color: Flamingo. HEX triplet: DE, 66 and 4A. RGB value is (222,102,74). Sum of RGB (Red+Green+Blue) = 222+102+74=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE664A is #2199B5. Grayscale: #868686. Windows color (decimal): -2202038 or 4875998. OLE color: 4875998.
HSL color Cylindrical-coordinate representation of color #DE664A: hue angle of 11.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE664A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 74 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.13 |
| HSL | 11.35º | 0.69% | 0.58% | - |
| HSV(B) | 11.35º | 0.67% | 0.87% | - |
| XYZ | 36.11 | 25.53 | 9.5 | - |
| YUV | 134.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 74 | 0 | 0.54 | 0.67 | 0.13 | 11.35 | 0.69 | 0.58 |
| Hex | DE | 66 | 4A | 0 | 36 | 43 | D | B | 45 | 3A |
| Octal | 336 | 146 | 112 | 0 | 66 | 103 | 15 | 13 | 105 | 72 |
| Binary | 11011110 | 1100110 | 1001010 | 0 | 110110 | 1000011 | 1101 | 1011 | 1000101 | 111010 |
Color Harmonies of #DE664A
Complementary color
Monochromatic Colors of #DE664A
Black with #DE664A
Text Example
Text Example
White with #DE664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE664A; }
p { color: rgb(222,102,74); }
H1.HeaderClassName
{
color: #DE664A;
}
.AnyTagClassName
{
color: #DE664A;
}
</style>
background-color css
<style>
a { background-color: #DE664A; }
a { background-color: rgb(222,102,74); }
div.DivClassName
{
background-color: #DE664A;
}
.BgClassName
{
background-color: #DE664A;
}
</style>
border-color css
<style>
span { border-color: #DE664A; }
span { border-color: rgb(222,102,74); }
td.TdClassName
{
border-color: #DE664A;
}
.TagClassName
{
border-color: #DE664A;
}
</style>