Html Css Color HEX #DC710D Mango Tango

📋 copy color: '#DC710D'

red 220 ◦ green 113 ◦ blue 13

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

Shades of Mango Tango #DC710D

Tints of Mango Tango #DC710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.76%

R = 63.58%
G = 32.66%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC710D (or 0xDC710D) is known color: Mango Tango. HEX triplet: DC, 71 and 0D. RGB value is (220,113,13). Sum of RGB (Red+Green+Blue) = 220+113+13=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC710D is #238EF2. Grayscale: #868686. Windows color (decimal): -2330355 or 881116. OLE color: 881116.

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

Color convert

RGB 220 113 13 -
CMYK 0 0.49 0.94 0.14
HSL 28.99º 0.89% 0.46% -
HSV(B) 28.99º 0.94% 0.86% -
XYZ 35.49 27.05 3.73 -
YUV 133.59 59.95 189.63 -
System Red Green Blue C M Y K H S L
Decimal 220 113 13 0 0.49 0.94 0.14 28.99 0.89 0.46
Hex DC 71 D 0 31 5E E 1D 59 2E
Octal 334 161 15 0 61 136 16 35 131 56
Binary 11011100 1110001 1101 0 110001 1011110 1110 11101 1011001 101110

Color Harmonies of #DC710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC710D

Black with #DC710D

Text Example


Text Example

White with #DC710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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