Html Css Color HEX #DC7103 Mango Tango

📋 copy color: '#DC7103'

red 220 ◦ green 113 ◦ blue 3

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

Shades of Mango Tango #DC7103

Tints of Mango Tango #DC7103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 65.48%
G = 33.63%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7103 (or 0xDC7103) is known color: Mango Tango. HEX triplet: DC, 71 and 03. RGB value is (220,113,3). Sum of RGB (Red+Green+Blue) = 220+113+3=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7103 is #238EFC. Grayscale: #858585. Windows color (decimal): -2330365 or 225756. OLE color: 225756.

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

Color convert

RGB 220 113 3 -
CMYK 0 0.49 0.99 0.14
HSL 30.41º 0.97% 0.44% -
HSV(B) 30.41º 0.99% 0.86% -
XYZ 35.44 27.03 3.44 -
YUV 132.45 54.95 190.44 -
System Red Green Blue C M Y K H S L
Decimal 220 113 3 0 0.49 0.99 0.14 30.41 0.97 0.44
Hex DC 71 3 0 31 63 E 1E 61 2C
Octal 334 161 3 0 61 143 16 36 141 54
Binary 11011100 1110001 11 0 110001 1100011 1110 11110 1100001 101100

Color Harmonies of #DC7103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7103

Black with #DC7103

Text Example


Text Example

White with #DC7103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7103; }

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

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

background-color css

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

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

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

border-color css

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

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

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