Html Css Color HEX #DC7404 Mango Tango

📋 copy color: '#DC7404'

red 220 ◦ green 116 ◦ blue 4

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

Shades of Mango Tango #DC7404

Tints of Mango Tango #DC7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 64.71%
G = 34.12%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7404 (or 0xDC7404) is known color: Mango Tango. HEX triplet: DC, 74 and 04. RGB value is (220,116,4). Sum of RGB (Red+Green+Blue) = 220+116+4=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7404 is #238BFB. Grayscale: #868686. Windows color (decimal): -2329596 or 292060. OLE color: 292060.

HSL color Cylindrical-coordinate representation of color #DC7404: hue angle of 31.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC7404 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 4 -
CMYK 0 0.47 0.98 0.14
HSL 31.11º 0.96% 0.44% -
HSV(B) 31.11º 0.98% 0.86% -
XYZ 35.78 27.72 3.58 -
YUV 134.33 54.46 189.11 -
System Red Green Blue C M Y K H S L
Decimal 220 116 4 0 0.47 0.98 0.14 31.11 0.96 0.44
Hex DC 74 4 0 2F 62 E 1F 60 2C
Octal 334 164 4 0 57 142 16 37 140 54
Binary 11011100 1110100 100 0 101111 1100010 1110 11111 1100000 101100

Color Harmonies of #DC7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7404

Black with #DC7404

Text Example


Text Example

White with #DC7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7404; }

 p { color: rgb(220,116,4); }

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

background-color css

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

 a { background-color: rgb(220,116,4); }

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

border-color css

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

 span { border-color: rgb(220,116,4); }

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