Html Css Color HEX #DC7100 Mango Tango

📋 copy color: '#DC7100'

red 220 ◦ green 113 ◦ blue 0

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

Shades of Mango Tango #DC7100

Tints of Mango Tango #DC7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.07%
G = 33.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC7100 (or 0xDC7100) is known color: Mango Tango. HEX triplet: DC, 71 and 00. RGB value is (220,113,0). Sum of RGB (Red+Green+Blue) = 220+113+0=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7100 is #238EFF. Grayscale: #848484. Windows color (decimal): -2330368 or 29148. OLE color: 29148.

HSL color Cylindrical-coordinate representation of color #DC7100: hue angle of 30.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC7100 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 0 -
CMYK 0 0.49 1 0.14
HSL 30.82º 1% 0.43% -
HSV(B) 30.82º 1% 0.86% -
XYZ 35.42 27.03 3.35 -
YUV 132.11 53.45 190.69 -
System Red Green Blue C M Y K H S L
Decimal 220 113 0 0 0.49 1 0.14 30.82 1 0.43
Hex DC 71 0 0 31 64 E 1F 64 2B
Octal 334 161 0 0 61 144 16 37 144 53
Binary 11011100 1110001 0 0 110001 1100100 1110 11111 1100100 101011

Color Harmonies of #DC7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7100

Black with #DC7100

Text Example


Text Example

White with #DC7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7100; }

 p { color: rgb(220,113,0); }

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

background-color css

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

 a { background-color: rgb(220,113,0); }

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

border-color css

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

 span { border-color: rgb(220,113,0); }

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