#DE7812

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

Shades of Mango Tango #DE7812

Tints of Mango Tango #DE7812

Color information

#DE7812 (or 0xDE7812) is unknown color: approx Mango Tango. HEX triplet: DE, 78 and 12. RGB value is (222,120,18). Sum of RGB (Red+Green+Blue) = 222+120+18=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7812 is #2187ED. Grayscale: #8B8B8B. Windows color (decimal): -2197486 or 1210590. OLE color: 1210590.

HSL color Cylindrical-coordinate representation of color #DE7812: hue angle of 30º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE7812 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22212018-
CMYK00.460.920.13
HSL30º85%47.06%-
HSV(B)30º91.89%87.06%-
XYZ36.9529.014.22-
YUV138.8759.79187.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.67%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 5%
R=61.67%
G=33.33%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221201800.460.920.13308547.06
HexDE781202E5CD1e552f
Octal33617022056134153612557
Binary11011110111100010010010111010111001101111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7812; }

 p { color: rgb(222,120,18); }

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

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

 a { background-color: rgb(222,120,18); }

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

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

 span { border-color: rgb(222,120,18); }

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