Html Css Color HEX #DC7004 Mango Tango

📋 copy color: '#DC7004'

red 220 ◦ green 112 ◦ blue 4

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

Shades of Mango Tango #DC7004

Tints of Mango Tango #DC7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 65.48%
G = 33.33%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7004 (or 0xDC7004) is known color: Mango Tango. HEX triplet: DC, 70 and 04. RGB value is (220,112,4). Sum of RGB (Red+Green+Blue) = 220+112+4=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7004 is #238FFB. Grayscale: #848484. Windows color (decimal): -2330620 or 291036. OLE color: 291036.

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

Color convert

RGB 220 112 4 -
CMYK 0 0.49 0.98 0.14
HSL 30º 0.96% 0.44% -
HSV(B) 30º 0.98% 0.86% -
XYZ 35.33 26.81 3.43 -
YUV 131.98 55.78 190.78 -
System Red Green Blue C M Y K H S L
Decimal 220 112 4 0 0.49 0.98 0.14 30 0.96 0.44
Hex DC 70 4 0 31 62 E 1E 60 2C
Octal 334 160 4 0 61 142 16 36 140 54
Binary 11011100 1110000 100 0 110001 1100010 1110 11110 1100000 101100

Color Harmonies of #DC7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7004

Black with #DC7004

Text Example


Text Example

White with #DC7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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