#DE7A0A

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

Shades of Mango Tango #DE7A0A

Tints of Mango Tango #DE7A0A

Color information

#DE7A0A (or 0xDE7A0A) is unknown color: approx Mango Tango. HEX triplet: DE, 7A and 0A. RGB value is (222,122,10). Sum of RGB (Red+Green+Blue) = 222+122+10=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7A0A is #2185F5. Grayscale: #8B8B8B. Windows color (decimal): -2196982 or 686814. OLE color: 686814.

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

Color convert

RGB22212210-
CMYK00.450.950.13
HSL31.7º91.38%45.49%-
HSV(B)31.7º95.5%87.06%-
XYZ37.1429.474.02-
YUV139.1355.13187.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.71%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=62.71%
G=34.46%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221221000.450.950.1331.791.3845.49
HexDE7AA02D5FD205b2d
Octal33617212055137154013355
Binary11011110111101010100101101101111111011000001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7A0A; }

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

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

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

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

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

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

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

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