Html Css Color HEX #DC7305 Mango Tango

📋 copy color: '#DC7305'

red 220 ◦ green 115 ◦ blue 5

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

Shades of Mango Tango #DC7305

Tints of Mango Tango #DC7305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 64.71%
G = 33.82%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7305 (or 0xDC7305) is known color: Mango Tango. HEX triplet: DC, 73 and 05. RGB value is (220,115,5). Sum of RGB (Red+Green+Blue) = 220+115+5=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7305 is #238CFA. Grayscale: #868686. Windows color (decimal): -2329851 or 357340. OLE color: 357340.

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

Color convert

RGB 220 115 5 -
CMYK 0 0.48 0.98 0.14
HSL 30.7º 0.96% 0.44% -
HSV(B) 30.7º 0.98% 0.86% -
XYZ 35.67 27.49 3.57 -
YUV 133.86 55.29 189.44 -
System Red Green Blue C M Y K H S L
Decimal 220 115 5 0 0.48 0.98 0.14 30.7 0.96 0.44
Hex DC 73 5 0 30 62 E 1F 60 2C
Octal 334 163 5 0 60 142 16 37 140 54
Binary 11011100 1110011 101 0 110000 1100010 1110 11111 1100000 101100

Color Harmonies of #DC7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7305

Black with #DC7305

Text Example


Text Example

White with #DC7305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7305; }

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

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

background-color css

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

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

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

border-color css

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

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

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