Html Css Color HEX #DC7110 Mango Tango

📋 copy color: '#DC7110'

red 220 ◦ green 113 ◦ blue 16

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

Shades of Mango Tango #DC7110

Tints of Mango Tango #DC7110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 63.04%
G = 32.38%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC7110 (or 0xDC7110) is known color: Mango Tango. HEX triplet: DC, 71 and 10. RGB value is (220,113,16). Sum of RGB (Red+Green+Blue) = 220+113+16=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7110 is #238EEF. Grayscale: #868686. Windows color (decimal): -2330352 or 1077724. OLE color: 1077724.

HSL color Cylindrical-coordinate representation of color #DC7110: hue angle of 28.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC7110 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 16 -
CMYK 0 0.49 0.93 0.14
HSL 28.53º 0.86% 0.46% -
HSV(B) 28.53º 0.93% 0.86% -
XYZ 35.51 27.06 3.84 -
YUV 133.94 61.45 189.39 -
System Red Green Blue C M Y K H S L
Decimal 220 113 16 0 0.49 0.93 0.14 28.53 0.86 0.46
Hex DC 71 10 0 31 5D E 1D 56 2E
Octal 334 161 20 0 61 135 16 35 126 56
Binary 11011100 1110001 10000 0 110001 1011101 1110 11101 1010110 101110

Color Harmonies of #DC7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7110

Black with #DC7110

Text Example


Text Example

White with #DC7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7110; }

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

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

background-color css

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

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

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

border-color css

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

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

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