Html Css Color HEX #DC7102 Mango Tango

📋 copy color: '#DC7102'

red 220 ◦ green 113 ◦ blue 2

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

Shades of Mango Tango #DC7102

Tints of Mango Tango #DC7102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 65.67%
G = 33.73%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7102 (or 0xDC7102) is known color: Mango Tango. HEX triplet: DC, 71 and 02. RGB value is (220,113,2). Sum of RGB (Red+Green+Blue) = 220+113+2=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7102 is #238EFD. Grayscale: #848484. Windows color (decimal): -2330366 or 160220. OLE color: 160220.

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

Color convert

RGB 220 113 2 -
CMYK 0 0.49 0.99 0.14
HSL 30.55º 0.98% 0.44% -
HSV(B) 30.55º 0.99% 0.86% -
XYZ 35.43 27.03 3.41 -
YUV 132.34 54.45 190.53 -
System Red Green Blue C M Y K H S L
Decimal 220 113 2 0 0.49 0.99 0.14 30.55 0.98 0.44
Hex DC 71 2 0 31 63 E 1F 62 2C
Octal 334 161 2 0 61 143 16 37 142 54
Binary 11011100 1110001 10 0 110001 1100011 1110 11111 1100010 101100

Color Harmonies of #DC7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7102

Black with #DC7102

Text Example


Text Example

White with #DC7102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7102; }

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

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

background-color css

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

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

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

border-color css

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

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

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