Html Css Color HEX #DC7302 Mango Tango

📋 copy color: '#DC7302'

red 220 ◦ green 115 ◦ blue 2

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

Shades of Mango Tango #DC7302

Tints of Mango Tango #DC7302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 65.28%
G = 34.12%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7302 (or 0xDC7302) is known color: Mango Tango. HEX triplet: DC, 73 and 02. RGB value is (220,115,2). Sum of RGB (Red+Green+Blue) = 220+115+2=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7302 is #238CFD. Grayscale: #868686. Windows color (decimal): -2329854 or 160732. OLE color: 160732.

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

Color convert

RGB 220 115 2 -
CMYK 0 0.48 0.99 0.14
HSL 31.1º 0.98% 0.44% -
HSV(B) 31.1º 0.99% 0.86% -
XYZ 35.66 27.48 3.48 -
YUV 133.51 53.79 189.69 -
System Red Green Blue C M Y K H S L
Decimal 220 115 2 0 0.48 0.99 0.14 31.1 0.98 0.44
Hex DC 73 2 0 30 63 E 1F 62 2C
Octal 334 163 2 0 60 143 16 37 142 54
Binary 11011100 1110011 10 0 110000 1100011 1110 11111 1100010 101100

Color Harmonies of #DC7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7302

Black with #DC7302

Text Example


Text Example

White with #DC7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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