#DE5945

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

Shades of Flamingo #DE5945

Tints of Flamingo #DE5945

Color information

#DE5945 (or 0xDE5945) is unknown color: approx Flamingo. HEX triplet: DE, 59 and 45. RGB value is (222,89,69). Sum of RGB (Red+Green+Blue) = 222+89+69=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5945 is #21A6BA. Grayscale: #7E7E7E. Windows color (decimal): -2205371 or 4544990. OLE color: 4544990.

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

Color convert

RGB2228969-
CMYK00.600.690.13
HSL7.84º69.86%57.06%-
HSV(B)7.84º68.92%87.06%-
XYZ34.7723.18.26-
YUV126.4995.56196.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.42%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=58.42%
G=23.42%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222896900.600.690.137.8469.8657.06
HexDE594503C45D84639
Octal336131105074105151010671
Binary110111101011001100010101111001000101110110001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5945; }

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

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

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

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

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

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

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

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