Html Css Color HEX #DC7210 Mango Tango

📋 copy color: '#DC7210'

red 220 ◦ green 114 ◦ blue 16

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

Shades of Mango Tango #DC7210

Tints of Mango Tango #DC7210

RGB

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

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

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

R = 62.86%
G = 32.57%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC7210 (or 0xDC7210) is known color: Mango Tango. HEX triplet: DC, 72 and 10. RGB value is (220,114,16). Sum of RGB (Red+Green+Blue) = 220+114+16=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7210 is #238DEF. Grayscale: #878787. Windows color (decimal): -2330096 or 1077980. OLE color: 1077980.

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

Color convert

RGB 220 114 16 -
CMYK 0 0.48 0.93 0.14
HSL 28.82º 0.86% 0.46% -
HSV(B) 28.82º 0.93% 0.86% -
XYZ 35.63 27.29 3.88 -
YUV 134.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 220 114 16 0 0.48 0.93 0.14 28.82 0.86 0.46
Hex DC 72 10 0 30 5D E 1D 56 2E
Octal 334 162 20 0 60 135 16 35 126 56
Binary 11011100 1110010 10000 0 110000 1011101 1110 11101 1010110 101110

Color Harmonies of #DC7210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7210

Black with #DC7210

Text Example


Text Example

White with #DC7210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7210; }

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

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

background-color css

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

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

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

border-color css

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

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

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