Html Css Color HEX #DC7202 Mango Tango

📋 copy color: '#DC7202'

red 220 ◦ green 114 ◦ blue 2

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

Shades of Mango Tango #DC7202

Tints of Mango Tango #DC7202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 65.48%
G = 33.93%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7202 (or 0xDC7202) is known color: Mango Tango. HEX triplet: DC, 72 and 02. RGB value is (220,114,2). Sum of RGB (Red+Green+Blue) = 220+114+2=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7202 is #238DFD. Grayscale: #858585. Windows color (decimal): -2330110 or 160476. OLE color: 160476.

HSL color Cylindrical-coordinate representation of color #DC7202: hue angle of 30.83º 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 #DC7202 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 2 -
CMYK 0 0.48 0.99 0.14
HSL 30.83º 0.98% 0.44% -
HSV(B) 30.83º 0.99% 0.86% -
XYZ 35.54 27.25 3.44 -
YUV 132.93 54.12 190.11 -
System Red Green Blue C M Y K H S L
Decimal 220 114 2 0 0.48 0.99 0.14 30.83 0.98 0.44
Hex DC 72 2 0 30 63 E 1F 62 2C
Octal 334 162 2 0 60 143 16 37 142 54
Binary 11011100 1110010 10 0 110000 1100011 1110 11111 1100010 101100

Color Harmonies of #DC7202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7202

Black with #DC7202

Text Example


Text Example

White with #DC7202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7202; }

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

 H1.HeaderClassName
 {
   color: #DC7202;
 }
 .AnyTagClassName
 {
   color: #DC7202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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