Html Css Color HEX #DC7704 Mango Tango

📋 copy color: '#DC7704'

red 220 ◦ green 119 ◦ blue 4

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

Shades of Mango Tango #DC7704

Tints of Mango Tango #DC7704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 64.14%
G = 34.69%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7704 (or 0xDC7704) is known color: Mango Tango. HEX triplet: DC, 77 and 04. RGB value is (220,119,4). Sum of RGB (Red+Green+Blue) = 220+119+4=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7704 is #2388FB. Grayscale: #888888. Windows color (decimal): -2328828 or 292828. OLE color: 292828.

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

Color convert

RGB 220 119 4 -
CMYK 0 0.46 0.98 0.14
HSL 31.94º 0.96% 0.44% -
HSV(B) 31.94º 0.98% 0.86% -
XYZ 36.13 28.42 3.7 -
YUV 136.09 53.46 187.85 -
System Red Green Blue C M Y K H S L
Decimal 220 119 4 0 0.46 0.98 0.14 31.94 0.96 0.44
Hex DC 77 4 0 2E 62 E 20 60 2C
Octal 334 167 4 0 56 142 16 40 140 54
Binary 11011100 1110111 100 0 101110 1100010 1110 100000 1100000 101100

Color Harmonies of #DC7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7704

Black with #DC7704

Text Example


Text Example

White with #DC7704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7704; }

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

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

background-color css

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

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

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

border-color css

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

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

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