Html Css Color HEX #DC7D04 Mango Tango

📋 copy color: '#DC7D04'

red 220 ◦ green 125 ◦ blue 4

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

Shades of Mango Tango #DC7D04

Tints of Mango Tango #DC7D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.82%

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

R = 63.04%
G = 35.82%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7D04 (or 0xDC7D04) is known color: Mango Tango. HEX triplet: DC, 7D and 04. RGB value is (220,125,4). Sum of RGB (Red+Green+Blue) = 220+125+4=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D04 is #2382FB. Grayscale: #8C8C8C. Windows color (decimal): -2327292 or 294364. OLE color: 294364.

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

Color convert

RGB 220 125 4 -
CMYK 0 0.43 0.98 0.14
HSL 33.61º 0.96% 0.44% -
HSV(B) 33.61º 0.98% 0.86% -
XYZ 36.87 29.89 3.94 -
YUV 139.61 51.47 185.34 -
System Red Green Blue C M Y K H S L
Decimal 220 125 4 0 0.43 0.98 0.14 33.61 0.96 0.44
Hex DC 7D 4 0 2B 62 E 22 60 2C
Octal 334 175 4 0 53 142 16 42 140 54
Binary 11011100 1111101 100 0 101011 1100010 1110 100010 1100000 101100

Color Harmonies of #DC7D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D04

Black with #DC7D04

Text Example


Text Example

White with #DC7D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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