Html Css Color HEX #DC7502 Mango Tango

📋 copy color: '#DC7502'

red 220 ◦ green 117 ◦ blue 2

#DC7502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #DC7502

Tints of Mango Tango #DC7502

RGB

 RED value IS 220 (86.33% from 255) = 64.9%

 GREEN value IS 117 (46.09% from 255) = 34.51%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 64.9%
G = 34.51%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7502 (or 0xDC7502) is known color: 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

RGB 220 117 2 -
CMYK 0 0.47 0.99 0.14
HSL 31.65º 0.98% 0.44% -
HSV(B) 31.65º 0.99% 0.86% -
XYZ 35.89 27.94 3.56 -
YUV 134.69 53.12 188.85 -
System Red Green Blue C M Y K H S L
Decimal 220 117 2 0 0.47 0.99 0.14 31.65 0.98 0.44
Hex DC 75 2 0 2F 63 E 20 62 2C
Octal 334 165 2 0 57 143 16 40 142 54
Binary 11011100 1110101 10 0 101111 1100011 1110 100000 1100010 101100

Color Harmonies of #DC7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7502

Black with #DC7502

Text Example


Text Example

White with #DC7502

Text Example


Text Example

HTML Codes & Css Web 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>