Html Css Color HEX #DC7E11 Mango Tango

📋 copy color: '#DC7E11'

red 220 ◦ green 126 ◦ blue 17

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

Shades of Mango Tango #DC7E11

Tints of Mango Tango #DC7E11

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

 BLUE value IS 17 (7.03% from 255) = 4.68%

R = 60.61%
G = 34.71%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7E11 (or 0xDC7E11) is known color: Mango Tango. HEX triplet: DC, 7E and 11. RGB value is (220,126,17). Sum of RGB (Red+Green+Blue) = 220+126+17=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7E11 is #2381EE. Grayscale: #8E8E8E. Windows color (decimal): -2327023 or 1146588. OLE color: 1146588.

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

Color convert

RGB 220 126 17 -
CMYK 0 0.43 0.92 0.14
HSL 32.22º 0.86% 0.46% -
HSV(B) 32.22º 0.92% 0.86% -
XYZ 37.08 30.18 4.4 -
YUV 141.68 57.64 183.86 -
System Red Green Blue C M Y K H S L
Decimal 220 126 17 0 0.43 0.92 0.14 32.22 0.86 0.46
Hex DC 7E 11 0 2B 5C E 20 56 2E
Octal 334 176 21 0 53 134 16 40 126 56
Binary 11011100 1111110 10001 0 101011 1011100 1110 100000 1010110 101110

Color Harmonies of #DC7E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E11

Black with #DC7E11

Text Example


Text Example

White with #DC7E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E11; }

 p { color: rgb(220,126,17); }

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

background-color css

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

 a { background-color: rgb(220,126,17); }

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

border-color css

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

 span { border-color: rgb(220,126,17); }

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