Html Css Color HEX #DC7304 Mango Tango

📋 copy color: '#DC7304'

red 220 ◦ green 115 ◦ blue 4

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

Shades of Mango Tango #DC7304

Tints of Mango Tango #DC7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 64.9%
G = 33.92%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7304 (or 0xDC7304) is known color: Mango Tango. HEX triplet: DC, 73 and 04. RGB value is (220,115,4). Sum of RGB (Red+Green+Blue) = 220+115+4=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7304 is #238CFB. Grayscale: #868686. Windows color (decimal): -2329852 or 291804. OLE color: 291804.

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

Color convert

RGB 220 115 4 -
CMYK 0 0.48 0.98 0.14
HSL 30.83º 0.96% 0.44% -
HSV(B) 30.83º 0.98% 0.86% -
XYZ 35.67 27.49 3.54 -
YUV 133.74 54.79 189.53 -
System Red Green Blue C M Y K H S L
Decimal 220 115 4 0 0.48 0.98 0.14 30.83 0.96 0.44
Hex DC 73 4 0 30 62 E 1F 60 2C
Octal 334 163 4 0 60 142 16 37 140 54
Binary 11011100 1110011 100 0 110000 1100010 1110 11111 1100000 101100

Color Harmonies of #DC7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7304

Black with #DC7304

Text Example


Text Example

White with #DC7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7304; }

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

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

background-color css

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

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

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

border-color css

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

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

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