#DE6A0A

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

Shades of Mango Tango #DE6A0A

Tints of Mango Tango #DE6A0A

Color information

#DE6A0A (or 0xDE6A0A) is unknown color: approx Mango Tango. HEX triplet: DE, 6A and 0A. RGB value is (222,106,10). Sum of RGB (Red+Green+Blue) = 222+106+10=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6A0A is #2195F5. Grayscale: #828282. Windows color (decimal): -2201078 or 682718. OLE color: 682718.

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

Color convert

RGB22210610-
CMYK00.520.950.13
HSL27.17º91.38%45.49%-
HSV(B)27.17º95.5%87.06%-
XYZ35.3325.863.42-
YUV129.7460.43193.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.68%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 10 (4.30% from 255) = 2.96%
R=65.68%
G=31.36%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221061000.520.950.1327.1791.3845.49
HexDE6AA0345FD1b5b2d
Octal33615212064137153313355
Binary1101111011010101010011010010111111101110111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A0A; }

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

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

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

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

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

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

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

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