Html Css Color HEX #DC7406 Mango Tango

📋 copy color: '#DC7406'

red 220 ◦ green 116 ◦ blue 6

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

Shades of Mango Tango #DC7406

Tints of Mango Tango #DC7406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 64.33%
G = 33.92%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7406 (or 0xDC7406) is known color: Mango Tango. HEX triplet: DC, 74 and 06. RGB value is (220,116,6). Sum of RGB (Red+Green+Blue) = 220+116+6=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7406 is #238BF9. Grayscale: #878787. Windows color (decimal): -2329594 or 423132. OLE color: 423132.

HSL color Cylindrical-coordinate representation of color #DC7406: hue angle of 30.84º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC7406 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 6 -
CMYK 0 0.47 0.97 0.14
HSL 30.84º 0.95% 0.44% -
HSV(B) 30.84º 0.97% 0.86% -
XYZ 35.79 27.72 3.64 -
YUV 134.56 55.46 188.94 -
System Red Green Blue C M Y K H S L
Decimal 220 116 6 0 0.47 0.97 0.14 30.84 0.95 0.44
Hex DC 74 6 0 2F 61 E 1F 5F 2C
Octal 334 164 6 0 57 141 16 37 137 54
Binary 11011100 1110100 110 0 101111 1100001 1110 11111 1011111 101100

Color Harmonies of #DC7406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7406

Black with #DC7406

Text Example


Text Example

White with #DC7406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7406; }

 p { color: rgb(220,116,6); }

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

background-color css

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

 a { background-color: rgb(220,116,6); }

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

border-color css

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

 span { border-color: rgb(220,116,6); }

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