#DE5A44

Color #DE5A44 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #DE5A44

Tints of Flamingo #DE5A44

Color information

#DE5A44 (or 0xDE5A44) is unknown color: approx Flamingo. HEX triplet: DE, 5A and 44. RGB value is (222,90,68). Sum of RGB (Red+Green+Blue) = 222+90+68=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5A44 is #21A5BB. Grayscale: #7F7F7F. Windows color (decimal): -2205116 or 4479710. OLE color: 4479710.

HSL color Cylindrical-coordinate representation of color #DE5A44: hue angle of 8.57º 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 #DE5A44 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2229068-
CMYK00.590.690.13
HSL8.57º70%56.86%-
HSV(B)8.57º69.37%87.06%-
XYZ34.8223.268.12-
YUV126.9694.73195.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 58.42%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 68 (26.95% from 255) = 17.89%
R=58.42%
G=23.68%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222906800.590.690.138.577056.86
HexDE5A4403B45D94639
Octal336132104073105151110671
Binary110111101011010100010001110111000101110110011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5A44; }

 p { color: rgb(222,90,68); }

 H1.HeaderClassName
 {
   color: #DE5A44;
 }
 .AnyTagClassName
 {
   color: #DE5A44;
 }
</style>
background-color css

<style>
 a { background-color: #DE5A44; }

 a { background-color: rgb(222,90,68); }

 div.DivClassName
 {
   background-color: #DE5A44;
 }
 .BgClassName
 {
   background-color: #DE5A44;
 }
</style>
border-color css

<style>
 span { border-color: #DE5A44; }

 span { border-color: rgb(222,90,68); }

 td.TdClassName
 {
   border-color: #DE5A44;
 }
 .TagClassName
 {
   border-color: #DE5A44;
 }
</style>