#DC7E0C

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

Shades of Mango Tango #DC7E0C

Tints of Mango Tango #DC7E0C

Color information

#DC7E0C (or 0xDC7E0C) is unknown color: approx Mango Tango. HEX triplet: DC, 7E and 0C. RGB value is (220,126,12). Sum of RGB (Red+Green+Blue) = 220+126+12=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7E0C is #2381F3. Grayscale: #8D8D8D. Windows color (decimal): -2327028 or 818908. OLE color: 818908.

HSL color Cylindrical-coordinate representation of color #DC7E0C: hue angle of 32.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC7E0C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB22012612-
CMYK00.430.950.14
HSL32.88º89.66%45.49%-
HSV(B)32.88º94.55%86.27%-
XYZ37.0430.164.22-
YUV141.1155.14184.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.45%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 12 (5.08% from 255) = 3.35%
R=61.45%
G=35.20%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201261200.430.950.1432.8889.6645.49
HexDC7EC02B5FE215a2d
Octal33417614053137164113255
Binary11011100111111011000101011101111111101000011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7E0C; }

 p { color: rgb(220,126,12); }

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

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

 a { background-color: rgb(220,126,12); }

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

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

 span { border-color: rgb(220,126,12); }

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