Html Css Color HEX #DC7306 Mango Tango

📋 copy color: '#DC7306'

red 220 ◦ green 115 ◦ blue 6

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

Shades of Mango Tango #DC7306

Tints of Mango Tango #DC7306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 64.52%
G = 33.72%
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

#DC7306 (or 0xDC7306) is known color: Mango Tango. HEX triplet: DC, 73 and 06. RGB value is (220,115,6). Sum of RGB (Red+Green+Blue) = 220+115+6=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7306 is #238CF9. Grayscale: #868686. Windows color (decimal): -2329850 or 422876. OLE color: 422876.

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

Color convert

RGB 220 115 6 -
CMYK 0 0.48 0.97 0.14
HSL 30.56º 0.95% 0.44% -
HSV(B) 30.56º 0.97% 0.86% -
XYZ 35.68 27.49 3.6 -
YUV 133.97 55.79 189.36 -
System Red Green Blue C M Y K H S L
Decimal 220 115 6 0 0.48 0.97 0.14 30.56 0.95 0.44
Hex DC 73 6 0 30 61 E 1F 5F 2C
Octal 334 163 6 0 60 141 16 37 137 54
Binary 11011100 1110011 110 0 110000 1100001 1110 11111 1011111 101100

Color Harmonies of #DC7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7306

Black with #DC7306

Text Example


Text Example

White with #DC7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7306; }

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

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

background-color css

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

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

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

border-color css

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

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

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