Html Css Color HEX #DC7F04 Mango Tango

📋 copy color: '#DC7F04'

red 220 ◦ green 127 ◦ blue 4

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

Shades of Mango Tango #DC7F04

Tints of Mango Tango #DC7F04

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

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

R = 62.68%
G = 36.18%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7F04 (or 0xDC7F04) is known color: Mango Tango. HEX triplet: DC, 7F and 04. RGB value is (220,127,4). Sum of RGB (Red+Green+Blue) = 220+127+4=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F04 is #2380FB. Grayscale: #8D8D8D. Windows color (decimal): -2326780 or 294876. OLE color: 294876.

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

Color convert

RGB 220 127 4 -
CMYK 0 0.42 0.98 0.14
HSL 34.17º 0.96% 0.44% -
HSV(B) 34.17º 0.98% 0.86% -
XYZ 37.13 30.4 4.03 -
YUV 140.79 50.81 184.5 -
System Red Green Blue C M Y K H S L
Decimal 220 127 4 0 0.42 0.98 0.14 34.17 0.96 0.44
Hex DC 7F 4 0 2A 62 E 22 60 2C
Octal 334 177 4 0 52 142 16 42 140 54
Binary 11011100 1111111 100 0 101010 1100010 1110 100010 1100000 101100

Color Harmonies of #DC7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F04

Black with #DC7F04

Text Example


Text Example

White with #DC7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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