#DE5B45

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

Shades of Flamingo #DE5B45

Tints of Flamingo #DE5B45

Color information

#DE5B45 (or 0xDE5B45) is unknown color: approx Flamingo. HEX triplet: DE, 5B and 45. RGB value is (222,91,69). Sum of RGB (Red+Green+Blue) = 222+91+69=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5B45 is #21A4BA. Grayscale: #7F7F7F. Windows color (decimal): -2204859 or 4545502. OLE color: 4545502.

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

Color convert

RGB2229169-
CMYK00.590.690.13
HSL8.63º69.86%57.06%-
HSV(B)8.63º68.92%87.06%-
XYZ34.9423.448.31-
YUV127.6694.9195.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.12%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=58.12%
G=23.82%
B=18.06%

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
Decimal222916900.590.690.138.6369.8657.06
HexDE5B4503B45D94639
Octal336133105073105151110671
Binary110111101011011100010101110111000101110110011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5B45; }

 p { color: rgb(222,91,69); }

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

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

 a { background-color: rgb(222,91,69); }

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

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

 span { border-color: rgb(222,91,69); }

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