Html Css Color HEX #DC710C Mango Tango

📋 copy color: '#DC710C'

red 220 ◦ green 113 ◦ blue 12

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

Shades of Mango Tango #DC710C

Tints of Mango Tango #DC710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 63.77%
G = 32.75%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC710C (or 0xDC710C) is known color: Mango Tango. HEX triplet: DC, 71 and 0C. RGB value is (220,113,12). Sum of RGB (Red+Green+Blue) = 220+113+12=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC710C is #238EF3. Grayscale: #858585. Windows color (decimal): -2330356 or 815580. OLE color: 815580.

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

Color convert

RGB 220 113 12 -
CMYK 0 0.49 0.95 0.14
HSL 29.13º 0.9% 0.45% -
HSV(B) 29.13º 0.95% 0.86% -
XYZ 35.49 27.05 3.7 -
YUV 133.48 59.45 189.71 -
System Red Green Blue C M Y K H S L
Decimal 220 113 12 0 0.49 0.95 0.14 29.13 0.9 0.45
Hex DC 71 C 0 31 5F E 1D 5A 2D
Octal 334 161 14 0 61 137 16 35 132 55
Binary 11011100 1110001 1100 0 110001 1011111 1110 11101 1011010 101101

Color Harmonies of #DC710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC710C

Black with #DC710C

Text Example


Text Example

White with #DC710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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