#DE7C01

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

Shades of Mango Tango #DE7C01

Tints of Mango Tango #DE7C01

Color information

#DE7C01 (or 0xDE7C01) is unknown color: approx Mango Tango. HEX triplet: DE, 7C and 01. RGB value is (222,124,1). Sum of RGB (Red+Green+Blue) = 222+124+1=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7C01 is #2183FE. Grayscale: #8B8B8B. Windows color (decimal): -2196479 or 97502. OLE color: 97502.

HSL color Cylindrical-coordinate representation of color #DE7C01: hue angle of 33.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE7C01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB2221241-
CMYK00.441.000.13
HSL33.39º99.1%43.73%-
HSV(B)33.39º99.55%87.06%-
XYZ37.3429.953.84-
YUV139.2849.97187-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.98%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=63.98%
G=35.73%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222124100.441.000.1333.3999.143.73
HexDE7C102C64D21632c
Octal3361741054144154114354
Binary11011110111110010101100110010011011000011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C01; }

 p { color: rgb(222,124,1); }

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

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

 a { background-color: rgb(222,124,1); }

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

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

 span { border-color: rgb(222,124,1); }

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