Html Css Color HEX #DC7206 Mango Tango

📋 copy color: '#DC7206'

red 220 ◦ green 114 ◦ blue 6

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

Shades of Mango Tango #DC7206

Tints of Mango Tango #DC7206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 64.71%
G = 33.53%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7206 (or 0xDC7206) is known color: Mango Tango. HEX triplet: DC, 72 and 06. RGB value is (220,114,6). Sum of RGB (Red+Green+Blue) = 220+114+6=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7206 is #238DF9. Grayscale: #858585. Windows color (decimal): -2330106 or 422620. OLE color: 422620.

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

Color convert

RGB 220 114 6 -
CMYK 0 0.48 0.97 0.14
HSL 30.28º 0.95% 0.44% -
HSV(B) 30.28º 0.97% 0.86% -
XYZ 35.57 27.26 3.56 -
YUV 133.38 56.12 189.78 -
System Red Green Blue C M Y K H S L
Decimal 220 114 6 0 0.48 0.97 0.14 30.28 0.95 0.44
Hex DC 72 6 0 30 61 E 1E 5F 2C
Octal 334 162 6 0 60 141 16 36 137 54
Binary 11011100 1110010 110 0 110000 1100001 1110 11110 1011111 101100

Color Harmonies of #DC7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7206

Black with #DC7206

Text Example


Text Example

White with #DC7206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7206; }

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

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

background-color css

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

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

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

border-color css

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

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

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