Html Css Color HEX #DC7611 Mango Tango

📋 copy color: '#DC7611'

red 220 ◦ green 118 ◦ blue 17

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

Shades of Mango Tango #DC7611

Tints of Mango Tango #DC7611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 61.97%
G = 33.24%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7611 (or 0xDC7611) is known color: Mango Tango. HEX triplet: DC, 76 and 11. RGB value is (220,118,17). Sum of RGB (Red+Green+Blue) = 220+118+17=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7611 is #2389EE. Grayscale: #898989. Windows color (decimal): -2329071 or 1144540. OLE color: 1144540.

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

Color convert

RGB 220 118 17 -
CMYK 0 0.46 0.92 0.14
HSL 29.85º 0.86% 0.46% -
HSV(B) 29.85º 0.92% 0.86% -
XYZ 36.09 28.21 4.07 -
YUV 136.98 60.29 187.21 -
System Red Green Blue C M Y K H S L
Decimal 220 118 17 0 0.46 0.92 0.14 29.85 0.86 0.46
Hex DC 76 11 0 2E 5C E 1E 56 2E
Octal 334 166 21 0 56 134 16 36 126 56
Binary 11011100 1110110 10001 0 101110 1011100 1110 11110 1010110 101110

Color Harmonies of #DC7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7611

Black with #DC7611

Text Example


Text Example

White with #DC7611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7611; }

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

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

background-color css

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

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

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

border-color css

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

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

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