#DE5C46

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

Shades of Flamingo #DE5C46

Tints of Flamingo #DE5C46

Color information

#DE5C46 (or 0xDE5C46) is unknown color: approx Flamingo. HEX triplet: DE, 5C and 46. RGB value is (222,92,70). Sum of RGB (Red+Green+Blue) = 222+92+70=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5C46 is #21A3B9. Grayscale: #808080. Windows color (decimal): -2204602 or 4611294. OLE color: 4611294.

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

Color convert

RGB2229270-
CMYK00.590.680.13
HSL8.68º69.72%57.25%-
HSV(B)8.68º68.47%87.06%-
XYZ35.0623.638.51-
YUV128.3695.07194.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.81%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=57.81%
G=23.96%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222927000.590.680.138.6869.7257.25
HexDE5C4603B44D94639
Octal336134106073104151110671
Binary110111101011100100011001110111000100110110011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C46; }

 p { color: rgb(222,92,70); }

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

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

 a { background-color: rgb(222,92,70); }

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

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

 span { border-color: rgb(222,92,70); }

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