#DC7502

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

Shades of Mango Tango #DC7502

Tints of Mango Tango #DC7502

Color information

#DC7502 (or 0xDC7502) is unknown color: approx Mango Tango. HEX triplet: DC, 75 and 02. RGB value is (220,117,2). Sum of RGB (Red+Green+Blue) = 220+117+2=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7502 is #238AFD. Grayscale: #878787. Windows color (decimal): -2329342 or 161244. OLE color: 161244.

HSL color Cylindrical-coordinate representation of color #DC7502: hue angle of 31.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC7502 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB2201172-
CMYK00.470.990.14
HSL31.65º98.2%43.53%-
HSV(B)31.65º99.09%86.27%-
XYZ35.8927.943.56-
YUV134.6953.12188.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.90%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=64.90%
G=34.51%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220117200.470.990.1431.6598.243.53
HexDC75202F63E20622c
Octal3341652057143164014254
Binary110111001110101100101111110001111101000001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7502; }

 p { color: rgb(220,117,2); }

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

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

 a { background-color: rgb(220,117,2); }

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

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

 span { border-color: rgb(220,117,2); }

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