Html Css Color HEX #DC7205 Mango Tango

📋 copy color: '#DC7205'

red 220 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #DC7205

Tints of Mango Tango #DC7205

RGB

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

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

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

R = 64.9%
G = 33.63%
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

#DC7205 (or 0xDC7205) is known color: Mango Tango. HEX triplet: DC, 72 and 05. RGB value is (220,114,5). Sum of RGB (Red+Green+Blue) = 220+114+5=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7205 is #238DFA. Grayscale: #858585. Windows color (decimal): -2330107 or 357084. OLE color: 357084.

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

Color convert

RGB 220 114 5 -
CMYK 0 0.48 0.98 0.14
HSL 30.42º 0.96% 0.44% -
HSV(B) 30.42º 0.98% 0.86% -
XYZ 35.56 27.26 3.53 -
YUV 133.27 55.62 189.86 -
System Red Green Blue C M Y K H S L
Decimal 220 114 5 0 0.48 0.98 0.14 30.42 0.96 0.44
Hex DC 72 5 0 30 62 E 1E 60 2C
Octal 334 162 5 0 60 142 16 36 140 54
Binary 11011100 1110010 101 0 110000 1100010 1110 11110 1100000 101100

Color Harmonies of #DC7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7205

Black with #DC7205

Text Example


Text Example

White with #DC7205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7205; }

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

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

background-color css

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

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

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

border-color css

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

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

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