Html Css Color HEX #DC7710 Mango Tango

📋 copy color: '#DC7710'

red 220 ◦ green 119 ◦ blue 16

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

Shades of Mango Tango #DC7710

Tints of Mango Tango #DC7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 61.97%
G = 33.52%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC7710 (or 0xDC7710) is known color: Mango Tango. HEX triplet: DC, 77 and 10. RGB value is (220,119,16). Sum of RGB (Red+Green+Blue) = 220+119+16=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7710 is #2388EF. Grayscale: #898989. Windows color (decimal): -2328816 or 1079260. OLE color: 1079260.

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

Color convert

RGB 220 119 16 -
CMYK 0 0.46 0.93 0.14
HSL 30.29º 0.86% 0.46% -
HSV(B) 30.29º 0.93% 0.86% -
XYZ 36.21 28.45 4.07 -
YUV 137.46 59.46 186.88 -
System Red Green Blue C M Y K H S L
Decimal 220 119 16 0 0.46 0.93 0.14 30.29 0.86 0.46
Hex DC 77 10 0 2E 5D E 1E 56 2E
Octal 334 167 20 0 56 135 16 36 126 56
Binary 11011100 1110111 10000 0 101110 1011101 1110 11110 1010110 101110

Color Harmonies of #DC7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7710

Black with #DC7710

Text Example


Text Example

White with #DC7710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7710; }

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

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

background-color css

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

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

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

border-color css

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

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

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