#DE6E0A

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

Shades of Mango Tango #DE6E0A

Tints of Mango Tango #DE6E0A

Color information

#DE6E0A (or 0xDE6E0A) is unknown color: approx Mango Tango. HEX triplet: DE, 6E and 0A. RGB value is (222,110,10). Sum of RGB (Red+Green+Blue) = 222+110+10=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6E0A is #2191F5. Grayscale: #848484. Windows color (decimal): -2200054 or 683742. OLE color: 683742.

HSL color Cylindrical-coordinate representation of color #DE6E0A: hue angle of 28.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE6E0A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB22211010-
CMYK00.500.950.13
HSL28.3º91.38%45.49%-
HSV(B)28.3º95.5%87.06%-
XYZ35.7526.73.56-
YUV132.0959.11192.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.91%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 10 (4.30% from 255) = 2.92%
R=64.91%
G=32.16%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221101000.500.950.1328.391.3845.49
HexDE6EA0325FD1c5b2d
Octal33615612062137153413355
Binary1101111011011101010011001010111111101111001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6E0A; }

 p { color: rgb(222,110,10); }

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

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

 a { background-color: rgb(222,110,10); }

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

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

 span { border-color: rgb(222,110,10); }

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